Coder Social home page Coder Social logo

Python 3 support about wikitools HOT 7 OPEN

jleclanche avatar jleclanche commented on July 19, 2024
Python 3 support

from wikitools.

Comments (7)

lotarso avatar lotarso commented on July 19, 2024

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

from wikitools.

mzmcbride avatar mzmcbride commented on July 19, 2024

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

from wikitools.

enterprisey avatar enterprisey commented on July 19, 2024

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.

from wikitools.

fhocutt avatar fhocutt commented on July 19, 2024

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'

from wikitools.

lotarso avatar lotarso commented on July 19, 2024

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

from wikitools.

alexz-enwp avatar alexz-enwp commented on July 19, 2024

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

from wikitools.

maatyy avatar maatyy commented on July 19, 2024

still not supported after 3 years!!

from wikitools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.