Hello Guy, I have one doubt. If I have 64 bit of windows machine and I installed 32 bit python on that system. If I create exe by PyInstaller that exe can be executed on 32 bit Windows ?
Mean for 32 bit windows exe no need to run project on 32 bit windows. Using only 32 bit python we can create it. Am I correct? Thanks, Ragini On Tuesday, October 26, 2010 at 9:34:51 AM UTC+5:30, Andy wrote: > > Hi Guys! > > I've got a new computer which has the 64-bit version of Windows 7. In > it I installed the 64-bit versions of Python, wxPython, and MySQLdb > too. With them I made a couple of applications that compile > beautifully with PyInstaller (http://www.pyinstaller.org/ticket/25). > Thanks to all involved. > > The problem is that most of the people to whom I'd be giving copies of > my compiled programs use 32-bit versions of Windows. I already tried, > and sure enough, programs compiled in my 64-bit machine don't run in > 32-bit machines. Is there a way to compile with PyInstaller 32-bit > applications from a 64-bit computer? > > Thanks, > Andy -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
