Whence went the dlls?
Bruce Wheeler
NOSPAMbruce_wheeler at hp.com.NOSPAM
Fri May 14 16:13:55 EDT 1999
Jr. King wrote:
>
> I just download 1.5.2 for Windows. I am trying to embed python in a simple
> app. It compiles good, but when I try to run it I get some stuff about a
> missing dll. python15_d.dll is the one it is looking for where can I get
> it?
Your app was probably built in debug mode. You need to either build
python from the source or build your app in release mode.
More information about the Python-list
mailing list