Diez B. Roggisch schrieb:
> On Tuesday, October 12, 2010 18:06:43 paul wrote:
>> Hi
>>
>> I am just starting with turbogears on ubuntu 10.04.
>>
>> When i run a commend . I get this error . how do i fix it ? thanks
>
> it's not an error, it is a warning. And you don't need to bother. It stems
> from a change in the python standard library, and a package not being adapted
> to this. But there is no functional problem with it.
You should be able to suppress the warning by inserting
import warnings
warnings.simplefilter("ignore", DeprecationWarning)
at the top of the commands.py module of your application (untested).
A new 2.x version of CherryPy which will fix this issue is currently in
beta stage. As soon as it's released, a new TurboGears 1 releases will
follow which will use it.
Chris
--
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.