FAQ
[Brad Clements wrote]
I'd like to find out more about pymozilla.. It sounds very interesting
pymozilla is is a proprietary application so I can't share the code.
It's a modified python.exe with builtin Browser module - Python wrapped
Gecko engine.
Custom nsIProtocolHandler and zip-file-system Python module is used to get
and load files(html,xml,css,images,Python code) from zip
and to resolve and process all ".py" links and html forms. It's pretty like
CGI, but no server is required.
The main problem was to have it run from CD (client requirement) without
installing anything (Mozilla/Python)

Wiktor

Search Discussions

  • JZ at Dec 19, 2003 at 9:06 am

    On Fri, 19 Dec 2003 04:30:53 +0100, "Wiktor Sadowski" wrote:

    The main problem was to have it run from CD (client requirement) without
    installing anything (Mozilla/Python)
    I had the same problem. I solved it using Webware and SQLite.

    --
    JZ
  • John J. Lee at Dec 19, 2003 at 1:58 pm

    JZ <jroznfgre at jngpugbjreQBGbet.cy> writes:

    On Fri, 19 Dec 2003 04:30:53 +0100, "Wiktor Sadowski"
    wrote:
    The main problem was to have it run from CD (client requirement) without
    installing anything (Mozilla/Python)
    I had the same problem. I solved it using Webware and SQLite.
    What's the problem? Does Python not like having nowhere to save .pyc
    files?


    John
  • Peter Hansen at Dec 23, 2003 at 4:09 pm

    "John J. Lee" wrote:
    JZ <jroznfgre at jngpugbjreQBGbet.cy> writes:
    On Fri, 19 Dec 2003 04:30:53 +0100, "Wiktor Sadowski"
    wrote:
    The main problem was to have it run from CD (client requirement) without
    installing anything (Mozilla/Python)
    I had the same problem. I solved it using Webware and SQLite.
    What's the problem? Does Python not like having nowhere to save .pyc
    files?
    Python has no problem with that. We frequently run code from a CompactFlash
    module with a read-only Linux partition, without .pyc files being written
    and with no related issues.

    -Peter
  • Lothar Scholz at Dec 24, 2003 at 12:08 am
    jjl at pobox.com (John J. Lee) wrote in message news:<87fzfgoqn0.fsf at pobox.com>...
    JZ <jroznfgre at jngpugbjreQBGbet.cy> writes:
    On Fri, 19 Dec 2003 04:30:53 +0100, "Wiktor Sadowski"
    wrote:
    The main problem was to have it run from CD (client requirement) without
    installing anything (Mozilla/Python)
    I had the same problem. I solved it using Webware and SQLite.
    What's the problem? Does Python not like having nowhere to save .pyc
    files?
    I guess it has something to do with the OCX like component
    architecture of modzilla. OCX must register the components in the
    registry - thats why we only buy pure DLL windows components (aka
    libraries).

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppython-list @
categoriespython
postedDec 19, '03 at 3:30a
activeDec 24, '03 at 12:08a
posts5
users5
websitepython.org

People

Translate

site design / logo © 2023 Grokbase