Python Forum

Full Version: using py32, just need py64 LIBS for now, how to install?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have a current project which must continue to be maintained, it is 32bit

so i have Python 32bit installed and am using it in my build system (i'm using the ActivePython installer)
and ALSO link with the libs in my project (since the app i’m creating actually also embeds python32)

meanwhile, i’m porting this app to 64bit, so must ALSO install 64bit python libs for the project to incorporate and link to. however, i fear that installing 64bit activepython will bork my 32bit installation / build?

will that work?
or how do i JUST get the python LIBRARIES installed so i can develop my 64bit app, while still using the 32bit installation?
well my "solution" was to install the 64bit python somewhere else, and just copy the lib files to where i needed them.