1. Moinmoin2.0
python 3 に対応している版だが、installが難しいし、開発も進んでいない様子。
1.9.10 (python2) で頑張るか。-- ToshinoriMaeno 2020-09-12 01:34:42
1.1. 情報
python3が動くだけでは、インストールは終わらない。しばらく、放置だ。-- ToshinoriMaeno 2020-09-13 03:27:59
1.2. setup.py
python3 setup.py build
buildの下にlibができた。OK. -- ToshinoriMaeno 2020-09-13 06:49:42
https://moin-20.readthedocs.io/en/latest/
1.3. pip
https://pip.pypa.io/en/stable/installing/
https://www.python.ambitious-engineer.com/archives/7
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/moin2/
1.4. python 3.8.5
python 3 での環境づくりから。
- pipがない。(手元のUbuntu) これを入れるのが手間だ。
source からのbuildはできた。 (zlib1g-dev追加)
- installもできたが、PATH設定が、...
-- ToshinoriMaeno 2020-09-09 01:14:03
1.5. PyCharm
https://www.jetbrains.com/help/pycharm/installation-guide.html#requirements
https://www.jetbrains.com/help/pycharm/installation-guide.html#standalone