Massi píše v Po 12. 09. 2011 v 08:06 -0700: > I have already successfully used PyInstaller to build my own GUI > applications,
Wouldn't you mind mention those applications on http://www.pyinstaller.org/wiki/ProjectsUsingPyInstaller ? > I'm guessing if it also provides the support for windows > services. If so, can anyone point me out an example or some > documentation which explains how to do it? I think you should look at the pywin32 extension and the COM technology. http://en.wikipedia.org/wiki/Component_Object_Model I also found the following snippet: http://code.activestate.com/recipes/576451-how-to-create-a-windows-service-in-python/ -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
