Hello,
I have written a program that requires some modules from pyxml to run. It will run fine on my pc but if I try to run it on another pc with python but without the pyxml modules, I will get import errors. What is the best way to run my program on other pc's without having to install dependent modules on them?
I have tried cx_freeze, freeze.py and am having issues with those. Is there any other alternatives? I am using python 2.5 and OpenSuse 10.1. Thanks.
I have written a program that requires some modules from pyxml to run. It will run fine on my pc but if I try to run it on another pc with python but without the pyxml modules, I will get import errors. What is the best way to run my program on other pc's without having to install dependent modules on them?
I have tried cx_freeze, freeze.py and am having issues with those. Is there any other alternatives? I am using python 2.5 and OpenSuse 10.1. Thanks.
Comment