I don't know why you suddenly started getting the warnings if you haven't updated anything. If you have multiple copies of Pylons on your system, it's possible that the other version got picked up on the path somehow.
The warning says you're using Pylons 0.9.7rc4. You can try upgrading to 0.9.7 (in a separate virtualenv if possible) and see if it cuts down on the warnings. If your application is not using any rails helpers or Javascripts, you can remove the import in myapp/lib/helpers.py, and the Javascript application in the cascade in middleware.py. That should get rid of the warnings. The current version of Pylons and an up-to-date application do not produce the warnings. -- 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 -~----------~----~----~----~------~----~------~--~---
