Timuçin Kızılay schrieb: > I'm getting some warning messages when running paster serve > ------ > (tg2env)t...@uhura:~/tg2env/Helloworld$ paster serve --reload development.ini > Starting subprocess with file monitor > /home/tim/tg2env/lib/python2.6/site-packages/PEAK_Rules-0.5a1.dev_r2582-py2.6.egg/peak/rules/indexing.py:220: > > DeprecationWarning: object.__new__() takes no parameters > /home/tim/tg2env/lib/python2.6/site-packages/ToscaWidgets-0.9.8-py2.6.egg/tw/core/view.py:223: > > DeprecationWarning: object.__new__() takes no parameters > obj = object.__new__(cls, *args, **kw) > Starting server in PID 5946. > serving on http://127.0.0.1:8080 > ----------- > > I'm running Python 2.6 on ubuntu 9.10 and trying the helloworld > tutorial... Should I worry about those warnings ? is there something > wrong with my setup?
Using python2.5 would be safer, the TG2-stack isn't guaranteed to run under 2.6. The above warning is an indication of that. Diez -- 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.

