IRC log of #zope3-dev for Thursday, 2005-09-01

*** hazmat has quit IRC00:01
*** hazmat has joined #zope3-dev00:01
*** vlado has quit IRC00:03
*** zagy has joined #zope3-dev00:12
*** Theuni has joined #zope3-dev00:12
*** deo has joined #zope3-dev00:25
*** bradb is now known as bradb-away00:46
*** yota has quit IRC01:08
*** mgedmin has quit IRC01:09
*** alga has quit IRC01:11
*** benji_york has quit IRC01:20
*** niemeyer has quit IRC01:29
*** nisha_cgx has quit IRC01:33
*** segoave has joined #zope3-dev02:07
*** jinty has quit IRC02:10
*** nisha_cgx has joined #zope3-dev02:42
*** hazmat has quit IRC02:53
*** J1m has quit IRC02:55
*** stub has joined #zope3-dev03:00
*** segoave has quit IRC03:00
*** nisha_cgx has quit IRC03:14
*** anguenot has joined #zope3-dev03:15
*** MJ has quit IRC03:45
*** anguenot has quit IRC03:52
*** Lexon_Efan has joined #zope3-dev04:41
*** Lexon_Efan has quit IRC05:06
*** MiUlEr has joined #zope3-dev06:09
*** MiUlEr has quit IRC06:32
*** MiUlEr has joined #zope3-dev06:32
*** MiUlEr has quit IRC06:43
*** MiUlEr has joined #zope3-dev07:02
*** sashav has quit IRC08:14
*** j-w has joined #zope3-dev08:58
*** sashav has joined #zope3-dev09:41
*** MJ has joined #zope3-dev10:02
*** drzoltron_ has joined #zope3-dev10:08
drzoltron_I have a little problem with zapi.createObject()10:08
drzoltron_i call createObject('ImportToolCreateLinkedObjectRule')10:08
drzoltron_the factory of the class is defined as <factory10:09
drzoltron_id="ImportToolCreateLinkedObjectRule"10:09
drzoltron_title="ImportToolCreateLinkedObjectRule"10:09
drzoltron_10:09
drzoltron_description="Rule for linking an attribute to an absalon object"10:09
drzoltron_/>10:09
drzoltron_what's wrong ?10:09
drzoltron_i get a ComponentLookupError: (<InterfaceClass zope.component.interfaces.IFactory>, 'ImportToolCreateLinkedObjectRule')10:12
*** ignas has quit IRC10:16
*** d2m has quit IRC10:19
*** yota has joined #zope3-dev10:26
*** d2m has joined #zope3-dev10:26
*** MJ has quit IRC10:27
*** dman13 has quit IRC10:36
*** dman13 has joined #zope3-dev10:36
*** timte has joined #zope3-dev10:51
*** ignas has joined #zope3-dev10:52
*** MJ has joined #zope3-dev11:17
SteveAoh how lame is that11:29
SteveAyou can't register a PathAdapter for a name with a - in it11:29
*** timte has quit IRC11:31
drzoltron_hehe11:33
sashavdrzoltron_: you don't need a . somewhere there?11:46
drzoltron_sashav: hi, somewhere where ?11:47
sashavfactory should be module.ClassName11:47
drzoltron_yeah, doesn't work with that either11:47
drzoltron_I tried it with a folders factory as well does not work either11:48
sashavthen you need to go back to school and read you books :)11:48
drzoltron_i did11:48
sashavby the way thnx for the beer, very good! even my girl liked it so now I can't have them for my self :(11:49
drzoltron_hehe11:49
drzoltron_I build the factory now in my routine and it works with that11:49
drzoltron_factory = Factory(ImportToolCreateLinkedObjectRule,'ImportToolCreateLinkedObjectRule','fact')11:49
drzoltron_11:49
drzoltron_                gsm = zope.component.getGlobalSiteManager()11:49
drzoltron_                gsm.provideUtility(IFactory,factory,'ImportToolCreateLinkedObjectRule')11:49
drzoltron_                newobject = zope.component.createObject('ImportToolCreateLinkedObjectRule')11:49
drzoltron_btw: wrote my first testcase in Z3 ...11:50
*** jinty has joined #zope3-dev11:53
*** mgedmin has joined #zope3-dev13:10
*** mgedmin has quit IRC13:20
*** tarek has joined #zope3-dev13:20
*** stub has quit IRC13:23
*** stub has joined #zope3-dev13:24
*** jinty has quit IRC13:24
*** mgedmin has joined #zope3-dev13:27
*** alga has joined #zope3-dev13:33
*** mgedmin has quit IRC13:35
*** mgedmin has joined #zope3-dev13:35
*** tarek has quit IRC13:50
*** vlado has joined #zope3-dev13:54
*** mgedmin has quit IRC13:54
*** mgedmin has joined #zope3-dev13:58
*** IRCMonkey has joined #zope3-dev14:18
*** IRCMonkey has quit IRC14:32
*** bradb-away is now known as bradb14:45
*** MrTopf has joined #zope3-dev15:06
*** philiKON has joined #zope3-dev15:25
*** vlado has quit IRC15:27
*** vlado has joined #zope3-dev15:28
*** MiUlEr has quit IRC15:38
*** anguenot has joined #zope3-dev15:39
philiKONi haven't used CVS for so long now, i don't even remember now to make a branch15:56
*** faassen has joined #zope3-dev15:59
j-wphiliKON: cvs tag -b15:59
philiKONj-w, yeah, found out just now :)15:59
philiKONthanks though15:59
j-wphiliKON: hehe15:59
philiKONsvn's command line feels a lot more natural in many respects15:59
j-woh, the number of times I forgot about the -b...15:59
philiKONhaha16:00
j-wor used it when I didn't need it...16:00
j-woh well.16:00
philiKONwasn't sf.net going to switch to svn at some point?16:00
j-wwasn't *infrae* not going to switch at some point ;)16:00
philiKONyou still haven't switched?16:01
j-wno, not yet16:01
philiKONoh, poor guys :)16:01
j-whehe16:01
j-was long as you know how to -b when you need to ;)16:01
*** mgedmin has quit IRC16:02
philiKONwell, there are other things16:02
philiKONi very much like svn's idea of changesets16:02
philiKONatomic changesets that is16:02
philiKONin cvs it's hard to see what other files were changed when a particular file was modified16:02
philiKONit's possible through the dates, but it's complicated16:02
philiKONand noone remembers the command line for that16:02
j-wright16:03
*** ignas has quit IRC16:18
*** benji_york has joined #zope3-dev16:33
*** MrTopf_ has joined #zope3-dev16:41
*** BjornT_ has joined #zope3-dev16:49
*** BjornT has quit IRC16:50
*** MrTopf has quit IRC16:52
philiKONtoday must be my pain day... i get a wisdom tooth pulled AND have to work with cvs17:05
j-wphiliKON: which one would you skip, if you could choose ;)17:09
philiKONworking with cvs17:09
j-wLOL17:09
philiKON:)17:09
*** srichter has joined #zope3-dev17:10
*** srichter has quit IRC17:10
*** srichter has joined #zope3-dev17:11
*** ChanServ sets mode: +o srichter17:13
*** vlado_ has joined #zope3-dev17:14
*** vlado has quit IRC17:15
*** J1m has joined #zope3-dev17:18
*** BjornT has joined #zope3-dev17:32
*** ignas has joined #zope3-dev17:32
*** BjornT_ has quit IRC17:36
*** mgedmin has joined #zope3-dev17:36
*** mgedmin has quit IRC17:47
*** baldtrol has joined #zope3-dev17:50
*** d2m has quit IRC17:58
*** sashav has quit IRC17:59
*** MrTopf_ has quit IRC18:05
*** j-w has quit IRC18:13
*** zagy has quit IRC18:22
*** MJ has quit IRC18:41
*** timte has joined #zope3-dev18:54
*** zagy has joined #zope3-dev18:56
*** vlado_ has quit IRC19:01
*** sashav has joined #zope3-dev19:24
*** sashav has joined #zope3-dev19:26
*** bradb is now known as bradb-lunch19:27
*** mohsen has joined #zope3-dev19:42
*** mohsen is now known as mohsen|away19:42
*** mohsen|away is now known as mohsen19:43
*** mohsen has quit IRC19:49
*** jinty has joined #zope3-dev19:53
*** anguenot has quit IRC20:00
*** tiredbones has quit IRC20:02
*** tiredbones has joined #zope3-dev20:03
*** alga has quit IRC20:40
*** nisha_cgx has joined #zope3-dev20:44
*** mexiKON has joined #zope3-dev20:48
*** philiKON has quit IRC20:50
*** niemeyer has joined #zope3-dev20:52
*** tiredbones has quit IRC20:57
*** bradb-lunch is now known as bradb20:59
*** strichter has joined #zope3-dev21:00
*** srichter has quit IRC21:01
*** _srichter has joined #zope3-dev21:12
*** strichter has quit IRC21:12
*** faassen has quit IRC21:16
*** niemeyer_ has joined #zope3-dev21:19
*** _srichter is now known as srichter21:21
*** ChanServ sets mode: +o srichter21:21
*** niemeyer has quit IRC21:32
*** mgedmin has joined #zope3-dev21:39
*** niemeyer_ has quit IRC22:07
*** d2m has joined #zope3-dev22:08
*** drzoltron_ has quit IRC22:16
*** niemeyer has joined #zope3-dev22:16
*** MJ has joined #zope3-dev22:46
*** timte has quit IRC22:56
*** mgedmin has quit IRC23:07
*** alienoid has joined #zope3-dev23:08
*** nisha_cgx has quit IRC23:10
*** niemeyer has quit IRC23:25
*** ignas has quit IRC23:25
*** niemeyer has joined #zope3-dev23:26
*** garrett-smith has quit IRC23:28
*** yota has quit IRC23:36
*** tvon has quit IRC23:41
*** strichter has joined #zope3-dev23:45
*** tvon has joined #zope3-dev23:55
*** srichter has quit IRC23:57
*** J1m has quit IRC23:58
*** J1m has joined #zope3-dev23:58
*** benji_york has quit IRC23:58

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