IRC log of #zope3-dev for Sunday, 2008-03-09

*** regebro has quit IRC00:25
*** timte has joined #zope3-dev00:30
*** sunew has quit IRC00:44
*** greenman has quit IRC00:53
*** rmarianski has joined #zope3-dev00:54
*** J1m has quit IRC01:05
*** danielblackburn has joined #zope3-dev01:10
*** J1m has joined #zope3-dev01:17
*** norro has quit IRC01:18
hazmatthere seems to be some issues when using buildout from a virtualenv, if a env has an egg installed and its also specified in the buildout, buildout can't seem to find a distribution for the egg01:31
mcdonchazmat: what does sys.path say?01:32
hazmati'm not sure if i got the issue nailed down... sys.path is .. http://paste.plone.org/2002501:36
hazmathmmm.. this might just be user error01:39
*** danielblackburn has quit IRC02:59
instantfoohmm, is there a way in TAL to create a link for my <a> tag that keeps any current get-variables? hope that makes sense03:05
instantfooif i do for example  tal:attributes="href string:${request/PATH_INFO}?foo=bar"  any previous get var gets wiped of course..03:07
instantfoonice..  ${request/REQUEST_URI}?x=y03:12
instantfooseems to keep any previous ones03:12
instantfoooh wait, crap03:14
*** b52laptop has quit IRC03:29
*** jsadjohnson has quit IRC04:04
*** alecm has joined #zope3-dev04:50
*** rcrafton has quit IRC04:50
*** dunny has quit IRC04:57
*** dunny has joined #zope3-dev05:05
*** alecm has quit IRC05:16
*** reco has quit IRC05:19
*** nathany has joined #zope3-dev05:47
*** nathany has quit IRC05:55
*** sm-zzz is now known as sm06:13
*** J1m has quit IRC06:27
*** whit has joined #zope3-dev06:30
*** alecm has joined #zope3-dev06:42
*** whit has quit IRC06:48
*** alecm has quit IRC06:53
*** alecm has joined #zope3-dev06:54
*** whit has joined #zope3-dev07:08
*** danielblackburn has joined #zope3-dev07:11
*** whit has quit IRC07:11
*** whit has joined #zope3-dev07:12
*** pcardune has joined #zope3-dev07:16
*** alecm has quit IRC07:42
*** pcardune has quit IRC07:54
*** afd_ has joined #zope3-dev08:14
*** sm has quit IRC08:28
*** amit_am has joined #zope3-dev08:28
*** hazmat has quit IRC08:43
*** ktwilight has quit IRC08:59
*** mweichert has quit IRC08:59
*** rocky has quit IRC08:59
*** ktwilight has joined #zope3-dev09:00
*** mweichert has joined #zope3-dev09:02
*** rocky has joined #zope3-dev09:02
*** alecm has joined #zope3-dev09:10
*** danielblackburn has quit IRC09:14
*** rmarianski has quit IRC09:19
*** greenman has joined #zope3-dev09:23
*** afd_ has quit IRC09:33
*** alecm has quit IRC09:54
*** d2m has joined #zope3-dev10:01
*** amit_am has left #zope3-dev10:20
*** whit has quit IRC10:33
*** afd_ has joined #zope3-dev10:33
*** norro has joined #zope3-dev10:37
*** quodt has joined #zope3-dev10:55
*** jodok has joined #zope3-dev11:14
*** jpcw2002 has joined #zope3-dev11:17
*** afd_ has quit IRC11:46
*** jodok has quit IRC11:51
*** regebro has joined #zope3-dev12:01
*** BjornT has quit IRC12:03
*** dunny has quit IRC12:04
*** jodok has joined #zope3-dev12:24
*** ccomb has quit IRC12:26
*** ccomb has joined #zope3-dev12:27
*** jpcw2002 has quit IRC12:35
*** zagy has joined #zope3-dev12:49
*** greenman has quit IRC13:11
*** jodok has quit IRC13:18
*** tarek has joined #zope3-dev13:20
*** b52laptop has joined #zope3-dev13:22
*** harobed has joined #zope3-dev13:31
*** J1m has joined #zope3-dev14:20
*** J1m has quit IRC14:22
*** quodt has quit IRC14:38
*** tarek has quit IRC14:41
*** sunew has joined #zope3-dev14:55
*** amit_am has joined #zope3-dev15:53
*** dobee has joined #zope3-dev17:02
*** sp0cksbeard has joined #zope3-dev17:05
*** jsadjohnson has joined #zope3-dev17:08
*** rcrafton has joined #zope3-dev17:16
*** alecm has joined #zope3-dev17:48
*** afd_ has joined #zope3-dev17:53
*** CSWookie has joined #zope3-dev18:06
CSWookieIs there a tutorial around someplace for the right way to go about defining a new schema field?  I want to be able to say in my interface "This attribute is a List of Foos," but I'm not sure how to actually say that, where there is no predefined schema type for a Foo.18:17
*** hazmat has joined #zope3-dev18:17
*** ChanServ sets mode: +o hazmat18:17
CSWookieI've read the readme, and looked at the source, but I'm not sure of the proper way to go about doing things.18:18
afd_CSWookie: look into the List field type18:21
*** tarek has joined #zope3-dev18:22
CSWookieafd_: I'm particularly not sure what I need to do to create a class suitable for passing to the value_type of that Field.18:22
hazmatCSWookie, an instance of any other Field18:22
hazmatCSWookie, ie... value_type=schema.Int()  or ...  value_type=schema.Object( interfaces.IDublinCore )18:24
CSWookieafd_: I figure it should descend from zope.schema.Field, but I'm not sure what I need to do to indicate that it is going to be objects the provide a particular Interface (in this case, a stat Modifier for a P&P state keeping program).18:24
CSWookiehazmat: So, then I should say schema.Object(<whatever interface the object will provide>) ?18:25
CSWookieOK.  Thanks.18:25
*** sp0cksbeard has quit IRC18:46
hazmatCSWookie, if you want widgets for an Object Field, you'll need to setup a object widget with a factory18:53
hazmatand also be aware that widgets (at least zope.app.form) always generate new inputs, ie. a subobject would be replaced not updated on edit18:54
*** jodok has joined #zope3-dev18:54
*** sm has joined #zope3-dev18:55
*** J1m has joined #zope3-dev18:59
CSWookieIs there any magic that happens on Interface definition that would prevent me from effectively monkey-patching it after?  I have two interfaces that depend on one another.19:25
*** danielblackburn has joined #zope3-dev19:27
*** whit has joined #zope3-dev19:32
*** dobee has quit IRC19:32
*** afd_ has quit IRC19:34
*** tlotze has quit IRC19:34
*** derek|office has quit IRC19:34
*** danielblackburn has left #zope3-dev19:34
*** afd_ has joined #zope3-dev19:34
*** tlotze has joined #zope3-dev19:34
*** derek|office has joined #zope3-dev19:34
*** jodok has quit IRC19:44
*** J1m has quit IRC20:02
*** alecm has quit IRC20:06
*** ktwilight has quit IRC20:08
*** ktwilight has joined #zope3-dev20:09
*** ktwilight has quit IRC20:18
*** ktwilight has joined #zope3-dev20:19
*** tlotze has quit IRC20:19
*** derek|office has quit IRC20:19
*** afd_ has quit IRC20:19
*** quodt_ has joined #zope3-dev20:20
*** afd_ has joined #zope3-dev20:20
*** tlotze has joined #zope3-dev20:20
*** derek|office has joined #zope3-dev20:20
*** ktwilight has quit IRC20:21
*** ktwilight has joined #zope3-dev20:22
*** tlotze has quit IRC20:23
*** derek|office has quit IRC20:23
*** afd_ has quit IRC20:23
*** afd_ has joined #zope3-dev20:23
*** tlotze has joined #zope3-dev20:23
*** derek|office has joined #zope3-dev20:23
*** johbo_ has quit IRC20:26
*** tlotze has quit IRC20:27
*** derek|office has quit IRC20:27
*** afd_ has quit IRC20:27
*** mweichert has quit IRC20:27
*** afd_ has joined #zope3-dev20:27
*** tlotze has joined #zope3-dev20:27
*** derek|office has joined #zope3-dev20:27
*** ktwilight has quit IRC20:28
*** ktwilight has joined #zope3-dev20:29
*** jodok has joined #zope3-dev20:31
*** ktwilight_ has joined #zope3-dev20:40
*** ktwilight_ has quit IRC20:42
*** ktwilight has quit IRC20:42
*** ktwilight_ has joined #zope3-dev20:43
*** ktwilight_ has quit IRC20:49
*** ktwilight has joined #zope3-dev20:50
*** dunny has joined #zope3-dev20:52
*** rcrafton has quit IRC20:57
*** tarek is now known as tarek|away21:02
*** alecm has joined #zope3-dev21:04
*** afd_ has quit IRC21:08
*** alecm_ has joined #zope3-dev21:15
*** alecm has quit IRC21:15
*** philiKON has joined #zope3-dev21:26
*** J1m has joined #zope3-dev21:41
*** gumpa has joined #zope3-dev21:43
*** jodok has quit IRC21:43
*** alecm_ has quit IRC21:50
*** alecm has joined #zope3-dev21:53
*** rcrafton has joined #zope3-dev21:56
*** hazmat has quit IRC22:01
*** sm has quit IRC22:01
*** vosiro has joined #zope3-dev22:25
vosiroI'm trying to make an zope instance but I received the following error:22:28
vosiroKeyError: 'getgrnam(): name not found: zope'22:28
vosiroDoes anybody know how to fix it?22:28
vosiro?22:36
*** jodok has joined #zope3-dev22:37
*** alecm has quit IRC22:41
*** sm has joined #zope3-dev22:42
*** alecm has joined #zope3-dev22:42
*** alecm has quit IRC22:43
*** gumpa has quit IRC22:44
*** jodok has quit IRC22:49
vosiroI'm trying to make an zope instance but I received the following error:22:50
vosiroKeyError: 'getgrnam(): name not found: zope'22:50
vosiroDoes anybody know how to solve it?22:50
vosiroI'm using python2.4 Zope3.22:50
*** vosiro has left #zope3-dev22:55
*** zagy has quit IRC23:04
*** amit_am has left #zope3-dev23:12
*** reco has joined #zope3-dev23:18
*** salfield has joined #zope3-dev23:46
*** ktwilight has quit IRC23:46
*** rocky has quit IRC23:49
*** ktwilight has joined #zope3-dev23:49

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