Hi,
I am trying to make my Jira.py script executable. I always use py2exe tool for this kind of purpose, but it does not seem to work with Jira module, since the last version is from 2008 
Is there some modern way to make an exe with python script which can grab Jira module as well?
NOTE: the whole point of this is to run the script from a server on a regular basis without installing python and all modules that are needed to run the script.
Thanks,
Yanis.