Mike Orr wrote:
> I created a virtualenv and installed pyinstall and tried installing
> Pylons, but it's installing the egg in a funny way that's not
> compatible with "python setup.py develop", or maybe it's just not
> compatible with Pylons applications.  Note that the same packages get
> installed twice, and I have these namespace .pth files cluttering up
> the place.
> 
> I also got a simplejson error that didn't occur in one virtualenv but
> did occur in another one a few minutes later.  But that may be due to
> the upstream server.
> (NOTE: http://pylonshq.com/download/0.9.7 NEEDS A CURRENT SIMPLEJSON 2 EGG.)

pyinstall uses "svn checkout --force" to avoid a problem where svn 
doesn't like to check out over existing directories.  It appears that 
this feature isn't in older versions of svn (what version are you 
using?)... so I guess I'll have to consider a different way of doing 
that checkout.

-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to