PyGTK Classes Problems

2006-07-21 Thread Tom Grove
get_date() self.wTree.get_widget("winCal").destroy() if __name__ == '__main__': app = winCal() A

Chapter 9 Tutorial for Classes Not Working

2006-06-30 Thread Tom Grove
Here is my version: Python 2.4.3 (#2, May 9 2006, 21:56:54) [GCC 3.4.4 [FreeBSD] 20050518] on freebsd6 I am trying the classes example from the tutorial because some other class related stuff I am doing is not working either. Straight from Chapter 9: class MyClass: "A simple example class

Perl Dictionary Convert

2006-07-05 Thread Tom Grove
I have a server program that I am writing an interface to and it returns data in a perl dictionary. Is there a nice way to convert this to something useful in Python? Here is some sample data: 200 data follow { Calendar = { Access = { anyone = lr;}; Class = IPF.Appointment; Me

HTTPS Login

2006-08-31 Thread Tom Grove
I am trying to login to a secure website and I am having some difficulty understanding the process. Here is what I have with my limited knowledge of the subject: ##Start Code## #!/usr/bin/env python