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

2009-12-09 Thread werner
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 and 5.5 for my new scrip

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 ol

[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 pkgre