Packing up zope+products as an exe?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arsalan

    Packing up zope+products as an exe?

    Hi.

    Is it possible to bundle up a couple of products + zope as a single,
    easily distributable .exe? Something like py2exe, but for zope. And
    cross-platform (i.e. an .exe for Win* and binary for *nix)

    I want my users (esp windows ones) to be able to start up my zope
    stuff locally with just a click...

    Thanks in advance

    --Arsalan

  • Istvan Albert

    #2
    Re: Packing up zope+products as an exe?

    Arsalan wrote:
    [color=blue]
    > Is it possible to bundle up a couple of products + zope as a single,
    > easily distributable .exe?[/color]

    No.

    Comment

    • James Davies

      #3
      Re: Packing up zope+products as an exe?

      Yes- as an installer (not as a standalong application).

      If you package up an entire zope tree (using anything from from
      Installshield to WinZip self extracting exe's), you could create an
      installer and place an icon on the users desktop.





      Arsalan wrote:
      [color=blue]
      > Hi.
      >
      > Is it possible to bundle up a couple of products + zope as a single,
      > easily distributable .exe? Something like py2exe, but for zope. And
      > cross-platform (i.e. an .exe for Win* and binary for *nix)
      >
      > I want my users (esp windows ones) to be able to start up my zope
      > stuff locally with just a click...
      >
      > Thanks in advance
      >
      > --Arsalan
      > http://www.achates.biz[/color]

      Comment

      • Arsalan

        #4
        Re: Packing up zope+products as an exe?

        Thanks for the info...

        James Davies <james@foomatic .net> wrote in message news:<41a96cbc$ 0$25786$5a62ac2 2@per-qv1-newsreader-01.iinet.net.au >...[color=blue]
        > Yes- as an installer (not as a standalong application).
        >
        > If you package up an entire zope tree (using anything from from
        > Installshield to WinZip self extracting exe's), you could create an
        > installer and place an icon on the users desktop.
        >
        >
        >
        >
        >
        > Arsalan wrote:
        >[color=green]
        > > Hi.
        > >
        > > Is it possible to bundle up a couple of products + zope as a single,
        > > easily distributable .exe? Something like py2exe, but for zope. And
        > > cross-platform (i.e. an .exe for Win* and binary for *nix)
        > >
        > > I want my users (esp windows ones) to be able to start up my zope
        > > stuff locally with just a click...
        > >
        > > Thanks in advance
        > >
        > > --Arsalan
        > > http://www.achates.biz[/color][/color]

        Comment

        Working...