From: Daniel C. <dan...@gm...> - 2015-03-05 16:02:08
|
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, Loïc d'Aquitaine <loi...@gm...> 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 > > |