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

SyntaxError: invalid token in python 3.7 #27

Open
KasperThystrup opened this issue May 7, 2020 · 0 comments
Open

SyntaxError: invalid token in python 3.7 #27

KasperThystrup opened this issue May 7, 2020 · 0 comments

Comments

@KasperThystrup
Copy link

Hi, I'm uncertain whether this tool runs from python 2.7 or python 3.X - it is not stated from http://rnaeditor.uni-frankfurt.de/install.php

Description
When executing the RNAeditor script from python 3.+ runs into the following issue:
File "RNAEditor.py", line 59
os.makedirs(self.outdir, mode=0755)

Solution
For python3.+ the issue would be solved by replacing the 0755 values from the os commands to o0755. However if this tool runs on 2.7 I don't know whether this causes other issues.

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

1 participant