>> 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 permissions >problem. Check the permissions on your install directory[s] would be my suggestion. >Try >/usr/local/lib/python2.4/site-packages/ >(changing for whatever your Python version is). 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 I can't import this package. My question is : How can I install SQLAlchemy in local python2.4 rather than in root python2.3? Thanks in advance! Wendy _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users