Re: Problem porting class to python3.2

2011-06-02 Thread Ethan Furman
Nick Buchholz wrote: First thanks to all who replied. FYI the classes in the file have been working in various environments since I wrote them in python1.3 and updated them to python 2.x in 2005. I think I solved the problem, well not solved in that I don't know why the technique I used failed

Re: Problem porting class to python3.2

2011-06-02 Thread Nick Buchholz
On Thu, 02 Jun 2011 09:18:18 -0700 "Nick Buchholz" wrote: >Hi all, >I've been wandering through the DOCs for an hour and haven't found a > solution to this >I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a >code that looks like this. > ...code removed > First th

Re: Problem porting class to python3.2

2011-06-02 Thread Ethan Furman
Nick Buchholz wrote: Hi all, I've been wandering through the DOCs for an hour and haven't found a solution to this I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a code that looks like this. I just ran the posted code in both 2.5 and 3.2 and experienced no prob

Re: Problem porting class to python3.2

2011-06-02 Thread MRAB
On 02/06/2011 17:18, Nick Buchholz wrote: Hi all, I've been wandering through the DOCs for an hour and haven't found a solution to this I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a code that looks like this. from tkinter import * import time import datetime

Re: Problem porting class to python3.2

2011-06-02 Thread Terry Reedy
On 6/2/2011 12:18 PM, Nick Buchholz wrote: Hi all, I've been wandering through the DOCs for an hour and haven't found a solution to this I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a code that looks like this. from tkinter import * import time import datetim

Problem porting class to python3.2

2011-06-02 Thread Nick Buchholz
Hi all, I've been wandering through the DOCs for an hour and haven't found a solution to this I'm just starting to convert from 2.5 to 3.2 and I have a problem. I have a code that looks like this. from tkinter import * import time import datetime import string import math import random pri