Hi all, Is there any way to use scipy functions in a custom import module? When I try to import scipy.interpolate I get the following error:
Error loading plugin /Users/smaddox/sshfs/share-scott-mirror/code/XRD/veusz_rsm.py Traceback (most recent call last): File "veusz/document/doc.pyc", line 392, in loadPlugins File "/Users/smaddox/sshfs/share-scott-mirror/code/XRD/veusz_rsm.py", line 4, in <module> ImportError: No module named scipy.interpolate I assume this means veusz is using it's own python installation. Is there an easy way to get it to use another installation, which already contains scipy? It would also be nice for me to be able to send the plugin to coworkers and for them to be able to use it without fuss. Thanks, in advance for any suggestions! -Scott
_______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
