Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-29 Thread Nevins Duret
> > Rohan > > On Sun, Apr 10, 2011 at 1:33 PM, Walter Prins wrote: > > > On 9 April 2011 19:45, Nevins Duret wrote: > I can't thank you enough for your help. Yes, I usually use the Synaptic > Package Manager, however in this case, Python version 3.2 is not

Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-09 Thread Nevins Duret
On 04/09/2011 06:12 PM, Rohan Sachdeva wrote: Just so you know there is a PPA for 3.2 - https://launchpad.net/~irie/+archive/python3.2 <https://launchpad.net/%7Eirie/+archive/python3.2> Should make things a lot easier. Rohan On Sat, Apr 9, 2011 at 11:45 AM, Nevins Duret <m

Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-09 Thread Nevins Duret
On 04/09/2011 02:32 PM, Walter Prins wrote: On 9 April 2011 17:44, Nevins Duret <mailto:dur...@bellsouth.net>> wrote: Compiling with Ubuntu # get required packages for build sudo apt-get install build-essential libncursesw5-dev libreadline5-dev libssl-dev libgdbm-

Re: [Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-09 Thread Nevins Duret
Gauld) 3. Python 3.2 Install Not Responding To Python Command!! (Nevins Duret) 4. Re: Sound question (Nick Stinemates) 5. Re: Python 3.2 Install Not Responding To Python Command!! (Lie Ryan) 6. Re: Evaluatin

[Tutor] Python 3.2 Install Not Responding To Python Command!!

2011-04-08 Thread Nevins Duret
grade issues that I am having with my Update Manager. Any help on this would be greatly appreciated. Best Regards, Nevins Duret ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/lis

[Tutor] Converting From Unicode to ASCII!!

2011-02-07 Thread Nevins Duret
r loop. Any help on this would be greatly appreciated. So far, I'm reading up on this topic at this url: http://docs.python.org/howto/unicode.html Best Regards, Nevins Duret ___ Tutor maillist - Tutor@python.org To unsubscribe or

Re: [Tutor] Tutor Digest, Vol 84, Issue 8

2011-02-02 Thread Nevins Duret
earn to code. I think the stigma of the "homework bandwagon" comes from the very nature of coding and it's secretive and cryptic undertones, it's something very personal in the sense that, although there is usually more than 1 way to solve a problem, there's always "T

Re: [Tutor] Wrapping my head around global variables!!

2011-01-30 Thread Nevins Duret
x27;m sure it must stem from either a syntax or a module I've yet to import for Python3.1, being that I had to install tkFont to get it to run under the Python2.6 environment. I specifically admired your both complete and descriptive explanation on your reasoning for every piece of line in t

[Tutor] Wrapping my head around global variables!!

2011-01-28 Thread Nevins Duret
Hello Python collective, I am trying to wrap my head around what exactly is causing me not to get any output or error message in the following code: #!/usr/bin/env python3.1 import random def main(): def chosen_letter(): chosen_letter = Consonant() chosen_lette

[Tutor] Correct Path for tkinter using python3.1 on Ubuntu Maverick!!

2011-01-19 Thread Nevins Duret
Hello Python Collective, Well, I'm sure this topic came up before on this forum, and I was confident that I mastered it having had to set it up correctly on my Mac systems and linux systems in the path. Here are my findings. I am trying to run this code: #!/usr/bin/env python3.1 from tkint