Re: [Tutor] ez_setup.py for Python3 64-bit on Vista

2011-12-31 Thread Walter Prins
Hi Mark On 1 January 2012 03:13, Mark Lybrand wrote: > ... you'll see the newly installed script.  Additionally you can then >> >> trivially also install "pip", by executing: >> >> easy_install pip >> > > Does this triviality depend on where the pip files are that I wish to "easy > install"?  I w

Re: [Tutor] ez_setup.py for Python3 64-bit on Vista

2011-12-31 Thread Mark Lybrand
I think I got it actually. Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] ez_setup.py for Python3 64-bit on Vista

2011-12-31 Thread Mark Lybrand
... you'll see the newly installed script. Additionally you can then > trivially also install "pip", by executing: > > easy_install pip > > Does this triviality depend on where the pip files are that I wish to "easy install"? I would assume that the answer is "yes". In which case, if those pip f

Re: [Tutor] ez_setup.py for Python3 64-bit on Vista

2011-12-31 Thread Walter Prins
Hi, On 31 December 2011 23:22, Mark Lybrand wrote: > I have found this script: > > http://peak.telecommunity.com/dist/ez_setup.py > > But I can see that this is Python 2.x  Is there a Python 3 version, or > should I be doing something else to install an .egg on my system? There isn't an official

[Tutor] ez_setup.py for Python3 64-bit on Vista

2011-12-31 Thread Mark Lybrand
I have found this script: http://peak.telecommunity.com/dist/ez_setup.py But I can see that this is Python 2.x Is there a Python 3 version, or should I be doing something else to install an .egg on my system? Thanks in advance. -- Mark :) __

Re: [Tutor] Drawing a figure

2011-12-31 Thread Brylie Oxley
There is a simple Python graphics library, written by John Zelle for his Python Programming textbook: http://mcsp.wartburg.edu/zelle/python/ http://mcsp.wartburg.edu/zelle/python/graphics/graphics/index.html The textbook is also worth reading. It is very well written. --Brylie Oxley