embedded (numeric -) python misses multiarray

Sebastian Haase seb_haase at yahoo.com
Mon Apr 1 20:18:12 EST 2002


Hi,
I have an embedded python interpreter running just fine.
On windows using VC6++.

But when I'm trying  to 
import Gnuplot
(which uses Numeric) 
I get
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import Gnuplot
  File "C:\Python-2.2\Lib\SITE-P~1\GNUPLO~1.4\__init__.py", line 190, in ?
  File "C:\Python-2.2\Lib\site-packages\Numeric\Numeric.py", line 91, in ?
    import multiarray
ImportError: No module named multiarray

BUT THIS HAPPENS ACTUALLY ONLY if I compile my app in DEBUG mode
on release mode its running fine.

So -- where do I get some the file  multiarray.pyd
so that it runs with my app compiled in DEBUG mode (linked against  python2.2_d.lib)
???

Thanks,
Sebastian
haase at msg.ucsf.edu



More information about the Python-list mailing list