Giovanni Bajo píše v Pá 04. 06. 2010 v 11:11 +0200: > Do you have a specific need in this regard?
I'm asking because of ticket 'Simplify bootloader compilation on Windows': http://www.pyinstaller.org/ticket/164 You suggest there trying more build tools: "We could also revisit the choice of Scons in favor of more mainstream tools (eg: cmake)." I consider trying experimental implementation of compilation by using Waf. (also python based build tool) http://code.google.com/p/waf/ The advantage of waf is that there is no need to install any build tool (only python) in an OS. Only a python file "waf" (around 90 kB) is required to be distributed with source code. Waf claims to support python 2.3 - 3.1. I was curious if waf support for python >= 2.3 does not interfere with pyinstaller compatibility. -- 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.
