Where is python15_d.dll?

Robin Dunn robin at alldunn.com
Sat Jan 29 16:15:18 EST 2000


"Chris Stromberger"
<chris.stromberger at mmt.bellhowll.com.cut_here.gov.org.com.edu> wrote in
message
news:8B06D3D65EAA8FF6.B5390C8B3C382830.3DAD830FA4CDC9B9 at lp.airnews.net...
> Newbie attempt to embed python in C++, calling Py_Initialize() and
> PyRun_SimpleFile().  Compiles and links, but cannot find
> "python15_d.dll" when it runs.  If I build the release version (using
> MSVC 6), it runs (uses python15.dll, which is present) but crashes.
> Where can I get the debug dll?
>

Build Python from sources in debug mode.


--
Robin Dunn
Software Craftsman
robin at AllDunn.com
http://AllDunn.com/robin/
http://AllDunn.com/wxPython/  Check it out!






More information about the Python-list mailing list