Message16

Author poeml
Recipients
Date 2009-10-06.22:00:46
Content
When running the "mb" tool on Ubuntu 9.04, the SQLObject Python module spits out a 
deprecation warning each time it is run:


> /usr/lib/python2.6/dist-packages/sqlobject/converters.py:165:
> DeprecationWarning: the sets module is deprecated
>   from sets import Set, ImmutableSet


The depracation warning is in the sqlobject module and is issued when Python 2.6 is 
used, which is the default Python on Ubuntu 9.04. We might get rid of it by filing a bug 
for the python-sqlobject package, or by using Python 2.5 instead.
History
Date User Action Args
2009-10-06 22:00:46poemllinkissue6 messages
2009-10-06 22:00:46poemlcreate