Re: Building a Python app with Mozilla



Thorsten Kampe wrote:
Hi,

I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response.

I'd like to build a Python GUI app. Neither Tkinter nor Wxpython nor PyQT are actually what I want (because the lack of GUI builders and they don't really look good on Windows and Linux).

Komodo itself is an excellent example of a - at least Python driven - application that looks superb and has superior functionality so it seems natural to use the Komodo approach for me.


Komodo is not a Python application. It is a Mozilla application that supports Python development. Komodo is more akin to Thunderbird and Firefox than anything else; it uses the XUL framework for rendering widgets, if I'm not mistaken. If you want to build an application like Komodo, get a book on developing with the Mozilla framework (XUL, XPCOM, and all that) and look at that. Python has little to do with that.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
.



Relevant Pages

  • Re: how do "real" python programmers work?
    ... I'm not an experienced python programmer, but I come from a C++ ... Komodo runs on windows and linux. ... in the interpreters, I simply make into a function in the macros file ... and then reload the macros module and call it. ...
    (comp.lang.python)
  • Re: Building a Python app with Mozilla
    ... I've already sent this to the Komodo mailing list but unfortunately I got no response. ... Komodo itself is an excellent example of a - at least Python driven - application that looks superb and has superior functionality so it seems natural to use the Komodo approach for me. ... Is there a simple How-To how to build a very simple app with the Mozilla framework? ... Komodo includes PyXPCOM, which enables JavaScript and C++ components to easily interact with python objects inside an embedded Python. ...
    (comp.lang.python)
  • Re: Module not found in script that was found in command-line interpreter. Possible Path issue?
    ... run in my command line interpreter. ... and Python 2.5. ... I have tested importing and actually connecting and using a MySQL database, ... You can configure Komodo to know about /usr/local/bin by adding a "PATH" setting in the "Environment" prefs panel. ...
    (comp.lang.python)
  • Re: Module not found in script that was found in command-line interpreter. Possible Path issue?
    ... and Python 2.5. ... I have tested importing and actually connecting and using a MySQL database, ... You can configure Komodo to know about /usr/local/bin by adding a "PATH" setting in the "Environment" prefs panel. ...
    (comp.lang.python)
  • Re: Building a Python app with Mozilla
    ... Komodo is more akin to Thunderbird and Firefox than anything else; it uses the XUL framework for rendering widgets, ... If you want to build an application like Komodo, get a book on developing with the Mozilla framework (XUL, XPCOM, and all that) and look at that. ... Python has little to do with that. ...
    (comp.lang.python)