IRC log of #zope for Saturday, 2012-12-29

*** nande has joined #zope00:22
*** daMaestro has quit IRC00:25
*** kosh has quit IRC00:30
*** daMaestro has joined #zope01:09
*** mcdonc has quit IRC01:12
*** kosh has joined #zope01:14
*** mcdonc has joined #zope01:15
*** m8 has joined #zope01:44
*** _mup_ has quit IRC02:00
*** _mup_ has joined #zope02:00
*** lahwran has quit IRC02:18
*** lahwran has joined #zope02:23
*** nande has quit IRC02:28
*** m8 has quit IRC02:37
*** tiwula has quit IRC03:04
*** daMaestro has quit IRC03:32
*** mr_jolly has quit IRC03:47
*** leo2007 has quit IRC03:50
*** zagy has joined #zope05:51
*** zagy1 has quit IRC05:54
*** Bahman has joined #zope06:04
*** KageSenshi has quit IRC09:17
*** KageSenshi has joined #zope09:18
*** kosh has quit IRC09:59
BahmanAnyone has a link to a tutorial on how to write an application with Zope2?  I'm looking for some clues on how to write a (almost) simple accounting application using Zope2.  I'd really appreciate any help.10:25
*** mr_jolly has joined #zope11:11
*** nueces has quit IRC11:38
betabugBahman: why would anyone want to start with Zope2 development *now*?12:06
Bahmanbetabug: Why?12:07
BahmanIs it deprecated?12:07
betabugBahman: because the project is almost dead12:07
BahmanZope 2?12:07
betabugyes12:07
BahmanThe last release was on Oct.  How come it's dead?12:07
*** zagy has quit IRC12:07
betabugwell, do you find any up-to-date documentation? do you find any active mailing lists, irc channels or the like?12:08
BahmanNo.  The docs are total crap.12:08
betabugthere you are, they are worse than that, because most of it is also wildly outdated12:09
betabugI humbly suggest you take a look at pyramid, you can work with ZODB and ZPT there too12:09
BahmanUm...but I don't understand.  It's being actively developed, isn't it?12:09
betabugyou will need to build some things yourself that Zope 2 offered "out of the box", but maybe you don't even need them12:10
betabugthere are a few people who still need and use Zope 2 (largest group is possibly Plone)12:10
betabugso they will keep the software around as long as they need it12:10
betabugbut certainly there is no community around to write docs and accomodate newbies12:11
Bahmanbetabug: Oh, I see.  Yeah, Plone was the reason Zope2 got my attention.12:11
betabugI liked (and like) Zope 2 a lot, but the current state is not encouraging12:11
betabugand personally I think plone is crap, but that's just my oppinion12:11
Bahmanbetabug: OT here but what about the likes of Grok?  Do they suffer the same fate?12:12
betabugno idea about grok really12:12
betabuga lot of old zope people are in the pyramid universe now12:13
Bahmanbetabug: Let me get it straight: Zope 2 is not dead technology but is no place for newbies because it lacks almost any up-to-date documentation?12:13
betabugyeah, you could put it like that12:13
* Bahman sighs12:14
betabugplease have a look at pyramid12:14
Bahmanbetabug: I already did.  Pyramid, Pylons, Flask and CherryPy.12:14
betabugit takes some of the best tech from zope and builds a very sound framework around it12:14
BahmanBut as I'm making money with Plone, I thought "let's give Zope2 a try".12:14
betabugwell, Pylons "merged" with Pyramid now12:15
betabugwell, if you want to learn Zope 2 to know more about Plone, you'd have to start digging through the old docs and see what is still applicable now12:15
BahmanNo way :-)12:16
betabugbut as I said, if you want to use ZODB and ZPT, pyramid has that covered12:16
betabugand the pyramid docs are excellent12:16
BahmanYes, I noticed that.12:16
BahmanFlask and Pyramid have the best docs.12:16
BahmanNot to compare them in terms of functionality though.12:17
Bahmanbetabug: I still can't believe the situation :-|12:18
BahmanA good piece of software has no new docs at all -and from I observed, it never did actually.12:18
betabugyes, I've been here in #zope all these years, and it's become really quiet now12:18
betabugwhat broke the thing for me is that new releases are breaking old functionality12:19
betabugso I would have to rewrite customer apps again and again to be able to stay up-to-date on the zope version12:19
betabugno way are these customers willing to pay for that12:19
BahmanYes, that's what happens when the user base shrinks.12:19
betabugdunno, I think from a logical point of view, the opposite should happen12:20
betabugbut since I'm not doing the work, I have no right to talk12:20
Bahmanbetabug: Thank you.  Though it's sad, I think you're right.  I posted a couple of questions about Grok and Zope2 on SO (http://stackoverflow.com/questions/14080187/resources-for-beginners-to-develop-with-zope-2    and   http://stackoverflow.com/questions/13799854/business-application-with-grok-and-zodb) and really no one seems to be interested.12:23
BahmanChecking Pyramid again.12:26
mcdonc#pyramid is the right place to ask general questions12:28
BahmanThannks mcdonc.12:31
*** polysix has quit IRC12:36
*** polysix has joined #zope12:50
*** Bahman has quit IRC13:18
*** elon has joined #zope13:23
elonI'm using ZODB without Zope. I'm trying to store some instances of my own classes, but something goes wrong. Please take a look at these two pastebins, they should be able to communicate my problem: This doesn't work as expected: http://pastebin.com/fGMWp0cr , and this does: http://pastebin.com/kD7RWRJQ13:26
elonThe only difference between the two is that in the first one, I call transaction_manager.commit() inside the loop, and in the second one, I call it outside of the loop.13:27
elonNewVariableClassZODB.py is here, if you need it: http://pastebin.com/BvaJRJJH13:27
*** mr_jolly has left #zope13:28
elonThe Variable class is a tree, each Variable instance containing one other Variable instance, and one Value instance13:28
elonThe Variable-instance there contains another Variable-instance, and that goes 100 layers deep13:29
*** Bahman has joined #zope13:48
elonI've found the problem. In the Variable class, I was using a normal dictionary. ZODB couldn't see any changes, obviously. Replacing the dict with a PersistentMapping solved the issue13:59
*** elon has quit IRC14:07
*** J1m has quit IRC15:59
*** zagy has joined #zope16:22
*** J1m has joined #zope16:30
*** elon has joined #zope16:31
*** J1m has quit IRC16:31
*** J1m has joined #zope16:32
*** m8 has joined #zope16:40
*** leo2007 has joined #zope16:41
*** elon has quit IRC16:44
*** leo2007 has quit IRC16:51
*** J1m has quit IRC16:55
*** leo2007 has joined #zope16:57
*** mr_jolly has joined #zope16:59
*** J1m has joined #zope17:16
*** leo2007 has quit IRC17:39
*** zagy has quit IRC17:58
*** zagy has joined #zope18:04
*** zagy1 has joined #zope18:08
*** zagy has quit IRC18:08
*** alecm has joined #zope18:41
*** alecm has quit IRC19:04
*** alecm has joined #zope19:05
*** alecm has joined #zope19:05
*** tiwula has joined #zope19:15
*** alecm has quit IRC19:16
*** alecm has joined #zope19:16
*** alecm has joined #zope19:16
*** mr_jolly has quit IRC19:23
*** mr_jolly has joined #zope19:57
*** kosh has joined #zope20:27
*** mr_jolly has quit IRC20:42
*** kosh_ has joined #zope20:44
*** mr_jolly has joined #zope20:45
*** kosh has quit IRC20:45
*** kosh_ is now known as kosh20:45
*** m8 has quit IRC20:47
betabuggood morning sm20:48
betabughmm, wrong channel :-)20:48
*** m8 has joined #zope20:50
*** mr_jolly has quit IRC20:56
*** mr_jolly has joined #zope21:03
*** nande has joined #zope21:13
*** tiwula has quit IRC21:18
*** m8 has quit IRC21:38
*** m8 has joined #zope21:39
*** Bahman has quit IRC21:58
*** daMaestro has joined #zope22:19
*** mr_jolly has quit IRC22:27
*** mr_jolly has joined #zope22:42
*** zagy1 has quit IRC23:24
*** alecm has quit IRC23:54
*** mcdonc has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!