Re: [Tutor] Pygraphics crashed

2013-05-17 Thread Oscar Benjamin
On 17 May 2013 17:04, eryksun wrote: > On Fri, May 17, 2013 at 10:31 AM, Oscar Benjamin > wrote: > >> Since my own Windows machine has the wrong version of Visual Studio >> (and out IT policy won't let me change it) I use mingw. However, every >> time I install a new Python I have to patch distut

Re: [Tutor] Pygraphics crashed

2013-05-17 Thread eryksun
On Fri, May 17, 2013 at 10:31 AM, Oscar Benjamin wrote: > > The wheel format will solve part of the problem in that it will make > it safer and easier to install prebuilt binaries. It will still > require someone to create all of the prebuilt binaries for each > OS/architecture/Python version and

Re: [Tutor] Pygraphics crashed

2013-05-17 Thread Oscar Benjamin
On 17 May 2013 05:56, eryksun wrote: > On Thu, May 16, 2013 at 6:15 PM, Jim Mooney wrote: >> How do I install PIL with easy-install? I used that once but forget >> how. I seem to recall reading it installs a version that is Py native >> and doesn't choke on your OS. Or did I read that wrong? > >

Re: [Tutor] Pygraphics crashed

2013-05-17 Thread Walter Prins
Hi, On 16 May 2013 23:49, Jim Mooney wrote: > > By the way, do you mind if I ask why you're using PyGraphics? It's > > only meant to be used for education (and even there, AFAIK the only > > users are the University of Toronto (and even there, I think they > > stopped using it because they swit

Re: [Tutor] Pygraphics crashed

2013-05-16 Thread eryksun
On Thu, May 16, 2013 at 6:15 PM, Jim Mooney wrote: > How do I install PIL with easy-install? I used that once but forget > how. I seem to recall reading it installs a version that is Py native > and doesn't choke on your OS. Or did I read that wrong? I recommend pip instead of easy_install becau

Re: [Tutor] Pygraphics crashed

2013-05-16 Thread Jim Mooney
> By the way, do you mind if I ask why you're using PyGraphics? It's > only meant to be used for education (and even there, AFAIK the only > users are the University of Toronto (and even there, I think they > stopped using it because they switched to Python 3 for Coursera and > didn't care enough t

Re: [Tutor] Pygraphics crashed

2013-05-16 Thread Devin Jeanpierre
On Thu, May 16, 2013 at 2:06 AM, Jim Mooney wrote: > How do I uninstall modules? I installed Pygraphics, which worked fine, > along with some other mods, like numpy, but when I installed 64 bit py > 2.7 > I get the message "The _imaging C module is not installed" when > running a prog that worked

Re: [Tutor] Pygraphics crashed

2013-05-16 Thread Jim Mooney
How do I install PIL with easy-install? I used that once but forget how. I seem to recall reading it installs a version that is Py native and doesn't choke on your OS. Or did I read that wrong? Jim On 16 May 2013 02:44, eryksun wrote: > On Thu, May 16, 2013 at 2:06 AM, Jim Mooney wrote: >> >>

Re: [Tutor] Pygraphics crashed

2013-05-16 Thread eryksun
On Thu, May 16, 2013 at 2:06 AM, Jim Mooney wrote: > > And regardless of the answer to that I still want to know how to > uninstall modules. Do I just find and delete them? And are they all in > the same place? You should be able to uninstall msi or exe packages just like any other Windows progra

[Tutor] Pygraphics crashed

2013-05-15 Thread Jim Mooney
How do I uninstall modules? I installed Pygraphics, which worked fine, along with some other mods, like numpy, but when I installed 64 bit py 2.7 I get the message "The _imaging C module is not installed" when running a prog that worked fine before. I think I have a higher dot-version - Py 2.7.4 as