Skip to content

running moinmoin 1.9.x with PyPy #91

Open
@ThomasWaldmann

Description

CPython 2.7 is out of support since quite a while and because of that often removed from new distributions.

But there is pypy (not: pypy3) and you can use it to run moin!

https://www.pypy.org/

ubuntu 22.04:

apt install pypy pypy-dev pypy-setuptools
apt install virtualenv
virtualenv --python=pypy env-pypy
source env-pypy/bin/activate

Now you have a virtual env active with a python 2.7 compatible pypy.

Running moin:

cd moin-1.9
python wikiserver.py

moin will then run on localhost:8080 (this can be changed in wikiserverconfig.py).

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions