Thanks Daniel, I guess I can install a second set of Python and libraries like you suggest. But I was thinking more of something in the lines of using a PyInstaller command line option or something of that sort.
Cheers, Andy On Oct 25, 9:04 pm, Daniel Hyams <[email protected]> wrote: > Sure, just install the 32-bit versions of python/wxpython/etc, and have at > it. I do exactly this > from a Windows 7 machine. > > > > > > > > > > On Mon, Oct 25, 2010 at 11:59 PM, Andy <[email protected]> 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. > > > My 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, my 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 post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<pyinstaller%2bunsubscr...@googlegr > > oups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/pyinstaller?hl=en. > > -- > Daniel Hyams > [email protected] -- 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.
