I think at one point it was required by one of pyramids dependents,
and then it changed.

It's either not possible or safe to create a new project with paster
right now.

For example:

- On my OSX 10.6 machine , I used to run pylons under 2.6.
- I upgraded python to 2.7 to build & migrate some apps to pyramid.
The Python.org 2.7 mac installer leaves 2.6 intact, installs 2.7 into
a new directory structure, and adjusts environment variables to give
it precedence.
- I noticed during a recent traceback, that paster wasn't being called
from my projects virtualenv ( which is built against the new 2.7
install ) -- but instead from the original 2.6 install.
- a simple `pip_install pastescript` has everything running correctly
now

i literally caught the 2.6 out of the corner of my eye.  i'm guessing
few seasoned people would run into this, because they have paster
somewhere on their system already.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to