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 for MoinMoin 1.9.x #5

Open
ThomasWaldmann opened this issue Aug 16, 2018 · 2 comments
Open

python 3 support for MoinMoin 1.9.x #5

ThomasWaldmann opened this issue Aug 16, 2018 · 2 comments
Labels
wontfix This will not be worked on

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Aug 16, 2018

Just to answer some FAQ:

MoinMoin 1.9.x only works on Python 2.7 and there is no plan to change the code to work on Python 3.

MoinMoin 2 (not released yet) will work on Python 3.x soon.

See also: https://moinmo.in/Python3

@ThomasWaldmann ThomasWaldmann added the wontfix This will not be worked on label Aug 16, 2018
@ThomasWaldmann ThomasWaldmann changed the title python 3 python 3 support for MoinMoin 1.9.x Aug 16, 2018
@ghost
Copy link

ghost commented Apr 28, 2020

What is the temporary solution for the period between the end of python 2 and MoinMoin 2 release?

@ThomasWaldmann
Copy link
Member Author

ThomasWaldmann commented Apr 28, 2020

@chnnnkk You can either continue to run moin 1.9 on python 2.7 or (if possible) help with moin 2 development so it can be released earlier.

python 2.7 can be e.g.:

  • last release of cpython 2.7 (which happened a few days ago) - if not offered via a distribution package, one could even do a custom install of that from source (make altinstall iirc)
  • using some linux distribution with long term support that still includes (c)python 2.7
  • pypy might be also an option (kind of experimental, but afaik they still support py27)

Of course this is less than perfect, but it is as it is and it won't change until more developers and testers step up contributing to moin 2 development, to speed up development and later the release process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant