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
get_date()
self.wTree.get_widget("winCal").destroy()
if __name__ ==
'__main__':
app = winCal()
A
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
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