I followed the steps in the QuickStart of Boost.Python here:
http://www.boost.org/doc/libs/1_49_0/libs/python/doc/tutorial/doc/html/index.html. I can successfully compile, link and get the output dll file, but I always got and error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named hello_ext
when trying to import it in python. This is my environment:
- Windows 7 Enterprise SP1 64 bit, I am the Administrator and run cmd as Administrator.