Thanks for the clarification Daniel! Andy
On Oct 26, 5:15 am, Daniel Hyams <[email protected]> wrote: > No, that's not the way pyinstaller works. It basically searches the tree of > dependencies, and packages the files up into one place for you. So you at > least have to have all of your dependencies present for it to do so. > > I believe all you'll have to do is install all of the 32-bit versions of > things, and when you run your Configure.py and Build.py scripts, make sure > you run then with the 32-bit version of Python. That should be it. > > > > > > > > > > On Tue, Oct 26, 2010 at 12:26 AM, Andy <[email protected]> wrote: > > 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> > > <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]<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.
