IRC log of #zope3-dev for Thursday, 2007-07-05

*** jinty has joined #zope3-dev00:13
*** alecm has quit IRC00:32
*** alecm has joined #zope3-dev00:48
*** alecm_ has joined #zope3-dev00:48
*** alecm_ has quit IRC00:51
*** witsch has quit IRC00:51
*** roym has joined #zope3-dev00:55
*** tomster has quit IRC00:59
*** alecm_ has joined #zope3-dev01:02
*** timte has quit IRC01:11
*** alecm has quit IRC01:12
*** dobee has quit IRC01:12
*** rcrafton has joined #zope3-dev01:12
*** jodok has quit IRC01:13
*** tarek has quit IRC01:15
*** norro has quit IRC01:15
*** dobee has joined #zope3-dev01:17
*** Ariel_Calzada has quit IRC01:17
*** dobee has quit IRC01:47
*** witsch has joined #zope3-dev01:57
*** alecm_ has quit IRC02:03
*** alecm has joined #zope3-dev02:03
*** witsch has left #zope3-dev02:05
*** witsch has joined #zope3-dev02:06
*** foxmjay has joined #zope3-dev02:14
*** alecm has quit IRC02:17
*** pcardune has quit IRC02:18
*** gianna has joined #zope3-dev02:21
*** foxmjay has quit IRC02:39
*** gianna has quit IRC02:44
*** alecm has joined #zope3-dev02:48
*** huajie has joined #zope3-dev02:50
*** pcardune has joined #zope3-dev02:54
*** ktwilight has joined #zope3-dev03:09
*** jsadjohnson has quit IRC03:22
*** ktwilight_ has quit IRC03:25
*** roym has quit IRC03:33
*** alecm has quit IRC03:48
*** jinty has quit IRC04:21
*** BjornT has quit IRC04:24
*** BjornT has joined #zope3-dev04:28
*** febb has quit IRC04:29
*** niemeyer has quit IRC04:32
*** witsch has quit IRC04:51
*** pcardune has quit IRC05:07
*** pcardune has joined #zope3-dev05:08
*** jsadjohnson has joined #zope3-dev05:14
*** jsadjohnson has quit IRC05:48
*** rcrafton has quit IRC06:17
*** rcrafton has joined #zope3-dev06:17
*** cursor has joined #zope3-dev06:23
*** cursor has quit IRC07:12
*** pcardune has quit IRC07:15
*** cursor has joined #zope3-dev07:37
*** baijum has joined #zope3-dev07:39
*** natea_ has quit IRC08:03
*** cursor has quit IRC08:11
*** dobee has joined #zope3-dev08:14
*** natea_ has joined #zope3-dev08:22
*** sorin has joined #zope3-dev08:34
*** sorin is now known as sorindregan08:34
*** jukart has joined #zope3-dev08:36
*** huajie has quit IRC08:54
*** srichter has quit IRC09:17
*** ghendi has joined #zope3-dev09:21
*** greenman has quit IRC09:32
*** alecm has joined #zope3-dev09:33
*** alga has joined #zope3-dev09:37
*** alecm has quit IRC09:42
*** pelle_ has joined #zope3-dev09:42
*** greenman has joined #zope3-dev09:44
*** schwendinger has joined #zope3-dev09:47
*** timte has joined #zope3-dev09:47
*** projekt01 has joined #zope3-dev09:53
*** jodok has joined #zope3-dev10:01
*** povbot` has joined #zope3-dev10:13
*** jodok_ has quit IRC10:16
*** jodok_ has joined #zope3-dev10:18
*** povbot has quit IRC10:27
*** jodok has quit IRC10:28
*** philiKON has joined #zope3-dev10:32
*** jodok_ has quit IRC10:48
*** jodok has joined #zope3-dev10:48
*** jodok_ has joined #zope3-dev10:50
*** philiKON has quit IRC10:52
*** jodok has quit IRC11:09
*** tarek has joined #zope3-dev11:22
*** jfroche has joined #zope3-dev11:28
*** yvl has joined #zope3-dev11:46
*** b52laptop has quit IRC11:48
*** philiKON has joined #zope3-dev11:57
*** theuni has joined #zope3-dev11:58
*** philiKON has quit IRC12:01
*** goschtl has joined #zope3-dev12:06
*** witsch has joined #zope3-dev12:08
*** stub has joined #zope3-dev12:09
*** kleist has joined #zope3-dev12:12
*** b52laptop has joined #zope3-dev12:28
*** mkerrin has joined #zope3-dev12:40
*** danfairs has joined #zope3-dev12:53
*** ktwilight_ has joined #zope3-dev13:01
*** ktwilight_ has joined #zope3-dev13:01
*** tomster has joined #zope3-dev13:09
*** ktwilight has quit IRC13:17
*** dunny has quit IRC13:19
*** schwendinger has quit IRC13:19
*** jinty has joined #zope3-dev13:26
*** benji has quit IRC13:30
*** greenman has quit IRC13:43
*** huajie has joined #zope3-dev13:44
*** mgedmin has joined #zope3-dev14:03
*** philiKON has joined #zope3-dev14:07
huajieis there any documentation/tutorial available on how to use debugzope ?14:11
*** schwendinger has joined #zope3-dev14:14
bigkevmcdhuajie: doesn't it just run Zope in foreground mode, allowing pdb to kick in?14:15
theunino14:15
theunidebugzope runs a python interpreter with a running zope (without starting the network servers)14:15
*** philiKON has quit IRC14:16
bigkevmcdahh...nice14:17
huajiewhen starting it, it runs the import phase but then I got the python prompt :(14:17
huajiedon't know what to do from there to start the zope server :s14:18
huajiedebugger.run() does not make it :(14:19
theunino14:19
theunizope already runs14:19
theunitry accessing an object named 'root'14:19
theuni(or 'app')14:19
bigkevmcdI suspect that debugzope doesn't do what huajie thinks it does14:21
theunithat might be14:22
huajiemaybe I am just plain wrong. Can I still connect to localhost:8080 when debugging ?14:22
huajiebigkevmcd: it might certainly be14:23
theuninope14:23
theunii'm not sure what you're trying to achieve btw14:24
* huajie guess he must give all my commands to the server through the prompt 14:24
bigkevmcdhuajie: What do you want to debug?14:24
huajiebigkevmcd: when adding an object I got a server error. I hope when bebugging to get more trace from my problem14:25
CrippsFXhuajie: debugzope is a Python shell that loads all the configuration for your Zope instance.14:25
CrippsFXhuajie: from there you just execute Python code as if it were part of your site, and see what happens.14:26
bigkevmcdhuajie: Depending on the error, you probably want to put a pdb in and then run Zope in foreground mode, that way you can still access the ZMI14:26
huajieCrippsFX: is that shell listening to the http://localhost:8080 port ?14:26
CrippsFXhuajie: no, it's just a *regular* python shell.14:27
CrippsFXhuajie: bigkevmcd has a good suggestion if you're actually looking for DEBUG info.14:27
huajieCrippsFX: ok I get it then14:27
huajieCrippsFX: bigkev: ok I will put a pdb on my server to see what I can then14:28
*** Newfie2007 has joined #zope3-dev14:29
*** benji has joined #zope3-dev14:29
* huajie means "what I can get then" 14:29
*** Newfie2007 has left #zope3-dev14:29
*** Newfie2007 has joined #zope3-dev14:30
CrippsFX:)14:32
*** srichter has joined #zope3-dev14:44
*** J1m has joined #zope3-dev14:49
*** theuni has quit IRC14:51
*** tjs has quit IRC15:11
*** philiKON has joined #zope3-dev15:22
*** niemeyer has joined #zope3-dev15:24
*** cursor has joined #zope3-dev15:29
*** rcrafton has joined #zope3-dev15:31
*** jsadjohnson has joined #zope3-dev15:38
*** ignas has joined #zope3-dev15:47
*** jukart has quit IRC15:57
*** philiKON has quit IRC15:58
*** huajie has quit IRC16:04
*** Ariel_Calzada has joined #zope3-dev16:04
*** jukart has joined #zope3-dev16:06
*** ghendi has quit IRC16:08
ccombHi, I have a problem with the following TALES  :16:14
ccombtal:define="IComments modules/zorg.comment.interfaces/IComments"16:14
*** jfroche_ has joined #zope3-dev16:14
ccombTypeError: function takes at least 1 argument (0 given)16:14
*** jfroche has quit IRC16:14
ccombbecause it tries to __call__  IComments16:15
*** reco has joined #zope3-dev16:15
*** Ariel_Calzada has quit IRC16:15
*** norro has joined #zope3-dev16:16
mgedminccomb: tal:define="foo nocall:expr"16:16
norrohi16:17
*** Jell-O-Fishi has joined #zope3-dev16:17
ccombmgedmin, good hint, thanks, I'm trying16:19
*** ghendi has joined #zope3-dev16:19
ccomb(The same example in Philips's book omits the 'nocall')16:20
*** theuni has joined #zope3-dev16:21
*** cursor has quit IRC16:24
*** redir has joined #zope3-dev16:25
*** baijum has quit IRC16:27
*** pcardune has joined #zope3-dev16:31
*** iap has joined #zope3-dev16:37
*** ChanServ sets mode: +o srichter16:42
*** tarek has quit IRC16:45
*** tarek has joined #zope3-dev16:48
*** schwendinger has quit IRC16:49
CrippsFXhey norro16:52
norrohey cripps16:53
CrippsFXnorro: was it you who was asking me about the pdftemplate documentation?16:53
norrono, that wasn't me16:54
CrippsFXdarn ...16:54
CrippsFX:P16:54
*** schwendinger has joined #zope3-dev16:54
*** theun1 has joined #zope3-dev17:00
*** pcardune has quit IRC17:02
*** tarek has quit IRC17:02
*** ghendi has quit IRC17:05
*** natea_ has quit IRC17:06
*** natea_ has joined #zope3-dev17:07
*** theun1 has left #zope3-dev17:07
*** theuni has quit IRC17:07
*** theuni has joined #zope3-dev17:07
*** derek|office is now known as derek_richardson17:07
*** tarek has joined #zope3-dev17:10
*** sorindregan has quit IRC17:15
*** pcardune has joined #zope3-dev17:19
*** philiKON has joined #zope3-dev17:22
*** tomster has quit IRC17:22
*** Ariel_Calzada has joined #zope3-dev18:00
*** norro has quit IRC18:09
*** projekt01 has quit IRC18:10
*** philiKON has quit IRC18:15
*** tomster has joined #zope3-dev18:20
*** alecm has joined #zope3-dev18:22
*** goschtl has quit IRC18:29
theunianybody alive who could check on my zope.org permissions?18:39
theuniI'd like to upload the 3.4.0b2 package but don't have enough rights in the Zope3 product foldr18:39
J1mZope3 product folder?18:39
J1mwassat?18:39
theunisoftware-release-package-folder-or-whatever-contains-the-uploads18:40
J1mwassat?18:40
theuni=)18:40
theuniwhazzzup?18:40
theuniMore specifically I mean this: http://www.zope.org/Products/Zope3/18:41
J1mI don't know what you are taking about.  I must not be alive.18:41
J1mah, that18:41
theuniInterestingly I can add stuff to the folders for the specific versions, but no new version.18:41
J1mThis will take a while thanks to the local roles ui18:42
theuniTada.18:42
*** philiKON has joined #zope3-dev18:42
theuniJ1m: I've gotta go for a while, can you send me an email when the permissions are right?18:48
J1mYes, when I think they are right. :)18:48
theuni:) Thanks18:49
*** theuni has quit IRC18:49
*** schwendinger has quit IRC18:51
*** jfroche_ has quit IRC18:53
*** schwendinger has joined #zope3-dev18:55
*** alecm has quit IRC18:56
*** yvl has quit IRC19:01
*** pcardune is now known as pcardune_lunch19:04
*** alecm has joined #zope3-dev19:21
*** dobee has quit IRC19:21
*** jukart has quit IRC19:22
*** schwendinger has quit IRC19:34
*** jinty has quit IRC19:35
*** witsch has quit IRC19:39
*** b52laptop has quit IRC19:43
*** jukart has joined #zope3-dev19:44
*** alecm has quit IRC19:45
*** ignas has quit IRC19:46
*** pelle_ has quit IRC19:54
*** alecm has joined #zope3-dev19:55
*** RaFromBRC has joined #zope3-dev19:55
*** alecm has quit IRC19:56
*** kleist has quit IRC19:59
*** norro has joined #zope3-dev20:01
*** jukart has quit IRC20:02
*** jfroche has joined #zope3-dev20:13
*** pcardune_lunch is now known as pcardune20:14
*** jukart has joined #zope3-dev20:17
*** alecm has joined #zope3-dev20:18
*** tomster has quit IRC20:19
*** d2m has joined #zope3-dev20:21
*** norro has quit IRC20:24
*** jodok_ has quit IRC20:38
*** natea_ has quit IRC20:39
*** natea_ has joined #zope3-dev20:39
*** norro has joined #zope3-dev20:40
*** tarek has quit IRC20:43
*** alecm has quit IRC20:45
*** alecm has joined #zope3-dev20:52
*** jukart has quit IRC21:03
*** alecm has quit IRC21:07
*** alecm has joined #zope3-dev21:08
*** schwendinger has joined #zope3-dev21:26
*** tarek has joined #zope3-dev21:30
*** deo has joined #zope3-dev21:31
*** mkerrin has quit IRC21:34
*** foxmjay has joined #zope3-dev21:42
*** pandres has quit IRC21:43
*** natea_ is now known as natea|lunch21:46
*** alecm has quit IRC21:50
*** pandres has joined #zope3-dev21:52
*** stub has quit IRC21:54
*** jsadjohnson has quit IRC21:55
*** dunny has joined #zope3-dev21:56
*** jsadjohnson has joined #zope3-dev22:07
*** Newfie2007 has quit IRC22:11
*** jodok has joined #zope3-dev22:20
*** b52laptop has joined #zope3-dev22:20
*** pelle_ has joined #zope3-dev22:32
*** Ariel_Calzada has quit IRC22:33
*** alecm has joined #zope3-dev22:39
*** sm-afk is now known as sm22:40
*** tarek_ has joined #zope3-dev22:43
*** alga has quit IRC22:44
*** alecm has quit IRC22:46
*** jodok has quit IRC22:47
*** alecm has joined #zope3-dev22:48
*** tarek has quit IRC22:48
*** jodok has joined #zope3-dev22:49
*** bigkev has joined #zope3-dev22:50
*** bigkevmcd has quit IRC22:53
*** Ariel_Calzada has joined #zope3-dev22:55
*** tarek_ has left #zope3-dev23:05
*** tarek has joined #zope3-dev23:05
*** jodok has quit IRC23:06
*** jodok has joined #zope3-dev23:09
*** reco has quit IRC23:11
*** jodok has quit IRC23:11
*** bigkev is now known as bigkevmcd23:13
*** dunny has quit IRC23:14
*** timte has quit IRC23:16
*** deo has quit IRC23:19
*** deo has joined #zope3-dev23:21
*** jodok has joined #zope3-dev23:29
*** schwendinger is now known as schwendinger|sle23:30
*** jodok has quit IRC23:31
*** goplus has joined #zope3-dev23:32
goplusHi, I found http://wiki.zope.org/zope3/Zope340b1 but where can i download this release? Congratulations by the way :-)23:35
*** jodok has joined #zope3-dev23:39
*** harobed has joined #zope3-dev23:40
*** jodok has quit IRC23:42
*** jodok has joined #zope3-dev23:44
*** mgedmin has quit IRC23:44
*** deo has quit IRC23:48
*** d2m has quit IRC23:54

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