$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost.python] ImportError: DLL Load failed.
From: Germán Diago (germandiago_at_[hidden])
Date: 2009-04-09 18:51:40
Hello. I compiled a python module with msvc for python2.6 under windows xp.
Under linux everything's ok, but under windows xp, I don't know what
happens, I get
an ImportError: DLL Load failed.
I set sys.path to the directory containing the module, but no luck
until now. Is it a
problem with boost.python. I don't know what to think. Thanks for your help.