[Tutor] PYBSDDB help

2005-10-20 Thread Valone, Toren W.
I am creating my Db with this code def open_db(self): self.cadmvinfo.open(self.filename, db.DB_HASH, db.DB_CREATE,db.DB_DUP) I am putting the data with this code def store_data(self,manual_processing_code,date,file_code,license_number,vin_num ber,

[Tutor] Stupid newbie question

2005-09-23 Thread Valone, Toren W.
I am trying to noodle thru classes with python and I built the following class import time class startremail: def __init__(self): remailfile = open('U:\Bounce20.txt', 'r') #future address/file from outlook resendfile = open('resend.txt', 'w')