On Mon, Jun 15, 2009 at 6:24 PM, allen.fowler<[email protected]> wrote: > > >> could you please clean that up in your huge logs it's impossible to >> parse what is a warning and what is not. >> >> > > [SNIP] > > > PEAK_Rules-0.5a1.dev_r2582-py2.6.egg/peak/rules/indexing.py:220: > DeprecationWarning: object.__new__() takes no parameters > /home/afo/tg2test/lib/python2.6/site-packages/ToscaWidgets-0.9.6- > py2.6.egg/tw/core/view.py:209: DeprecationWarning: object.__new__() > takes no parameters > obj = object.__new__(cls, *args, **kw) >
It is my undestanding that the newest TW doesn't depends on peak.rules anymore. > > [SNIP] > > > > (tg2test)a...@ubuntu:~/tg2test/testprj$ python setup.py develop > /usr/lib/python2.6/distutils/dist.py:266: afoWarning: Unknown > distribution option: 'message_extractors' > warnings.warn(msg) > This is because babel is not installed. > [SNIP] > > /home/afo/tg2test/lib/python2.6/site-packages/PasteScript-1.7.3- > py2.6.egg/paste/script/command.py:125: DeprecationWarning: > BaseException.message has been deprecated as of Python 2.6 > print e.message > You must give a config file > (tg2test)a...@ubuntu:~/tg2test/testprj$ > This is too new to be removed. That is why it's deprecated, remember some people are still running 2.4 so I guess we are going to have to live with that. > [SNIP] > Two more comments 1- as I said those are warnings DeprecationWarnings meaning that future versions will remove them. 2- None are really in TG they are actually in packages that TG depends on. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

