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
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