Make Python Jira script executable

Yanis Vaks May 13, 2014

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.

2 answers

0 votes
Yanis Vaks May 13, 2014

Just tried pyinstaller module - same story. Although jira egg file is grabbed, the exe file just terminates itself straight after launching

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2014

Hello Yanis,

JIRA Script Suite could be used for this purpose http://quisapps.com/confluence/display/JSS/Scripting+Samples

Unfortunately, it seems to be unsupported plugin.

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer