https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207750
Olivier Duchateau <olivi...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olivi...@freebsd.org --- Comment #2 from Olivier Duchateau <olivi...@freebsd.org> --- It's not Numpy's problem, but rather GNU Radio. I already encountered this error with several applications (especially Pitivi devel release, Flowblade). Import of modules with Numpy is very "fragile", it doesn't support circular import (in fact relative import). GNU Radio must import each own modules globally (it's not a trivial process, especially when there are many). Using sys.path() method is generally helpful. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"