I have a simple client/server file server app that I would like to
convert to a single .exe.  The client is just uses Tkinter and displays
a simple GUI.  The server has no GUI and just listens for and processes
connections.  How can I convert these 2 files to an .exe, while
enabling the server app to register as a Windows service?  Thanks.

Doug

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to