PDA

View Full Version : Eclipse Python + Ubuntu



chinye2020
January 5th, 2013, 04:39 PM
i m new of Phyton,please help..
i have create FirstModule.py using Eclipse,
and how to install this module as Ubuntu service like Window Services?

chinye2020
January 5th, 2013, 04:47 PM
Oh, use Upstart and those command

$ sudo initctl reload-configuration
$ sudo start FirstModule.py

Am i Correct?