Re: [Pythonmac-SIG] Confused about framework build

2007-02-27 Thread Christopher Barker
Kent Johnson wrote: > I am coming to Mac Python development after several years on Windows Welcome > I have installed the framework build of Python 2.4 from pythonmac.org. good choice! > Questions: > - How can I have Python 2.4 and 2.5 both available? Yes, certainly. > I am developing a > we

[Pythonmac-SIG] How to make 2 scripts in one application

2007-02-27 Thread Chris Van Bael
Hi all, Maybe a totally noob question, but I'll ask it anyway since I couldn't find an answer on the series of tubes... I'm working on a pygame program that runs on Linux, Windows and Mac. It uses an database which it accesses through SQLAlchemy. So on Linux in setup.py we have a section to instal

[Pythonmac-SIG] Confused about framework build

2007-02-27 Thread Kent Johnson
Hi, I am coming to Mac Python development after several years on Windows and I am a bit confused by the Python framework stuff. I have installed the framework build of Python 2.4 from pythonmac.org. Questions: - How can I have Python 2.4 and 2.5 both available? I am developing a web site that