Re: [Sqlalchemy-users] Install SQLAlchemy problem

2006-06-09 Thread Todd Grimason
* Yang, W (Wanjuan) [2006-06-09 11:00]: > Thanks for you reply. I found the problem is: I have python2.3 in root, > python2.4 in local. When I install SQLAlchemy, it automatically goes to > python2.3 rather than python2.4. > So in root, I can use this package. But in local, the python is 2.4, so

Re: [Sqlalchemy-users] Install SQLAlchemy problem

2006-06-09 Thread Yang, W (Wanjuan)
>>Hi, >> I installed SQLAlchemy from root. Using root, I can use sqlalchemy >>package.But in my home directory, when I import sqlalchemy, there is >>error message: No module named sqlalchemy. >> >If you can only use the package as root that sounds very much like a file per

Re: [Sqlalchemy-users] Install SQLAlchemy problem

2006-06-09 Thread Todd Grimason
* Yang, W (Wanjuan) [2006-06-09 08:56]: > >Hi, >I installed SQLAlchemy from root. Using root, I can use sqlalchemy >package.But in my home directory, when I import sqlalchemy, there is >error message: No module named sqlalchemy. > If you can only use the package as root tha

[Sqlalchemy-users] Install SQLAlchemy problem

2006-06-09 Thread Yang, W (Wanjuan)
Title: Install SQLAlchemy problem Hi, I installed SQLAlchemy from root. Using root, I can use sqlalchemy package.But in my home directory, when I import sqlalchemy, there is error message: No module named sqlalchemy. What is the problem? How can I use sqlalchemy in my home directory? Does