Re: [Tutor] Need help on "How to Think Like a Computer Scientist:Learning with Python".

2007-08-15 Thread Henry Dominik
We've all been there. But what exactly is the problem you're having? Its really hard to know what sort of help you require if you didn't tell us what the problem is. Please help us to help you! Ciao - Original Message - From: "Vanneth Tea" <[EMAIL PROTECTED]> To: Sent: Wednesday, A

Re: [Tutor] Class error

2007-06-17 Thread Henry Dominik
Well, I need to learn more :) Thanks anyway --Dom - Original Message - From: "Alan Gauld" <[EMAIL PROTECTED]> To: Sent: Sunday, June 17, 2007 7:28 PM Subject: Re: [Tutor] Class error > > "Henry Dominik" <[EMAIL PROTECTED]> wrote > > >

[Tutor] Class error

2007-06-17 Thread Henry Dominik
Hello people, I was trying my hands on Python's Classes and have a first hurdle and can't seem to get past it. -Below is the error message -- Traceback (most recent call last): File "C:/Development/python/EmplAddrBookEntry.py", line 3, in -toplevel- class EmplAddrBookEntry(AddrBoo

Re: [Tutor] information

2006-09-07 Thread Henry Dominik
Nice to have you around! This list is to help with any problem you may be having with the language and how to solve certain problems.   So, if you have specific questions, please do post them. And be warned, no one here would like to do any homework for you.   Enjoy you stay   Dom - O

Re: [Tutor] Problem with Pythonwin

2006-09-03 Thread Henry Dominik
It is very hard to know what caused that, but could you post the piece of code you were trying to execute??   Or did you get the error when you opened the Pythonwin without any code??   -- Dominik     - Original Message - From: Asrarahmed Kadri To: tutor@python.org Sent: S

Re: [Tutor] GUI Programing

2006-08-31 Thread Henry Dominik
This guy has been documenting his progress as he learns Python GUI programming. See if you can pick up a few tips http://www.learningpython.com/   - Original Message - From: Amadeo Bellotti To: Tutor Sent: Thursday, August 31, 2006 9:12 PM Subject: [Tutor] GUI Progra

[Tutor] Runing a Python program

2006-05-12 Thread Henry Dominik
Hello people,   As a new python programmer, I created a directory in 'C:\python24\myPythonFiles', and added a simple python under the myPythonFiles directory; but when I tried running it on the Python Shell, I got the following error.   >>> import myPythonFiles.readOut   Traceback (most rece