From captwiggum at gmail.com Fri Jul 1 16:32:22 2016 From: captwiggum at gmail.com (Captain Wiggum) Date: Fri, 1 Jul 2016 14:32:22 -0600 Subject: [moin-user] Python2.7 In-Reply-To: <5775B9EB.7050407@waldmann-edv.de> References: <577257CF.6080103@waldmann-edv.de> <201606302244.27518.paul@boddie.org.uk> <5775B9EB.7050407@waldmann-edv.de> Message-ID: Yahoo!!! Thank you all so much! This fixed my problem. Running fine now on RHEL7 / Python2.7. On Thu, Jun 30, 2016 at 6:31 PM, Thomas Waldmann wrote: > > And in in the apache error_log I get this: > > http://pastebin.com/sbCLBCkU > > This is because the cached bytecode from an earlier python version is > not compatible with python 2.7. > > Run (as the same user usually running the moin process): > > moin ... maint cleancache > > replace ... by the required options for your setup, usually you need > --config-dir and --wiki-url. > > repeat for every wiki you have. > > -- > > GPG ID: FAF7B393 > GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393 > > _______________________________________________ > moin-user mailing list > moin-user at python.org > https://mail.python.org/mailman/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From krisvdm at gmail.com Fri Jul 15 05:51:01 2016 From: krisvdm at gmail.com (Kris van der merwe) Date: Fri, 15 Jul 2016 21:51:01 +1200 Subject: [moin-user] Running a limited deployment of moinmoin on python3 Message-ID: It seems like most of the moinmoin libraries are on python 3. I need a very basic wiki/CMS for my site (wsgi python3). Is it feasible to run a subset of moinmoin functionality on python3 by omitting code that is still on python2? Thanks, i would really appreciate any information Kris -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw at waldmann-edv.de Fri Jul 15 19:59:31 2016 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sat, 16 Jul 2016 01:59:31 +0200 Subject: [moin-user] Running a limited deployment of moinmoin on python3 In-Reply-To: References: Message-ID: <578978E3.7000608@waldmann-edv.de> On 07/15/2016 11:51 AM, Kris van der merwe wrote: > It seems like most of the moinmoin libraries are on python 3. > I need a very basic wiki/CMS for my site (wsgi python3). > > Is it feasible to run a subset of moinmoin functionality on python3 by > omitting code that is still on python2? No. I guess that won't work. Some notes: - moin 1.9.x won't get a python 3 port (but likely a minor 2.7-based refresh) - moin 2.0 (not released yet) has currently different priorities than porting to python3 - there is lots todo until it can be released, so that has priority. - as that release will take some time still, py3 porting preparations (not the port itself) can be done: - better tests, more test coverage - make sure all dependencies support py 3.4+ - use latest py 2.7 syntax and features to prepare for 3 - release moin2 / do some minor and bugfix releases (all on py27) - after that, python 2.7 will be almost EOL and python 3 will be very widespread and adopted. Everybody will have a decent py 3.x version (that means x >= 4). We can then just drop py2 support and move to py3 only (which is even easier than supporting both py27 and py34+ with same source code). -- GPG ID: 9F88FB52FAF7B393 GPG FP: 6D5B EF9A DD20 7580 5747 B70F 9F88 FB52 FAF7 B393