Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install JiraRobot #3

Open
tirtha91 opened this issue Mar 26, 2019 · 3 comments
Open

Not able to install JiraRobot #3

tirtha91 opened this issue Mar 26, 2019 · 3 comments

Comments

@tirtha91
Copy link

Not able to install JiraRobot manually or by using pip command
Giving error like :
Traceback (most recent call last): File "setup.py", line 23, in execfile(join(dirname(file), 'JiraRobot', 'version.py')) NameError: name 'execfile' is not defined

@nmk1311
Copy link

nmk1311 commented Oct 2, 2019

I faced same issue, any solution yet?

@philsjh
Copy link

philsjh commented Oct 15, 2019

Python3 issue - use Python 2.7

@Matze1985
Copy link

Matze1985 commented Jun 12, 2020

A workaround for Python 3 is:
pip install jira

Download the zip file and copy the JiraRobot.py to a local path.

Example path for import the file in suite:

*** Settings ***
Library           ${CURDIR}/Librarys/JiraRobot.py

Then change by this file the print statements:
print => Python 2
to
print() => Python 3

It works very well for me.

BR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants