Re: Classes in modules

2008-04-04 Thread Gabriel Genellina
En Thu, 03 Apr 2008 18:00:54 -0300, <[EMAIL PROTECTED]> escribió: > Yeah, I was a little embarrassed putting my code up to be examined. > Thanks for the reply. I typed up some classes, but I seemed to have > run into some more problems. One of the classes keeps getting an > error that it can't p

Re: Classes in modules

2008-04-03 Thread hexusnexus
Yeah, I was a little embarrassed putting my code up to be examined. Thanks for the reply. I typed up some classes, but I seemed to have run into some more problems. One of the classes keeps getting an error that it can't pop from an empty list. Here's the code so far: begin ma

Re: Classes in modules

2008-04-02 Thread Benjamin
On Apr 2, 8:05 pm, [EMAIL PROTECTED] wrote: > I'm trying to get this source code split into multiple files: > > http://pygermanwhist.googlecode.com/files/pygermanwhist.12.py > > I've been trying to make so that I have one class per file for easier > readability. My problem is that the interpreter

Classes in modules

2008-04-02 Thread hexusnexus
I'm trying to get this source code split into multiple files: http://pygermanwhist.googlecode.com/files/pygermanwhist.12.py I've been trying to make so that I have one class per file for easier readability. My problem is that the interpreter keeps saying that it can't find methods and so forth