On Fri, Sep 26, 2008 at 2:57 AM, Kurt <[EMAIL PROTECTED]> wrote: > > Hello Again, I have finished upgrading my app so that the errors no > longer appear and the app works, but I am still getting deprecation > warnings as follows: > > C:\Python25\lib\site-packages\webhelpers-0.6.1-py2.5.egg\webhelpers > \rails\__init > __.py:12: DeprecationWarning: The webhelpers.rails package is > deprecated. > - Please begin migrating to the new helpers in webhelpers.html, > webhelpers.text, webhelpers.number, etc. > - Import url_for() directly from routes, and redirect_to() from > pylons.controllers.util (if using Pylons) or from routes. > - All Javascript support has been deprecated. You can write > link_to_remote() > yourself or use one of the third-party Javascript libraries. > DeprecationWarning) > > As far as I know I am no longer referencing webhelpers.rails, perhaps > one of the generated files needs updating? > > Not sure what I am doing wrong to cause the 2nd and 3rd warning.
That's all the same warning. You're probably using an older development version of Pylons. Upgrade to Pylons 0.9.7rc1 and it will probably go away. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
