* 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 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). -- ________________________________ toddgrimason*todd[ at ]slack.net _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

