Re: [BangPypers] GUI framework in Python...

2008-10-04 Thread Sridhar Ratnakumar
http://www.uxpython.com/ looks like an interesting project. On Sun, Sep 21, 2008 at 4:36 AM, Vishal <[EMAIL PROTECTED]> wrote: > We would like to use a GUI framework with our Python code. > Any pointers by actual users of a GUI framework in Python. The web gives too > many options to easily choose

Re: [BangPypers] GUI framework in Python...

2008-10-04 Thread Sridhar Ratnakumar
On Fri, Oct 3, 2008 at 4:01 AM, Vishal <[EMAIL PROTECTED]> wrote: > I wouldn't recommend option (c) as writing GUI code over > HTML/JavaScript is the most painful development option even if you > were to use those fancy and buggy GUI javascript toolkits. > > Any specific reason for this? The one I

Re: [BangPypers] GUI framework in Python...

2008-10-03 Thread Vishal
I wouldn't recommend option (c) as writing GUI code over HTML/JavaScript is the most painful development option even if you were to use those fancy and buggy GUI javascript toolkits. Any specific reason for this? The one I can think of is cross browser compatibility. I can force the users to use G

Re: [BangPypers] GUI framework in Python...

2008-10-02 Thread Sridhar Ratnakumar
On Tue, Sep 30, 2008 at 2:22 AM, Vishal <[EMAIL PROTECTED]> wrote: > So the options left are: > a) Use IronPython to get all the Windows Forms stuff > b) Use PythonWin and use MFC to build the GUI > c) Use the Embedded Websever approach and make the web browser as your GUI > host. > d) Use Delphi t

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Jeff Rush
Vishal wrote: Sometime back, I came across the idea of bundling a basic webserver in a python application and using a browser window as the GUI host. That's probably one of the most universal kind of GUI framework possible...though it might not have all that native GUI packages provide. If I

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Pradeep Gowda
On Sep 30, 2008, at 4:49 AM, Vishal wrote: Hi, Sometime back, I came across the idea of bundling a basic webserver in a python application and using a browser window as the GUI host. That's probably one of the most universal kind of GUI framework possible...though it might not have all th

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Rajeev J Sebastian
On Tue, Sep 30, 2008 at 3:07 PM, Rajeev J Sebastian <[EMAIL PROTECTED]> wrote: > One thing you can do ... Please read as *could* do ... ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Rajeev J Sebastian
On Tue, Sep 30, 2008 at 2:52 PM, Vishal <[EMAIL PROTECTED]> wrote: > c) Use the Embedded Websever approach and make the web browser as your GUI > host. One thing you can do ... write a wrapper around QtWebKit as your browser-gui. This should insulate your proprietary code from the GPLed Qt. Regar

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Vishal
Thanks Sridhar. I had tried the link earlier as well. According to them wxpython is the best one for me. However, from my short experience I have noticed the wxpython applications (at least on Windows) take very long (3 - 7 seconds) to come up. Example is the well known Wing IDE. Not only that, the

Re: [BangPypers] GUI framework in Python...

2008-09-30 Thread Vishal
Hi, Sometime back, I came across the idea of bundling a basic webserver in a python application and using a browser window as the GUI host. That's probably one of the most universal kind of GUI framework possible...though it might not have all that native GUI packages provide. If I want to do somet

Re: [BangPypers] GUI framework in Python...

2008-09-29 Thread Sridhar Ratnakumar
http://www.awaretek.com/toolkits.html On Sun, Sep 21, 2008 at 4:36 AM, Vishal <[EMAIL PROTECTED]> wrote: > We would like to use a GUI framework with our Python code. > Any pointers by actual users of a GUI framework in Python. The web gives too > many options to easily choose from. > Just trying t

Re: [BangPypers] GUI framework in Python...

2008-09-22 Thread Kushal Das
On Sunday 21 September 2008 05:06:30 pm Vishal wrote: > We would like to use a GUI framework with our Python code. > Any pointers by actual users of a GUI framework in Python. The web gives > too many options to easily choose from. > My choice is PyQt4 :) Kushal -- Fedora Ambassador, India http:/

Re: [BangPypers] GUI framework in Python...

2008-09-21 Thread Anand Balachandran Pillai
If you want a simple, lightweight GUI framework without complex event handling routines, and you rate yourself from Python newbie-rookie-intermediate, I suggest easygui. http://easygui.sourceforge.net/ Easygui uses simple functions instead of typical event-driven model of UIs. I have not used it

Re: [BangPypers] GUI framework in Python...

2008-09-21 Thread vibha srinivasan
I would strongly recommend the open source Traits package and its accompanying GUI toolkit packages, TraitsBackendWX (or TraitsBackendQt) developed by Enthought, Inc.  (the project home page is http://code.enthought.com/projects/traits). The packages are available on pypi at: http://pypi.pyth

Re: [BangPypers] GUI framework in Python...

2008-09-21 Thread Banibrata Dutta
Reposting an interesting thread-head, from another Python list... (orig author is Todd Whitman): 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 la

Re: [BangPypers] GUI framework in Python...

2008-09-21 Thread Kenneth Gonsalves
On Sunday 21 Sep 2008 5:06:30 pm Vishal wrote: > We would like to use a GUI framework with our Python code. I have always been a big fan of wxPython -- regards Kenneth Gonsalves Associate, NRC-FOSS http://nrcfosshelpline.in/web/ ___ BangPypers mailing