Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 12:54:25PM -0500, luis cota wrote:
 This is confusing then - when I do a build from the current TRUNK

   If you do build from the trunk instead of a stable branch - you know
what you are doing, right?

Oleg.
-- 
 Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


Re: [SQLObject] checking version

2007-11-23 Thread luis cota
This is confusing then - when I do a build from the current TRUNK, I
get version .1 installed
yet in the comments, there is references to .9 being the latest release.


  1) Deprecated in current version (0.9).  Will be removed in next
 version (0.10)

  2) Planned to deprecate in next version, remove later.

  3) Planned to deprecate sometime, remove sometime much later ;)

How do I know if I am installing the correct version?

On Nov 23, 2007 12:39 PM, Oleg Broytmann [EMAIL PROTECTED] wrote:
 On Fri, Nov 23, 2007 at 12:00:31PM -0500, luis cota wrote:
  How can I check what version is installed?

   Not so long ago I started to put the version into comments in
 __init__.py and main.py. I think IWBN to make the version available
 programmatically, but now it is not available.

 Oleg.
 --
 Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 sqlobject-discuss mailing list
 sqlobject-discuss@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss


Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 08:39:19PM +0300, Oleg Broytmann wrote:
 I think IWBN to make the version available
 programmatically, but now it is not available.

   Well, in some sense it's available:

 import sqlobject
 sqlobject.__doc__
'\nSQLObject 0.9.2\n'
 sqlobject.main.__doc__
'\nSQLObject 0.9.2\n...'

Oleg.
-- 
 Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss