Open
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!
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
Labels
No labels