Hartmut Goebel píše v Po 25. 07. 2011 v 23:10 +0200: > I'm afraid, we need to drop compatibility for Python 2.3, too. > > Is anybody using PyInstaller with Python 2.3?
It seems that we can live with subprocess module and python 2.3. In that case we would need to distribute subprocess module with pyinstaller. Doing something similar as http://code.google.com/p/waf/ . It distributes subprocess.py module for running with python 2.3. What is the consensus? So what are we going to do? Drop or not drop 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.
