Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
On 4/02/2014 5:31pm, Avraham Serour wrote: You can easily install pillow on windows using 'easy_install pillow' it comes with the necessary binaries and you don't need to compile Bingo! Yes - it puts it in an egg. Thanks Avraham On Feb 4, 2014 2:30 AM, "Mike Dewhirst" mailto:mi...@dewhirst

Re: virtualenv on Windows

2014-02-03 Thread Avraham Serour
You can easily install pillow on windows using 'easy_install pillow' it comes with the necessary binaries and you don't need to compile On Feb 4, 2014 2:30 AM, "Mike Dewhirst" wrote: > Thanks Nick > > All this goodness is coming to light just I have (almost) given up Windows > altogether. I only

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
Thanks Nick All this goodness is coming to light just I have (almost) given up Windows altogether. I only need to persuade one more person on my network to walk away from Microsoft and I'm free! FREE! Sob ... Mike On 4/02/2014 10:39am, Nick Santos wrote: FYI, virtualenvwrapper was ported t

Re: virtualenv on Windows

2014-02-03 Thread Nick Santos
FYI, virtualenvwrapper was ported to windows: https://pypi.python.org/pypi/virtualenvwrapper-win It works seamlessly like the linux/OSX versions -Nick On Mon, Feb 3, 2014 at 3:10 PM, Mike Dewhirst wrote: > Michel > > I learned quite a lot and appreciate it greatly! > > Thankyou > > Mike > >

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
Michel I learned quite a lot and appreciate it greatly! Thankyou Mike On 4/02/2014 7:37am, werefrog wrote: Hello, For Windows, I tried many ways that worked but I finally installed Visual Studio 2008 C++ for the compilation problems and only pillow and psycopg2 resist in my case (I simply ex

Re: virtualenv on Windows

2014-02-03 Thread werefrog
Hello, For Windows, I tried many ways that worked but I finally installed Visual Studio 2008 C++ for the compilation problems and only pillow and psycopg2 resist in my case (I simply extract the content of the binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/, copy content from 'SCRIPT

Re: virtualenv on Windows

2014-02-03 Thread CLIFFORD ILKAY
On 02/03/2014 05:11 AM, Mike Dewhirst wrote: > > However, this evening at the Melbourne PUG meeting I heard about > Anaconda which apparently make virtualenv passé. Haven't looked at it > yet. Might be a day or so ... That's an unfortunate choice of a name for a Python related project given that t

Re: virtualenv on Windows

2014-02-03 Thread Mike Dewhirst
On 29/01/2014 7:10pm, Sam Lai wrote: Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2

Re: virtualenv on Windows

2014-01-29 Thread Mike Dewhirst
On 29/01/2014 7:10pm, Sam Lai wrote: Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2

Re: virtualenv on Windows

2014-01-29 Thread Sam Lai
Oops, my memory failed me. They don't work with pip, but they do work with easy_install, which virtualenvs have as well (at least mine do). http://stackoverflow.com/a/5442340/150999 For example, easy_install C:\Users\sam\Downloads\Pygments-1.6.win-amd64-py2.7.exe On 29 January 2014 16:27, Mik

Re: virtualenv on Windows

2014-01-28 Thread Mike Dewhirst
On 29/01/2014 2:23pm, Sam Lai wrote: However, even after downloading from that site they cannot be installed manually into a virtualenv! Only pip can do that. You can install the packages from http://www.lfd.uci.edu/~gohlke/pythonlibs/ by simply running - pip install I did try that earlier

Re: virtualenv on Windows

2014-01-28 Thread Sam Lai
> However, even after downloading from that site they cannot be installed > manually into a virtualenv! Only pip can do that. You can install the packages from http://www.lfd.uci.edu/~gohlke/pythonlibs/ by simply running - pip install ... from inside your virtualenv. Those .exe files are pip-c