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