[SQLObject] Pydoc doesn't like SQLObject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Edmund L. <el...@in...> - 2003-06-06 16:58:00
|
Very strange. When I run the pydoc HTTP server via pydoc -p <port number>, everything looks fine. But, when I navigate to SQLObject within ~/site-packages, I can get into the SQLObject package, but trying to get into DBConnection, SQLBuilder or SQLObject raises an exception. Cache, Col, Constraints, Join, Style, and util are fine. Is anybody else noticing this? ...Edmund. |