Re: Python weather application

2007-08-31 Thread dc
On Aug 30, 5:41 pm, Zentrader [EMAIL PROTECTED] wrote: On Aug 30, 12:45 pm, seancron [EMAIL PROTECTED] wrote: Does anybody have any suggestions for getting started on desigining a desktop weather application in Python? I've been looking for access to weather data and while I have found

Re: newbie: Need Help Moving Data from Kirbybase to Gadfly

2006-04-11 Thread dc
The addresslist table was defined and did exist, I had connection defined incorrectly. -- http://mail.python.org/mailman/listinfo/python-list

newbie: Need Help Moving Data from Kirbybase to Gadfly

2006-04-10 Thread dc
I am fairly new to python and SQL. I have been trying to move data from Kirbybase table to a Gadfly table and cannot get it to work. Win XP with python 2.4, Kirbase 1.9, Gadfly B5. Complete script shown here, with python traceback. # get global modules for python import os import sys #get

Re: newbie: Need Help Moving Data from Kirbybase to Gadfly

2006-04-10 Thread dc
I have muddle through this and gotten my script to work. Corrected code attached. # get global modules for python import os import sys #get database manager module from kirbybase import KirbyBase, KBError # open a database, embedded db = KirbyBase() result=db.select('test2.tbl',