PYTHONPATH on Windows XP module load problem
Andreas Otto
aotto1968 at t-online.de
Wed May 20 04:52:25 EDT 2009
Hi,
after we know how your "bathroom" looks like ...
I have done additional research.
1. setup a "setup.py" script
2. compiled the extension
3. copy the extension to the test directory
-> cp ../pymsgque/build/lib.win32-3.0-pydebug/pymsgque.pyd .
4. start the test
$ python_d.exe ./server.py
Traceback (most recent call last):
File "./server.py", line 13, in <module>
import pymsgque
ImportError: No module named pymsgque
[31909 refs]
-> same as before
Question:
-> is the module was not found or
could a found module not be loaded
mfg
Andreas Otto
More information about the Python-list
mailing list