My guess is it has something to do with the setuptools Egg format. Im going to forward onto Eby's list.
David Geller wrote: > Hi, > > Trying to use help() under python interperter, and get error: > > >>> import sqlalchemy > >>> help(sqlalchemy) > > ..... > > OSError: [Errno 20] Not a directory: > '/usr/local/lib/python2.4/site-packages/SQLAlchemy-0.91alpha-py2.4.egg/sqlalchemy' > > > Other than this, other programs work fine with sqlalchemy. > > Am I doing something wrong? > > Thanks! > > > David > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Sqlalchemy-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

