I am trying to install Python for JIRA. I'm using Windows 7 and executing pip via a MinGW shell (I've tried just the command prompt as well). I'm getting timeout messages when trying to install, and I suspect it has something to do with the firewall here at work as I've had no problems on my home computer Mac OSX( I guess it could be a windows issue). My question is that I'm wondering if it even needs to be installed as it appears from the tar file it is just a python package containing no binaries, just .py files? I unzipped and changed my python sys.path and was able to import jira. I cannot however connect to the Atlassian server as in the examples, but this could be a firewall related problem as well.
the python-JIRA package is just a collection of .py files and packages, so you do not need to use a compiled version / there are no binaries required to get it working. The JIRA instance in the examples is a publicly available JIRA instance (avaialble at jira.atlassian.com) so you should have no problems accessing it.
You can try try to use pip install --proxy=http://user:password@proxyserver:port jira
to install from behind a proxy on Windows 7
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.