On Fri, Aug 21, 2009 at 1:18 AM, Aaron
Robinson<aaron.robin...@mojoworld.com> wrote:
> As SQLObject doesn't appear to define a
> "__version__", how does one tell which version one is using??

Maybe try looking at the built-in documentation? The docstring for the
module contains the version number (at least in version 0.10.2).

Something like:

   pydoc sqlobject

or

   python -c "import sqlobject; print sqlobject.__doc__"

should display it for you.

Schiavo
Simon

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to