*** alecm has quit IRC | 00:00 | |
*** frozengeek has joined #zope | 00:07 | |
*** supton has quit IRC | 00:17 | |
*** alecm has joined #zope | 00:39 | |
*** alecm has joined #zope | 00:39 | |
*** alecm has quit IRC | 00:54 | |
*** alecm has joined #zope | 00:57 | |
*** alecm has joined #zope | 00:57 | |
*** alecm has quit IRC | 01:05 | |
*** alecm has joined #zope | 01:06 | |
*** alecm has joined #zope | 01:07 | |
*** frozengeek has quit IRC | 01:21 | |
*** J1m has quit IRC | 02:15 | |
*** alecm has quit IRC | 02:22 | |
*** alecm has joined #zope | 02:30 | |
*** alecm has joined #zope | 02:30 | |
*** supton has joined #zope | 02:47 | |
*** supton has quit IRC | 03:35 | |
*** Pumukel has quit IRC | 03:45 | |
*** Pumukel has joined #zope | 03:46 | |
*** Pumukel has quit IRC | 03:50 | |
*** alecm has quit IRC | 03:59 | |
*** alecm has joined #zope | 04:09 | |
*** benji has quit IRC | 05:23 | |
*** benji has joined #zope | 05:24 | |
*** benji has quit IRC | 05:51 | |
*** benji has joined #zope | 05:52 | |
*** alecm has quit IRC | 06:16 | |
*** alecm has joined #zope | 06:21 | |
*** regebro has quit IRC | 08:06 | |
*** __mac__ has joined #zope | 08:21 | |
*** encolpe_ has joined #zope | 08:28 | |
*** encolpe has quit IRC | 08:28 | |
*** encolpe_ has quit IRC | 08:51 | |
*** El_Rolando has joined #zope | 09:01 | |
*** encolpe_ has joined #zope | 09:42 | |
*** Pumukel has joined #zope | 09:51 | |
*** sallner has joined #zope | 10:09 | |
*** sallner has quit IRC | 10:20 | |
*** encolpe_ has quit IRC | 10:22 | |
*** betabug has quit IRC | 10:31 | |
*** betabug has joined #zope | 10:32 | |
*** projekt01 has joined #zope | 10:44 | |
*** frozengeek has joined #zope | 11:33 | |
*** sallner has joined #zope | 11:41 | |
*** frozengeek has quit IRC | 12:41 | |
*** frozengeek has joined #zope | 12:41 | |
*** mejo has joined #zope | 12:47 | |
mejo | Hey again | 12:48 |
---|---|---|
mejo | We run ancient zope2.10 with python2.4 inside a Debian Lenny chroot. I know that this is evil, but the reality is that a lot of the small projects hosted on the Zope2.10 instance either never will be touched again, or they are huge and porting them would cost too much. It's not my decision and I cannot do anything about it, I just have to deal with it ;( | 12:49 |
mejo | Now one of these projects needs access to the Apple Push Notification Service and we need to run a apns script that depends heavily on python >= 2.6. My idea is to run this script as a standalone script that takes arguments outside the chroot and write an external method that invokes the script over 'ssh localhost -c apdns_script.py ...'. I just wanted to ask whether you have an idea for a smarter (and less hackish) approach :) | 12:51 |
*** projekt01 has quit IRC | 12:57 | |
*** sallner has quit IRC | 13:35 | |
*** frozengeek has quit IRC | 13:42 | |
*** aclark has joined #zope | 14:15 | |
*** ChanServ sets mode: +v aclark | 14:15 | |
*** projekt01 has joined #zope | 14:19 | |
*** frozengeek has joined #zope | 14:25 | |
*** regebro has joined #zope | 14:36 | |
*** frozengeek has quit IRC | 14:55 | |
*** frozengeek has joined #zope | 14:57 | |
*** __mac__ has quit IRC | 15:06 | |
*** avoinea has quit IRC | 15:14 | |
*** regebro has quit IRC | 15:20 | |
*** regebro has joined #zope | 15:36 | |
*** aclark has quit IRC | 15:44 | |
*** sallner has joined #zope | 15:50 | |
*** srichter has joined #zope | 15:57 | |
*** J1m has joined #zope | 16:03 | |
*** ChanServ sets mode: +v J1m | 16:03 | |
*** Pumukel has quit IRC | 16:33 | |
*** Pumukel has joined #zope | 16:33 | |
*** Pumukel has quit IRC | 16:38 | |
sallner | mejo: have you tried compiling python2.6? maybe that still works even with the other libraries in lenny | 17:05 |
mejo | sallner: might be an option. but then still zope2.10 has to run with python2.4, so at least it's not possible to run an external method with python2.6, right? Also, I've convinced the developers to try to backport the script to python2.4 first. | 17:12 |
*** regebro has quit IRC | 17:23 | |
*** regebro has joined #zope | 17:38 | |
*** El_Rolando has quit IRC | 17:44 | |
*** srichter has quit IRC | 18:04 | |
*** srichter_ has joined #zope | 18:04 | |
*** srichter_ has quit IRC | 18:24 | |
*** regebro has quit IRC | 18:25 | |
*** regebro has joined #zope | 18:27 | |
sallner | mejo: at least you would not have to 'ssh localhost' if you would have compiled py26 somewhere on your system. | 18:55 |
mejo | that's true. Thanks for the idea. I'll take it into consideration if the backporting fails .) | 18:56 |
sallner | mejo: backporting _to_ py24 really seems like the wrong investment of paid time o.O https://pythonclock.org/ | 18:56 |
*** frozengeek has quit IRC | 18:56 | |
sallner | just out of curiosity: what livetime do you estimate/expect for the systems? | 18:57 |
*** projekt01 has quit IRC | 18:58 | |
sallner | we are currently trying to bring Zope to python 3 so I find it interesting that there are still such old systems in use | 18:59 |
sallner | mejo: or is it one of the cases, where the business logic is irretrievable burrowed somewhere? | 19:03 |
*** srichter_ has joined #zope | 19:05 | |
*** regebro has quit IRC | 19:06 | |
mejo | a bit like that | 19:06 |
mejo | several hundreds of applications on zope 2.10, most of them not beeing developed anymore. | 19:07 |
*** regebro has joined #zope | 19:08 | |
mejo | but at least one is still actively developed and I just got the order to setup a zope2.13 instance and clone the project to this instance so that the developers can start with the migration work. | 19:19 |
mejo | but I fear that this will be a lot of work | 19:19 |
mejo | sallner: so you mean that you plan to port zope2 to python3? because zope 3 is a completely different story and already python3 anyway, no? | 19:21 |
mejo | regarding the livetime: I expect at least 5-10 years from now | 19:23 |
sallner | mejo: mhm I feel sorry for you. Do you have experienced developers for that endeavour? | 19:38 |
mejo | not really. in the past I ended up coding myself in those occasions and I'm really not an experienced python/zope coder :-/ | 19:40 |
sallner | mejo: There is a plan to release a Zope 4 which will be a reduced set compared to Zope 2.13 and then a Zope 5 which would be the same with python 3 support. The main blocker is RestrictedPython at the moment | 19:41 |
*** moo-_- has quit IRC | 19:41 | |
mejo | ok, so you remove ancient/obsolete features from zope2 and clean up the codebase? | 19:41 |
mejo | anyway, I have to leave now. Thanks for sharing your thoughts. I'll be back here in the next days, maybe we can continue this conversation then? | 19:42 |
mejo | Would be really interested in the details of your plans for zope2 (zope4, zope5, ...) | 19:43 |
*** moo-_- has joined #zope | 19:46 | |
*** mejo has quit IRC | 19:46 | |
*** sallner has quit IRC | 20:07 | |
*** srichter_ has quit IRC | 20:13 | |
*** regebro has quit IRC | 20:13 | |
*** gawel has quit IRC | 20:16 | |
*** gawel has joined #zope | 20:16 | |
*** frozengeek has joined #zope | 20:16 | |
*** regebro has joined #zope | 20:27 | |
*** regebro has quit IRC | 20:36 | |
*** regebro has joined #zope | 20:37 | |
*** Pumukel has joined #zope | 20:38 | |
*** Pumukel has quit IRC | 21:11 | |
*** Pumukel has joined #zope | 21:11 | |
*** supton has joined #zope | 21:19 | |
*** __mac__ has joined #zope | 21:40 | |
*** __mac__ has quit IRC | 21:59 | |
*** __mac__ has joined #zope | 22:04 | |
*** regebro has quit IRC | 22:17 | |
*** __mac__ has quit IRC | 22:17 | |
*** regebro has joined #zope | 22:29 | |
*** regebro has quit IRC | 22:33 | |
*** regebro has joined #zope | 22:36 | |
*** regebro has quit IRC | 22:58 | |
*** regebro has joined #zope | 23:00 | |
*** regebro has quit IRC | 23:05 | |
*** regebro has joined #zope | 23:07 | |
*** J1m has quit IRC | 23:16 | |
*** regebro has quit IRC | 23:22 | |
*** regebro has joined #zope | 23:24 | |
*** regebro has quit IRC | 23:33 | |
*** regebro has joined #zope | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!