Re: [C++-sig] boost python in visual c++ 2008

2009-04-20 Thread glok_twen
thank you, got it working. turns out visual studio actually had indeed automatically created a file called "hello.pyd". i just hadn't been looking for it. so i copied that into my Python25/DLLs/ directory. then i needed to copy the boost_python dll itself (that i had built from the actual boost

[C++-sig] boost python in visual c++ 2008

2009-04-19 Thread glok_twen
hi. i have used boost python to create the sample from the doc within visual studio. a dll has resulted. but when i copy that dll to any of numerous places on my path, and run a python shell, i keep getting: ImportError: no module named hello Here is the code, it's contained in 2 modules withi