8000 2to3 · Issue #536 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

2to3 #536

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

Closed
Jai-GAY opened this issue May 12, 2017 · 5 comments
Closed

2to3 #536

Jai-GAY opened this issue May 12, 2017 · 5 comments

Comments

@Jai-GAY
Copy link
Jai-GAY commented May 12, 2017

Has anyone successfully tried the 2to3 feature ?

i tried to follow the information here but not successful.

sample Python 2.x source file

def greet(name):
    print "Hello, {0}!".format(name)
print "What's your name?"
name = raw_input()
greet(name)
@hiccup7
Copy link
hiccup7 commented May 15, 2017

I don't have experience with the 2to3 feature. Your question applies to Python, not specifically to WinPython. The best place I found to get support for Python questions is http://stackoverflow.com/questions/tagged/python

@Jai-GAY
Copy link
Author
Jai-GAY commented May 16, 2017

my question is does WinPython ready and support 2to3 ? how do i use it via WinPython.

@hiccup7
Copy link
hiccup7 commented May 18, 2017

As with all Python distributions, WinPython supports the 2to3 conversion utility of Python. See this page for more info: https://wiki.python.org/moin/Python2orPython3
If you want more help on learning to use Python, I suggest http://stackoverflow.com/questions/tagged/python

@Jai-GAY
Copy link
Author
Jai-GAY commented May 19, 2017

@hiccup7 could you kindly share with me how did you do it and under which directory have you issue the following command ?

2to3 example.py

looking forward to your sharing.

@stonebig
Copy link
Contributor
stonebig commented May 4, 2025

Python 2 is now fully dead

@stonebig stonebig closed this as completed May 4, 2025
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

3 participants
0