|
On 05/18/2012 10:53 AM, Brian Sutherland wrote:
Okay, yeah, Pyramid's setup.py says zope.interface >= 3.8.0, I guess that's safe then. Thanks for pointing that out. However I've just noticed another problem. Having piped stderr to devnull to avoid cron scripts mailing deprecation warnings, I didn't see another problem, only to find out later that my scripts weren't working. Traceback (most recent call last): Of course, adding export PYTHON_EGG_CACHE="/home/rm" to the common bootstrap script for all cron scripts (that also sources virtualenv) fixed the problem. But I'd like to know what changed between my old virtualenv (established for Pyramid 1.2.1) and this new one. Both have been installed exactly the same way: cd /home/rm virtualenv --no-site-packages virtualenv (fetch source from git repo) source virtualenv/bin/activate python setup.py develop Plus, this //.python-eggs looks like something's missing between two / /. And yeah, I should use setup.py console_scripts section and make the scripts properly, based on initdb example in the sqlalchemy template, with commands installed in virtualenv's bin because what I have now is relic cobbled together since Pyramid 1.1 days :) .oO V Oo. -- 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. |
- Pyramid 1.3 DeprecationWarning Vlad K.
- Re: Pyramid 1.3 DeprecationWarning Brian Sutherland
- Re: Pyramid 1.3 DeprecationWarning Vlad K.
- Re: Pyramid 1.3 DeprecationWarning Vlad K.
- Re: Pyramid 1.3 DeprecationWarning Angelo Hulshout
- Re: Pyramid 1.3 DeprecationWarning Chris McDonough
- Re: Pyramid 1.3 DeprecationWarn... Angelo Hulshout
- Re: Pyramid 1.3 Deprecation... Angelo Hulshout
- Re: Pyramid 1.3 Deprecation... Angelo Hulshout
- Re: Pyramid 1.3 DeprecationWarn... Vlad K.
- Re: Pyramid 1.3 Deprecation... Eric Lemoine
- Re: Pyramid 1.3 Deprecation... Vlad K.
- Re: Pyramid 1.3 Deprecation... Marius Gedminas
