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

Python 3 support #2

Open
jleclanche opened this issue Dec 15, 2013 · 7 comments
Open

Python 3 support #2

jleclanche opened this issue Dec 15, 2013 · 7 comments

Comments

@jleclanche
Copy link

Python 3 support would be really nice...

@lotarso
Copy link

lotarso commented May 31, 2014

Yeah. You did a great job here. But Python 3 Support would be really nice <3

@mzmcbride
Copy link
Collaborator

Has anyone done an evaluation of what's needed? That would probably be a good first step. :-)

@enterprisey
Copy link

When I tried to run it with only Python 3.3, incredible numbers of Python 2.x-style print statements came up as errors; that would be a good place to start.

@fhocutt
Copy link
Contributor

fhocutt commented Jun 7, 2014

I tried to run it in my Python 3.4 virtualenv, with the following result:

Python 3.4.0 (default, Apr 11 2014, 13:05:11) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wikitools
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/fhocutt/MediaWiki-OPW/wikitools-python3/lib/python3.4/site-packages/wikitools/__init__.py", line 19, in <module>
    from wiki import *
ImportError: No module named 'wiki'

@lotarso
Copy link

lotarso commented Jun 7, 2014

I tried to translate it with 2to3 (https://docs.python.org/2/library/2to3.html) - I gave up :)

@alexz-enwp
Copy link
Owner

Work started at https://github.com/alexz-enwp/wikitools/tree/py3

@cariaso cariaso mentioned this issue Jun 9, 2016
@maatyy
Copy link

maatyy commented Nov 22, 2017

still not supported after 3 years!!

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

7 participants