Re: ANN: Python GUI development using XULRunner

2008-09-24 Thread Joe Hrbek
Todd, this is great! Thanks for your work on this. I've been using your extension for awhile, successfully creating little apps. Your gui_app template has been a huge help in advancing my understanding of how things fit together...takes some of the guesswork out. :) Thanks again, -j On Sep

Re: ANN: Python GUI development using XULRunner

2008-09-18 Thread Riccardo Galli
On 17 Set, 03:29, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The tutorial covers how to

Re: ANN: Python GUI development using XULRunner

2008-09-18 Thread Don Spaulding
On Sep 17, 5:53 pm, Todd Whiteman [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: On Sep 17, 1:21 pm, Todd Whiteman [EMAIL PROTECTED] wrote: Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The tutorial covers how

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Todd Whiteman
Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread support
On Sep 17, 1:21 pm, Todd Whiteman [EMAIL PROTECTED] wrote: Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Don Spaulding
Oh, and Google's single sign-on sucks eggs :-| -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Fred Pacquier
Todd Whiteman [EMAIL PROTECTED] said : I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The tutorial covers how to build a

Re: ANN: Python GUI development using XULRunner

2008-09-17 Thread Todd Whiteman
[EMAIL PROTECTED] wrote: On Sep 17, 1:21 pm, Todd Whiteman [EMAIL PROTECTED] wrote: Don Spaulding wrote: On Sep 16, 8:29 pm, Todd Whiteman [EMAIL PROTECTED] wrote: I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as

ANN: Python GUI development using XULRunner

2008-09-16 Thread Todd Whiteman
I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming language. The tutorial covers how to build a Python/XULRunner GUI application: