Re: [C++-sig] Python extension for Windows failing on import
by Nathan Osman other posts by this author
Nov 6 2009 11:24AM messages near this date
[C++-sig] Python extension for Windows failing on import
|
Re: [C++-sig] Python extension for Windows failing on import
Have you ensured that all paths are set up properly? (Can Python find your module?) Also, do
es your module have the right extension?
- George
> Date: Fri, 6 Nov 2009 13:40:42 -0500
> From: czg@[...].com
> To: cplusplus-sig@[...].org
> Subject: [C++-sig] Python extension for Windows failing on import
>
> Hi folks,
>
> I'm attempting to build a Python extension and seem to be running
> repeatedly into a wall.
>
> The module compiles and links successfully, but attempting to import from
> a Python script kicks out the following error:
>
> ImportError: DLL load failed: The specified module could not be found.
>
> I'm using Boost 1.4 and Rapidmind 4.0. I've attempted building from the
> sample project provided by python.org, and from the quickstart sample
> provided by boost, always to the same result.
>
> Thanks,
>
>
> Chang
> _______________________________________________
> Cplusplus-sig mailing list
> Cplusplus-sig@[...].org
> http://mail.python.org/mailman/listinfo/cplusplus-sig
_________________________________________________________________
Windows Live: Make it easier for your friends to see what you�re up to on Facebook.
http://go.microsoft.com/?linkid=9691816
Thread:
Chang Glasgow
Nathan Osman
Chang Glasgow
|