IRC log of #zope for Friday, 2011-07-29

*** hever has quit IRC00:12
*** dayne has joined #zope00:22
*** dayne has quit IRC00:31
RaceConditionmgedmin: I think I got an exhaustive answer: https://mail.zope.org/pipermail/zodb-dev/2011-July/014325.html00:49
mgedmintold you so :)00:50
RaceConditionyeah; but I\ve searched through about 20 pages of google results and haven't found a single project that uses ZODB and Twisted; with one exception being TZMud, but TZMud doesn't use a thread pool00:52
*** sp0cksbeard has quit IRC00:54
mcdonci think you probably have your answer00:56
benjiRaceCondition: see http://pypi.python.org/pypi/zc.twist/01:01
*** mcdonc has quit IRC01:01
RaceConditionbenji: again?01:01
benjioh, I didn't know you were aware of it; nevermind01:02
RaceConditionyeah, I've read it a couple of times..01:02
mgedminone of the twisted developers had a nice blog post about using SQL databases from twisted, using a thread pool01:09
mgedminZODB is basically the same01:09
*** alecm has joined #zope01:17
*** alecm has joined #zope01:17
*** rbanffy has quit IRC01:27
*** dayne has joined #zope01:30
*** ajsmith has quit IRC01:36
*** mr_jolly has quit IRC01:50
*** J1m has quit IRC01:58
planetzopebotVote on Plone Conference Talks Coming Next Week (Plone News)  http://plone.org/news/plone-conf-talks-vote-upcoming02:08
*** nun has joined #zope02:15
*** rogererens has quit IRC02:27
*** supton has quit IRC02:35
*** hever has joined #zope02:36
*** hever has quit IRC02:38
*** m8 has quit IRC02:39
*** RaceCondition has quit IRC02:45
*** daMaestro has quit IRC03:01
*** MrTango has quit IRC03:07
*** do3cc has quit IRC03:07
*** dayne has quit IRC07:23
*** nun has quit IRC07:43
*** slackrunner has quit IRC07:55
*** slackrunner has joined #zope08:07
*** huajie has joined #zope08:25
*** davisagli has quit IRC08:30
*** davisagli has joined #zope08:31
*** tiwula has joined #zope08:45
*** tiwula has quit IRC08:49
*** zagy has joined #zope08:59
*** tiwula has joined #zope09:01
*** __mac__ has joined #zope09:03
*** nun has joined #zope09:03
*** tiwula has quit IRC09:10
*** agroszer has joined #zope09:19
*** bigkevmcd has joined #zope09:34
*** nun has quit IRC09:42
*** alexpilz has joined #zope09:53
*** planetzopebot has quit IRC10:08
*** planetzopebot has joined #zope10:08
*** rogererens has joined #zope10:12
*** goschtl has joined #zope10:17
*** alexpilz has quit IRC10:21
*** alexpilz has joined #zope10:23
*** avoinea has joined #zope10:31
*** RaceCondition has joined #zope10:36
*** MrTango has joined #zope10:41
*** alexpilz has quit IRC10:45
*** srichter has quit IRC11:07
*** mcdonc has joined #zope11:07
*** evilbungle has joined #zope11:09
*** evilbungle has quit IRC11:13
*** mr_jolly has joined #zope11:16
*** sunew has joined #zope11:28
*** RaceCondition_ has joined #zope11:29
*** RaceCondition has quit IRC11:32
*** RaceCondition_ is now known as RaceCondition11:32
*** alexpilz has joined #zope11:46
*** goschtl has quit IRC11:59
*** goschtl has joined #zope12:00
*** agroszer has quit IRC12:01
*** lewellyn has quit IRC12:07
*** goschtl has quit IRC12:21
*** huajie has quit IRC12:29
*** lewellyn has joined #zope12:34
*** RaceCondition_ has joined #zope12:36
*** menesis has quit IRC12:38
*** RaceCondition has quit IRC12:38
*** RaceCondition_ is now known as RaceCondition12:38
*** goschtl has joined #zope12:40
*** mcdonc has quit IRC12:53
*** agroszer has joined #zope13:08
*** nun has joined #zope13:32
*** nun has quit IRC13:37
*** rogererens has quit IRC14:01
*** RaceCondition_ has joined #zope14:02
*** goschtl has quit IRC14:03
*** RaceCondition has quit IRC14:04
*** RaceCondition_ is now known as RaceCondition14:04
*** menesis has joined #zope14:09
*** m8 has joined #zope14:10
*** rogererens has joined #zope14:16
*** rogererens has quit IRC14:21
*** rogererens has joined #zope14:35
*** rogererens has quit IRC14:36
*** rogererens has joined #zope14:36
*** rogererens has quit IRC14:39
*** rogererens has joined #zope14:39
*** rogererens has quit IRC14:44
*** rogererens has joined #zope14:51
*** do3cc has joined #zope14:54
*** Solgema has joined #zope14:54
Solgemahello everybody! :)14:55
SolgemaI need help : http://pastie.org/228889314:55
*** J1m has joined #zope14:55
do3ccthat certainly looks bad15:02
SolgemaI know.... ;)15:02
SolgemaI'm trying to delete an object from the zodb15:02
Solgemafollowing that tutorial : http://nathanvangheem.com/news/fixing-broken-zodb-object-references15:03
Solgemabut when I commit the transaction I got the error....15:03
do3ccI'd love to help you, but I also have no idea, would have to pdb too15:03
Solgemathanks anyway.. ;)15:22
*** do3cc has quit IRC15:28
*** srichter has joined #zope15:30
*** do3cc has joined #zope15:36
RaceConditionhow do I make ZODB work with classes declared on the interactive python console?15:36
RaceConditionI get "PicklingError: Can't pickle <class '__main__.Foo'>: attribute lookup __main__.Foo failed"15:36
*** RaceCondition_ has joined #zope15:50
*** goschtl has joined #zope15:51
*** RaceCondition has quit IRC15:52
*** RaceCondition_ is now known as RaceCondition15:52
*** m8 has quit IRC15:53
*** dayne has joined #zope15:59
*** Arfrever has joined #zope15:59
__mac__RaceCondition: does your class inherit from persistent.Persistent?16:01
RaceCondition__mac__: good point; I might have forgotten that part16:02
*** sp0cksbeard has joined #zope16:03
RaceCondition__mac__: tested again—still the same error16:03
RaceConditionhttp://dpaste.com/581532/16:03
RaceConditionsorry, forgot the class def part16:04
RaceConditionhttp://dpaste.com/581534/16:05
__mac__RaceCondition: maybe it does not work at all as this object cannot be unpickled after quiting the console16:05
__mac__RaceCondition: as the class definition then no longer existis16:06
RaceConditionbut I'm not trying to unpickle it16:06
*** J1m has quit IRC16:08
Solgemathe object in Connection._storage should be the same as those in Connection._cache?16:14
Solgema(objectS)16:14
*** do3cc has quit IRC16:15
*** goschtl has quit IRC16:15
*** ajsmith has joined #zope16:19
*** rbanffy has joined #zope16:26
*** supton has joined #zope16:32
*** srichter has quit IRC16:34
*** srichter has joined #zope16:36
*** dayne has quit IRC16:39
*** srichter has quit IRC16:42
*** __mac__ has quit IRC16:42
*** srichter has joined #zope16:43
*** srichter has quit IRC16:49
*** strichter has joined #zope16:49
*** agroszer has quit IRC16:53
*** strichter has quit IRC16:54
*** strichter has joined #zope16:56
*** ajsmith has quit IRC16:58
*** zagy has quit IRC16:59
*** zagy has joined #zope16:59
*** _srichter has joined #zope17:00
*** strichter has quit IRC17:00
*** ajsmith has joined #zope17:14
*** supton has quit IRC17:23
*** Wu has joined #zope17:36
*** dayne has joined #zope17:40
*** zagy has quit IRC17:45
*** zagy has joined #zope17:45
*** daMaestro has joined #zope17:48
*** avoinea has quit IRC17:50
*** supton has joined #zope18:04
*** zagy has quit IRC18:09
*** m8 has joined #zope18:13
*** __mac__ has joined #zope18:15
*** __mac__ has quit IRC18:31
*** alexpilz has quit IRC18:41
*** mcdonc has joined #zope18:43
*** ccomb has joined #zope18:52
*** slackrunner has quit IRC18:56
*** davisagli has quit IRC19:01
*** supton has quit IRC19:02
*** davisagli has joined #zope19:03
*** supton has joined #zope19:18
*** bigkevmcd has quit IRC19:27
*** dayne has quit IRC19:28
*** dayne has joined #zope19:33
*** slackrunner has joined #zope19:42
*** Spanktar has joined #zope19:47
*** m8 has quit IRC19:48
*** Wu has quit IRC19:52
*** m8 has joined #zope20:00
*** J1m has joined #zope20:06
*** zagy has joined #zope20:56
*** ccomb has quit IRC21:24
*** teix has left #zope21:37
*** sunew has quit IRC21:53
*** menesis has quit IRC22:01
*** slackrunner has quit IRC22:26
*** mcdonc has quit IRC22:26
*** dayne has quit IRC22:43
*** dayne has joined #zope23:34
*** sunew has joined #zope23:38
*** dayne has quit IRC23:38
*** Arfrever has quit IRC23:51

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