It shouldn't be hard to do, there's no problem with having multiple python installs, and you just need to install matching architectures with the right pythons - but I'm kind of surprised that there is no already-on mechanism that prevents a 32-bit extension install over a 64-bit python and vice versa. Does something like that already exist for python? Is there some way we should be tagging the pygame package somehow in the build process to let the installer know it has architecture specific binaries?
On Sat, Oct 30, 2010 at 4:34 PM, James Paige <[email protected]>wrote: > Does anybody on list have any experience with having both 32-bit > python+pygame+py2exe and 64-bit python+pygame+py2exe installed > simultaneously on the same system? That seems ideal for being able to > distribute executables for both architechtures > > --- > James Paige >
