TW
TW
@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...
Deleting on GET is bad. But the fact that the ACL entry for "All" does not include "delete" permission avoids the worst for the usual bots and spiders.
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- https://stackoverflow.com/questions/13206295/logging-fileconfig-acting-weird-on-google-app-engine/22801324#22801324
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- http://hg.moinmo.in/moin/2.0/rev/5c1a0f5c35e3 makes this hack only when running on GAE, so we do not need a different log.py for GAE vs...
did you try cleaning the cache when switching interpreters? ``` moin ... maint cleancache ``` or just kill the `cache` subdir of the respective page directory inside the `data_dir`?
**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- Interesting. I'll have a deeper look at it later, but currently my impression is that the dokuwiki acl system might...
I didn't look at the code yet nor at how the theme looks like, but wanted to tell about a general problem with theme development: 1. Often users find the...
@Nutomic if you look at the development progress here, you'll notice things are going slow while we try to get moin2 releasable at some time in the future. so big...
### 1. it's complicated :-) [C]Python 2.7 is out of support from [C]Python Development. It might be still supported by some linux distributions (or not). Also, there are other py27...
@robertosussex didn't try pypy with moin recently. If you do, please open a separate ticket and give feedback.