Seg3D icon indicating copy to clipboard operation
Seg3D copied to clipboard

Add scipy stack to python

Open a-y-khan opened this issue 8 years ago • 1 comments

Add the scipy stack (includes numpy) to the python external. Might be tricky on Windows, and Mac OS X because of the framework setup.

a-y-khan avatar Nov 30 '16 22:11 a-y-khan

Why don't you just let users to link their custom python modules from wherever they have them by using this line in their python script:

#insert(0,... if you need to make your custom packages discoverable first
sys.path.append('/location/of/my/personal/site-packages')

It's a normal way of adding packages in the embedding world...

thoth291 avatar Feb 12 '17 14:02 thoth291