[Twisted-Python] Multi-service install

Kevin Horn kevin.horn at gmail.com
Tue Sep 23 15:03:24 EDT 2008


I would probably try to use py2exe, possibly with moonfallen's ntsvc code
here:
http://twistedmatrix.com/trac/browser/sandbox/moonfallen

That should at least get you started.

Kevin Horn

On Tue, Sep 23, 2008 at 4:24 AM, Gabriel Rossetti <
gabriel.rossetti at arimaz.com> wrote:

> Hello everyone,
>
> I have written an application that has one server and multiple clients
> using twisted. I would need to be able to install/run it under windows (for
> now) as an executable or a service. I can't have to have to install python
> and all the deps, this needs to be a drag-n-drop-n-execute-it-n- it-works
> deal, sort of like apple "app" files. I personally run each service (client)
> and the server as a diff. process as using twistd with one tac file seems
> slower. One of the services has a wx GUI too. Does anyone have any
> pointers/ideas/links concerning this? I saw that py2exe and freeze exists,
> but from the mailing list archives I couldn't tell it it really works.
>
> Thank you,
> Gabriel
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20080923/40059317/attachment.htm 


More information about the Twisted-Python mailing list