Re: [Tutor] packing up python code to transfer to another machine

2010-02-10 Thread Chris Fuller
There are two obvious "gotchas". One is binary extensions. If you are using modules that are not "pure Python", you will have to find *nux versions for your target. The other problem is impossible to solve in general, but most of the time, it's less trouble than the first problem. Python is

[Tutor] packing up python code to transfer to another machine

2010-02-10 Thread dwbarne
I have become a true Pythonaholic. My newest problem is I have a rather large Python code (1.5yrs + developing!) currently running on Windows machines that imports several modules, some from external libraries. It allows the user to easily access MySQL databases and plot selected columns and