I create a pyd File named "testPyd" with boostPython,and then I import the testPyd module into "test.py", it works perfect! But when I embeded the python interpreter into my C++ project and run the "test.py", it comes out a "ImportErr: no module named testPyd". It has confused me for two days and I googled for long time,but I can't find the answer! Anybody here can help me ? Thank you! -- http://mail.python.org/mailman/listinfo/python-list
- Failed to import a "pyd: File When python intepreter e... liujz39