On Mon, 25 Jul 2011 23:10:26 +0200, Hartmut Goebel <[email protected]> wrote: > Hi, > > I started working on #372 (replace os.system() with subprocess module) > yesterday, when only today it came to my mind, that `subprocess` > requires Python 2.4. There seams to be no backport available. > > I'm afraid, we need to drop compatibility for Python 2.3, too. > > Is anybody using PyInstaller with Python 2.3?
I oppose any drop in compatibility that it is not backed by a strong showstopper. If it's needed for Python3, we can still make it conditional so that it only gets triggered for newer Python versions. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
