Re: [Python-Dev] New to python, let me know if i should be posting somewhere else

2008-08-05 Thread Steve Holden
jamesz wrote: Hi, I am new to Python, so this question that is probably blindingly obvious to you all. If I have 2 classes that references each other (a circular reference of some sort) and both class are defined in the single file in the order shown. class Resume(db.Model): file_dat

[Python-Dev] New to python, let me know if i should be posting somewhere else

2008-08-05 Thread jamesz
Hi, I am new to Python, so this question that is probably blindingly obvious to you all. If I have 2 classes that references each other (a circular reference of some sort) and both class are defined in the single file in the order shown. class Resume(db.Model): file_data = db.BlobPrope