Joined April 2014
·

Hikmat Dhamee

Software Engineer (BigData) at Deerwalk Inc
·
Kathmandu, Nepal
·
·
·

@lisotton that is another way.

Posted to Adding and Deleting user in Ubuntu over 1 year ago

Yes that's also.

Posted to Remotely Stash Git Commits over 1 year ago

Cool !!!

@chrissimpkins @kazark

There needs to be __main__.py file in inside of zipped file which we need to put before making zip.

Example:

file: __main__.py
import sys
from some_where_else import main
if __name__ == '__main__':
    sys.exit(main())

So python interpreter looks that __main__.py and starts execution.

Achievements
174 Karma
208,923 Total ProTip Views