[sqlalchemy] How to import different version of SQLachlemy?

2009-12-08 Thread Ning
Hello I am new to python. I have got two version of SQLAlchemy, 0.4.0 and 5.5. Some of my old script built in 0.4.0, and I do not want to change the script. Is that any way I can define in the script to use SQLAlchemy 0.3.11 for my old script and 5.5 for my new script? I think you can use

Re: [sqlalchemy] How to import different version of SQLachlemy?

2009-12-08 Thread Philip Jenvey
On Dec 8, 2009, at 3:00 PM, Ning wrote: Hello I am new to python. I have got two version of SQLAlchemy, 0.4.0 and 5.5. Some of my old script built in 0.4.0, and I do not want to change the script. Is that any way I can define in the script to use SQLAlchemy 0.3.11 for my old script

Re: [sqlalchemy] Digest for sqlalchemy@googlegroups.com - 1 Message in 1 Topic

2009-12-08 Thread Lamont Nelson
You can setup two virtual environments and install the dependencies for each script separately. The documentation at http://pypi.python.org/pypi/virtualenv should be able to help with the installation. On Tue, Dec 8, 2009 at 3:35 PM, sqlalchemy@googlegroups.com wrote: Today's Topic Summary