flipjoebanana 0 Junior Poster in Training

Hello,
I am aware of programs such as py2exe and py2app for converting python to standalone windows and mac apps and have gotten those to work for most things, but I'm not sure about the best way to transfer to the Linux platform. The problem is the program I have is dependent on several modules of which I wouldn't like the user to install manually one by one in order to run it. There is also the consideration that half the modules will not work on python 3.x so the user must have version 2.3-2.6 to use. Is there a good way to do this? Either an existing program to make a standalone or perhaps manually placing the interpreter and used modules in a local folder somehow in the program's directory? Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.