From: Loïc d'A. <loi...@gm...> - 2015-03-05 17:00:20
|
Thanks for you answer, but as I know, win32serviceutil is not implemented yet for python3.4 (and you can suppose that I can't use python 2.7 ...) So, can I use py2exe without this module and generate service-compatible executable file ? 2015-03-05 17:01 GMT+01:00 Daniel Casper <dan...@. <dan...@gm...>>: > Loy, > > There's a post over here on StackOverflow about creating a win32 Service > with python - > http://stackoverflow.com/questions/263296/creating-a-python-win32-service. > That should get you close. I've also included a sample template I use for > my setup.py for creating a Service. Let me know if it helps or you have > questions. > > --Dan > > On Thu, Mar 5, 2015 at 7:46 AM, Loy wrote: > >> Hello, >> >> Is there any way to create a windows service using python 3.4 with py2exe >> ? >> >> Thanks, >> Loy. >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >> things parallel software development, from weekly thought leadership >> blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Py2exe-users mailing list >> Py2...@li... >> https://lists.sourceforge.net/lists/listinfo/py2exe-users >> >> > |