Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

python version bug #664

Open
Chenfengldw opened this issue Apr 26, 2019 · 1 comment
Open

python version bug #664

Chenfengldw opened this issue Apr 26, 2019 · 1 comment

Comments

@Chenfengldw
Copy link

In jstorm.py, at first the code checked the python version but in:
if not os.path.exists(JSTORM_DIR + "/RELEASE"): print ("******************************************") print "The jstorm client can only be run from within a release. You appear to be trying to ") \ "run the client from a checkout of JStorm's source code.") print "\nYou can download a JStorm release " print "******************************************" sys.exit(1)
the print function is still in python2 style and will raise bug when using python3.

@Chenfengldw
Copy link
Author

repo tag 2.4.0
./bin/jstorm.py line 120

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

No branches or pull requests

1 participant