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 code) into the windows/system32 directory and everything
worked.


Michał Nowotka wrote:
> 
>> You should change the extension name to '.pyd'.
> 
> My mistake. Of course it is 'pyd' not 'pyc'.
> _______________________________________________
> Cplusplus-sig mailing list
> Cplusplus-sig@python.org
> http://mail.python.org/mailman/listinfo/cplusplus-sig
> 
> 

-- 
View this message in context: 
http://www.nabble.com/boost-python-in-visual-c%2B%2B-2008-tp23130743p23141591.html
Sent from the Python - c++-sig mailing list archive at Nabble.com.

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to