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

Re: Problem porting class to python3.2

2011-06-02 Thread Nick Buchholz
On Thu, 02 Jun 2011 09:18:18 -0700 Nick Buchholz nbuchh...@noao.edu 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

Re: File Manager in Tkinter

2010-08-10 Thread Nick Buchholz
On Tue, 10 Aug 2010 10:58:39 -0400 j...@mail.python.org wrote: Thank you both for the suggestions. Have you ever tried to make one? -- http://mail.python.org/mailman/listinfo/python-list I don't know if my first reply went out so I'll repeat Here is a list box dialog written to allow selection

strange geometry problem

2009-12-23 Thread Nick Buchholz
Hi all, I'm doing a GUI for describing connectors and the signals attached. the system runs on CentOS release 5.2 (FINAL) using python 2.5 and tcl/tk 8.4 I have a class Pin that contains two class attributes that are dialogs. They are built by a helper routine as follows: if