v wrote: > Please help..... I'm new with Python. > Using Boa (or Pythoncard) and pysqlite, how can I read/write from/to > database, thanks
First learn how to read/write data from your db (without any gui stuff). Then learn how to use your gui (without any db stuff). Then make the two working together, and you're done !-) -- bruno desthuilliers ruby -e "print '[EMAIL PROTECTED]'.split('@').collect{|p| p.split('.').collect{|w| w.reverse}.join('.')}.join('@')" python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list