Re: virtualenv wrecked my Django+modules install

2012-01-06 Thread Alec Taylor
I ran Pinax-env\Scripts\deactivate.bat but it didn't change anything. I'm skeptical if satchmo will work in a virtualenv, since many of its dependencies (such as PIL) I had to install with a setup from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil How would I get around this issue in a vir

Re: virtualenv wrecked my Django+modules install

2012-01-05 Thread alex23
On Jan 6, 5:01 am, Alec Taylor wrote: > Does this mean I need to install everything required by my project all > over again? - If so, should I take a virtualenv approach (and what > would the advantages be of doing so)? Virtualenv should _never_ clobber any non-virtualenv installs, that's the who

Re: virtualenv wrecked my Django+modules install

2012-01-05 Thread 88888 Dihedral
Use co-linux or VMware to do some experiment first. This is better than those old days of workstations or the mainframes from 5 to 10 vendors 20 years ago. -- http://mail.python.org/mailman/listinfo/python-list

virtualenv wrecked my Django+modules install

2012-01-05 Thread Alec Taylor
Good morning, On my system (Windows 8 Developer Preview x64 with Python 2.7.2 x64) I painstakingly installed all the dependencies for Django, Satchmo and a few other large scale projects. (about 10% couldn't be installed with pip, which is why I use the word 'painstakingly') Recently though I ne