Hello, I have just installed pygsl on my ubuntu hardy machine and it works correctly from python, ipython etc. However the python scripts supplied with qtiplot 0.9.3-rc2 (and higher) can import scipy but not pygsl which gives:
#> ImportError: No module named pygsl #> at <:1>:1 which hints that it can't find the pygsl directory. Upon transferring to the user home directory where it can be found by the program: Did you try to import pygsl in the build directory? Well, that does not work out of the box. If you want to do that, please use "python setup.py build_ext -i" to add the necessary extension module in the local pygsl/ directory!Please read the README first! Any further questions or missing information please post to [EMAIL PROTECTED] #> ImportError: ./pygsl/init.so: undefined symbol: PyErr_WarnEx #> at <:1>:2 in __doit__ #> at ./pygsl/__init__.py:57 I am just beginning with python/pygsl and I can't locate anything on the web about this, so any help you can give me would be very much appreciated. Jack ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ pygsl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pygsl-discuss
