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

Convert script from Python 2.x to 3.x #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JulianMatthes
Copy link

The script was modified to be used within a Python 3.x environment.

@JulianMatthes JulianMatthes requested a review from DaJansenGit May 6, 2019 10:27
@PMehrfeld
Copy link
Member

If someone is interested, there exist an python 2 to 3 conversion script. (Maybe you used this already.)

Convert Python v 2.X into 3.X:
In Windows-Dos:
python D:\Programs\Anaconda3_python35_Win64\Tools\scripts\2to3.py -w D:\path\myPythonFile.py
or:
(anacondaEnvName) D:\Programs\Anaconda3_python35_Win64\envs\anacondaEnvName\Scripts
2to3.exe -w D:\path\myPythonFile.py

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

Successfully merging this pull request may close these issues.

2 participants