tkSimpleDialog.Dialog.ok calls Cancel

2011-04-04 Thread Matt H
I am subclassing tkSimpleDialog.Dialog as a (sqlite) database front- end. This parent dialog opens a number of child dialogs to propagate sub-tables (like sub-forms in OOo). These subforms write their input into the database (INSERT...) The parent dialog then either commits or rolls-back transacti

Python Jobs

2006-12-04 Thread Matt H
I'm writing from an IT Recruitment consultancy, I have an opportunity for either an experienced Python developer or someone looking to cross train in to Python in a permanent role. The role is based in the Amersham, Buckinghamshire for a small but well established software house. You will be requi

Re: News-retrieval client-news.google

2006-04-14 Thread Matt H
[EMAIL PROTECTED] wrote: > Hi All, > I'm trying to write a news retrieval client in python. > I'm going to get the news from google's news service. > However, when I run the following code, google gives me a 403 error. Knowing google, they're blocking the user agent supplied by urllib2. -- http:/