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 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 data
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', ['recno'],['*'
The addresslist table was defined and did exist, I had connection
defined incorrectly.
--
http://mail.python.org/mailman/listinfo/python-list