Frank Hempel píše v Ne 30. 10. 2011 v 14:03 -0700: > 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...
Bootloader is looking for pythonXY.dll only. You would have to modify the C code to look also for pythonXY_d.dll and recompile the bootloader. -- 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.
