Hi,

is there some special "magic" to correctly work with pyinstaller and a
debug build of python (having '_d' everywhere).
All I did was to use the python_d.exe when doing Configure.py and
Build.py.
When I try to start the executable it yields the message, that
python26.dll cannot be found. Of course, it better should look for
python26_d.dll in my case.
Is there something else where I might explicitly tell pyinstaller that
this is a debug build of python? Judging from what suffixes.py is
saying it actually could be aware of using python26_d.dll instead of
python26.dll...

Thanks, Regards, Frank

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to