*** rmarianski has joined #zope3-dev | 00:10 | |
*** whit has quit IRC | 00:15 | |
*** whit has joined #zope3-dev | 00:16 | |
*** norro has quit IRC | 00:19 | |
*** andreasrj has left #zope3-dev | 00:39 | |
*** regebro has quit IRC | 00:55 | |
*** harobed has quit IRC | 00:57 | |
*** jpcw2002 has left #zope3-dev | 00:59 | |
*** tarek has quit IRC | 01:00 | |
*** benji has quit IRC | 01:02 | |
*** pbugni has quit IRC | 01:14 | |
*** lucielejard has quit IRC | 01:16 | |
*** pbugni has joined #zope3-dev | 01:33 | |
*** J1m has quit IRC | 01:45 | |
*** b52laptop has quit IRC | 01:54 | |
*** b52laptop has joined #zope3-dev | 01:55 | |
*** Aiste has quit IRC | 02:03 | |
*** nathany has quit IRC | 02:12 | |
*** rmarianski has quit IRC | 02:18 | |
*** whit has quit IRC | 03:12 | |
*** pbugni has quit IRC | 03:23 | |
*** jayaraj has joined #zope3-dev | 03:39 | |
*** reco has quit IRC | 03:40 | |
*** tav_ has joined #zope3-dev | 03:48 | |
*** danielblackburn has left #zope3-dev | 03:49 | |
*** tav has quit IRC | 03:57 | |
*** RaFromBRC has quit IRC | 03:58 | |
*** run|home has joined #zope3-dev | 04:32 | |
*** redir has quit IRC | 04:38 | |
*** dobee has quit IRC | 04:42 | |
*** niemeyer has quit IRC | 04:47 | |
*** srichter has quit IRC | 05:15 | |
*** hexsprite has quit IRC | 05:15 | |
*** dunny has quit IRC | 05:16 | |
*** dunny has joined #zope3-dev | 05:18 | |
*** jayaraj has quit IRC | 05:20 | |
*** alecm has quit IRC | 05:20 | |
*** stub has joined #zope3-dev | 05:22 | |
*** dunny has quit IRC | 05:36 | |
*** tav_ is now known as tav | 05:37 | |
*** ChanServ sets mode: +o tav | 05:37 | |
*** stub has quit IRC | 05:38 | |
*** stub has joined #zope3-dev | 05:39 | |
*** cr3 has joined #zope3-dev | 05:42 | |
*** rcrafton has quit IRC | 05:42 | |
cr3 | I'm getting a contentproviderlookuperror and I can't debug why it's not finding my name: <browser:content name="foo" view="SomeView" template="some_template.pt" /> | 05:43 |
---|---|---|
cr3 | any ideas how I can determine why zope is not finding my particular content provider? | 05:44 |
cr3 | err, that's <browser:provider ... | 05:44 |
*** redir has joined #zope3-dev | 05:45 | |
cr3 | the querymultiadapter call depends on the given (context, request and view) but they're not in the output, I guess it's time to whip out pdb :( | 05:46 |
run|home | dont need pdb you can do it interactively | 05:47 |
run|home | cant you? ;) | 05:47 |
cr3 | run|home: nope, never tried that | 05:49 |
run|home | why does it require context? | 05:50 |
cr3 | run|home: doesn't querymultiadapter return a result based on the type of the context? | 05:56 |
run|home | i guess so | 05:56 |
cr3 | run|home: so how can I debug this problem if I don't have the information in the exception? | 05:57 |
*** rmarianski has joined #zope3-dev | 05:58 | |
run|home | your trying to get, what, a view? | 05:59 |
run|home | isnt something like | 05:59 |
hazmat | a viewlet | 06:00 |
run|home | oh | 06:00 |
run|home | hazmat: then how do you it from python | 06:00 |
run|home | IViewlet(context, request, name='SomeView') | 06:00 |
run|home | ? | 06:00 |
hazmat | no.. you have to use component.getMultiAdapter | 06:00 |
hazmat | content providers/viewlets get a tales expressions to ease access .. via the provider syntax | 06:01 |
run|home | getMultiAdapter((context, request), IViewlet) | 06:01 |
run|home | ? | 06:01 |
run|home | but you need to specify the 'name' ? | 06:02 |
run|home | getMultiAdapter((context,request), name=name) | 06:02 |
hazmat | yup | 06:02 |
hazmat | but also IViewlet.. typically you don't access that way | 06:03 |
*** rcrafton has joined #zope3-dev | 06:03 | |
hazmat | they get encapsulated into a provider / viewlet manager | 06:03 |
hazmat | that does the lookup for you | 06:03 |
*** cr3 has quit IRC | 06:03 | |
run|home | hazmat: you going to pycon? | 06:04 |
*** rcrafton has quit IRC | 06:04 | |
hazmat | run|home, yup | 06:04 |
*** kursor has joined #zope3-dev | 06:34 | |
*** kursor has quit IRC | 06:54 | |
*** dunny has joined #zope3-dev | 07:04 | |
*** jayaraj has joined #zope3-dev | 07:06 | |
*** kobold has quit IRC | 07:13 | |
*** dunny has quit IRC | 07:29 | |
*** kobold has joined #zope3-dev | 07:49 | |
*** baijum has joined #zope3-dev | 07:55 | |
*** jukart has joined #zope3-dev | 08:05 | |
*** philiKON_ has joined #zope3-dev | 08:07 | |
*** run|home_ has joined #zope3-dev | 08:07 | |
*** run|home_ has quit IRC | 08:11 | |
*** philiKON has quit IRC | 08:22 | |
*** jukart has quit IRC | 08:24 | |
*** run|home has quit IRC | 08:25 | |
*** sm has quit IRC | 08:31 | |
*** srichter has joined #zope3-dev | 08:33 | |
*** rmarianski has quit IRC | 08:37 | |
*** ChanServ sets mode: +o srichter | 08:40 | |
*** d2m has joined #zope3-dev | 08:47 | |
*** jukart has joined #zope3-dev | 08:47 | |
*** redir has quit IRC | 08:48 | |
*** Aiste has joined #zope3-dev | 09:07 | |
*** sorin has joined #zope3-dev | 09:08 | |
*** sorin is now known as sorindregan | 09:08 | |
*** pyqwer has joined #zope3-dev | 09:26 | |
*** goschtl has joined #zope3-dev | 09:40 | |
*** stub has quit IRC | 09:48 | |
*** stub has joined #zope3-dev | 09:49 | |
*** tarek has joined #zope3-dev | 09:59 | |
*** povbot` has joined #zope3-dev | 10:11 | |
*** pelle_ has joined #zope3-dev | 10:11 | |
*** tflorac has joined #zope3-dev | 10:12 | |
*** menesis has joined #zope3-dev | 10:13 | |
*** ejucovy has joined #zope3-dev | 10:14 | |
*** zagy has joined #zope3-dev | 10:15 | |
*** jpcw2002 has joined #zope3-dev | 10:17 | |
*** povbot has quit IRC | 10:21 | |
*** zagy_ has joined #zope3-dev | 10:22 | |
*** MJ has joined #zope3-dev | 10:24 | |
*** zagy has quit IRC | 10:38 | |
*** malthe has joined #zope3-dev | 10:39 | |
*** jodok has joined #zope3-dev | 10:47 | |
*** toutpt has joined #zope3-dev | 10:55 | |
*** afd_ has joined #zope3-dev | 10:57 | |
*** agroszer has joined #zope3-dev | 11:17 | |
*** dobee has joined #zope3-dev | 11:18 | |
*** timte has joined #zope3-dev | 11:21 | |
*** dunny has joined #zope3-dev | 11:30 | |
*** acsr has quit IRC | 11:52 | |
*** harobed has joined #zope3-dev | 11:52 | |
*** dunny has quit IRC | 11:54 | |
*** malthe has quit IRC | 11:58 | |
*** yvl has joined #zope3-dev | 12:03 | |
*** maurits has joined #zope3-dev | 12:06 | |
*** acsr has joined #zope3-dev | 12:09 | |
*** acsr has quit IRC | 12:09 | |
*** projekt01 has joined #zope3-dev | 12:16 | |
*** acsr has joined #zope3-dev | 12:16 | |
*** reco has joined #zope3-dev | 12:22 | |
*** regebro has joined #zope3-dev | 12:26 | |
*** mkerrin has joined #zope3-dev | 12:27 | |
*** timte has quit IRC | 13:05 | |
*** harobed has quit IRC | 13:12 | |
*** harobed has joined #zope3-dev | 13:13 | |
*** MJ is now known as MJ|lunch | 13:19 | |
*** thruflo has joined #zope3-dev | 13:19 | |
*** acsr has quit IRC | 13:26 | |
*** ignas has joined #zope3-dev | 13:47 | |
*** quodt has joined #zope3-dev | 13:52 | |
*** dobee has quit IRC | 13:52 | |
*** jodok has quit IRC | 13:53 | |
*** zagy_ has quit IRC | 13:58 | |
*** zagy has joined #zope3-dev | 13:58 | |
*** reco has quit IRC | 13:59 | |
*** reco has joined #zope3-dev | 14:00 | |
*** MJ|lunch is now known as MJ | 14:01 | |
*** reco has quit IRC | 14:03 | |
*** timte has joined #zope3-dev | 14:03 | |
*** reco has joined #zope3-dev | 14:04 | |
*** reco has joined #zope3-dev | 14:04 | |
*** dobee has joined #zope3-dev | 14:05 | |
*** projekt01 has quit IRC | 14:09 | |
jayaraj | can any one help me with this error plz see http://rafb.net/p/RJfaIC42.html | 14:10 |
afd_ | jayaraj: you should also show some of your code | 14:11 |
*** hexsprite has joined #zope3-dev | 14:12 | |
*** jpfarias_ has joined #zope3-dev | 14:12 | |
jayaraj | afd_ its an example from worldcookery.com i dint do it my self! i have given the url in the paste! have you seen it | 14:13 |
*** jpfarias_ has left #zope3-dev | 14:13 | |
afd_ | jayaraj: yes, but: 1. you've probably made a mistake 2. I don't have the book at me | 14:14 |
jayaraj | i just copied the package 'as it is' and registerd it. and tried to add the 'recipe' object.. then this error... | 14:16 |
jayaraj | shall i send the package to you? | 14:17 |
afd_ | no | 14:17 |
jayaraj | k fine | 14:17 |
afd_ | I presume you're using the code package for the second edition of the book? | 14:18 |
afd_ | ok, I think you're using the code from the first edition | 14:18 |
afd_ | based on the filename | 14:18 |
afd_ | get the second edition code | 14:18 |
jayaraj | nop the first edition and i am going through the first edition | 14:19 |
jayaraj | oops .. i frogot! the api has changed now! | 14:19 |
afd_ | I'm afraid I don't have time to look thoroughly through this issue, maybe someone else can help you | 14:19 |
*** niemeyer has joined #zope3-dev | 14:27 | |
*** malthe has joined #zope3-dev | 14:38 | |
*** rcrafton has joined #zope3-dev | 14:38 | |
*** toutpt has quit IRC | 14:47 | |
*** toutpt has joined #zope3-dev | 15:12 | |
*** yvl has quit IRC | 15:14 | |
*** projekt01 has joined #zope3-dev | 15:20 | |
*** redir has joined #zope3-dev | 15:26 | |
*** benji has joined #zope3-dev | 15:26 | |
*** baijum has quit IRC | 15:31 | |
*** jayaraj has quit IRC | 15:35 | |
*** jodok has joined #zope3-dev | 15:44 | |
*** afd_ has quit IRC | 15:50 | |
*** kursor has joined #zope3-dev | 15:53 | |
*** kursor has joined #zope3-dev | 15:54 | |
*** J1m has joined #zope3-dev | 15:57 | |
*** goschtl has quit IRC | 16:00 | |
*** ghendi has quit IRC | 16:09 | |
*** rock1 has joined #zope3-dev | 16:09 | |
*** norro has joined #zope3-dev | 16:09 | |
*** rock1 is now known as rocky | 16:10 | |
*** lucielejard has joined #zope3-dev | 16:16 | |
*** jodok_ has joined #zope3-dev | 16:24 | |
*** jukart has quit IRC | 16:24 | |
*** goschtl has joined #zope3-dev | 16:24 | |
*** redir has quit IRC | 16:27 | |
*** jukart has joined #zope3-dev | 16:29 | |
*** pelle_ has quit IRC | 16:30 | |
*** redir has joined #zope3-dev | 16:31 | |
*** alga has joined #zope3-dev | 16:32 | |
*** goschtl_ has joined #zope3-dev | 16:32 | |
*** jodok__ has joined #zope3-dev | 16:33 | |
*** danielblackburn has joined #zope3-dev | 16:37 | |
*** goschtl has quit IRC | 16:41 | |
*** jodok has quit IRC | 16:45 | |
*** goschtl has joined #zope3-dev | 16:47 | |
*** stub has quit IRC | 16:48 | |
*** goschtl_ has quit IRC | 16:48 | |
*** kursor has quit IRC | 16:48 | |
*** jodok_ has quit IRC | 16:49 | |
*** redir has quit IRC | 16:51 | |
Theuni | J1m: maybe-good-news from the certification: looks like we might be able to switch the certification over to zope.security to simplify it. | 16:55 |
*** mgedmin has joined #zope3-dev | 16:56 | |
*** rcrafton has quit IRC | 16:58 | |
*** jayaraj has joined #zope3-dev | 17:03 | |
*** jayaraj has quit IRC | 17:03 | |
*** afd_ has joined #zope3-dev | 17:08 | |
J1m | Theuni, cool. :) | 17:13 |
*** menesis has left #zope3-dev | 17:13 | |
*** rcrafton has joined #zope3-dev | 17:14 | |
*** jodok__ has quit IRC | 17:14 | |
*** danielblackburn has quit IRC | 17:16 | |
*** menesis has joined #zope3-dev | 17:18 | |
*** afd_ has quit IRC | 17:22 | |
*** redir has joined #zope3-dev | 17:23 | |
*** nathany has joined #zope3-dev | 17:24 | |
*** afd_ has joined #zope3-dev | 17:26 | |
*** norro_ has joined #zope3-dev | 17:29 | |
*** norro has quit IRC | 17:29 | |
*** norro_ has quit IRC | 17:30 | |
*** rmarianski has joined #zope3-dev | 17:35 | |
*** afd_ has quit IRC | 17:41 | |
*** sm has joined #zope3-dev | 17:44 | |
*** natea_ has joined #zope3-dev | 17:50 | |
*** whitmo has joined #zope3-dev | 17:53 | |
*** danielblackburn has joined #zope3-dev | 18:00 | |
*** zagy has quit IRC | 18:06 | |
*** sashav has joined #zope3-dev | 18:08 | |
*** norro has joined #zope3-dev | 18:14 | |
*** timte has quit IRC | 18:16 | |
*** MJ has quit IRC | 18:16 | |
*** sashav has quit IRC | 18:18 | |
*** srichter has quit IRC | 18:18 | |
*** goschtl has quit IRC | 18:18 | |
*** goschtl has joined #zope3-dev | 18:19 | |
*** whitmo is now known as whit | 18:20 | |
*** malthe has quit IRC | 18:25 | |
*** jodok has joined #zope3-dev | 18:25 | |
*** goschtl has quit IRC | 18:31 | |
*** jukart has quit IRC | 18:40 | |
*** srichter has joined #zope3-dev | 18:44 | |
*** ChanServ sets mode: +o srichter | 18:44 | |
*** danielblackburn has quit IRC | 18:51 | |
*** srichter has quit IRC | 18:53 | |
*** srichter has joined #zope3-dev | 18:55 | |
*** ChanServ sets mode: +o srichter | 18:55 | |
*** harobed_ has joined #zope3-dev | 18:56 | |
*** zagy has joined #zope3-dev | 18:58 | |
*** agroszer_ has joined #zope3-dev | 19:01 | |
*** harobed has quit IRC | 19:03 | |
*** harobed_ has quit IRC | 19:04 | |
*** reco has quit IRC | 19:08 | |
*** reco has joined #zope3-dev | 19:08 | |
*** alecm has joined #zope3-dev | 19:09 | |
*** whit has quit IRC | 19:10 | |
*** whit has joined #zope3-dev | 19:10 | |
*** reco has quit IRC | 19:10 | |
*** reco has joined #zope3-dev | 19:11 | |
*** jpcw2002 has left #zope3-dev | 19:12 | |
*** agroszer has quit IRC | 19:12 | |
*** ignas has quit IRC | 19:16 | |
*** projekt01 has quit IRC | 19:17 | |
*** agroszer_ is now known as agroszer | 19:17 | |
*** toutpt has quit IRC | 19:19 | |
*** pyqwer has quit IRC | 19:21 | |
*** pbugni has joined #zope3-dev | 19:24 | |
*** malthe has joined #zope3-dev | 19:31 | |
*** quodt has quit IRC | 19:43 | |
*** reco has quit IRC | 19:45 | |
*** menesis has quit IRC | 19:45 | |
*** reco has joined #zope3-dev | 19:46 | |
*** sashav has joined #zope3-dev | 19:50 | |
*** jodok has quit IRC | 19:51 | |
*** malthe has quit IRC | 19:58 | |
*** malthe has joined #zope3-dev | 19:59 | |
*** b52laptop has quit IRC | 20:03 | |
*** kev_ has joined #zope3-dev | 20:04 | |
*** sashav has quit IRC | 20:08 | |
kev_ | hello. what do i have to do to get a file field from megrokform to use z3c.blobfile? | 20:08 |
*** sp0cksbeard has joined #zope3-dev | 20:10 | |
*** whit has quit IRC | 20:15 | |
*** danielblackburn has joined #zope3-dev | 20:20 | |
*** tflorac has left #zope3-dev | 20:21 | |
*** whit has joined #zope3-dev | 20:25 | |
*** whit has quit IRC | 20:27 | |
*** whit has joined #zope3-dev | 20:27 | |
*** RaFromBRC has joined #zope3-dev | 20:37 | |
*** redir has quit IRC | 20:39 | |
*** redir has joined #zope3-dev | 20:44 | |
*** natea_ is now known as natea | 20:46 | |
*** fcorrea has joined #zope3-dev | 20:50 | |
*** maurits has quit IRC | 20:55 | |
*** reco has quit IRC | 21:01 | |
*** reco has joined #zope3-dev | 21:01 | |
*** reco has joined #zope3-dev | 21:01 | |
*** quodt has joined #zope3-dev | 21:03 | |
*** RaFromBRC has quit IRC | 21:07 | |
*** RaFromBRC has joined #zope3-dev | 21:08 | |
*** redir_ has joined #zope3-dev | 21:09 | |
*** RaFromBRC_ has joined #zope3-dev | 21:14 | |
*** redir has quit IRC | 21:17 | |
*** pelle_ has joined #zope3-dev | 21:25 | |
*** RaFromBRC_ has quit IRC | 21:29 | |
*** agroszer has quit IRC | 21:35 | |
*** acsr has joined #zope3-dev | 21:48 | |
*** pbugni is now known as pbugni-lunch | 21:51 | |
*** mkerrin has quit IRC | 21:51 | |
*** dunny has joined #zope3-dev | 21:52 | |
*** dobee has quit IRC | 22:07 | |
kev_ | so i've tried varios methods to use z3c.blobfile, but no luck. i've tried subclassing IBlobFile to no avail. i don't understand where to implement it or how... | 22:39 |
*** reco has quit IRC | 22:41 | |
kev_ | i have an "IAudio" interface with a file field: "file = File(title=u"Audio file")" | 22:41 |
kev_ | but don't know how to intervene in such a way that the file gets "blobed" instead of saved to zobd | 22:41 |
kev_ | zope.conf seems to be configured corrrectly | 22:41 |
* benji wishes he knew how to help kev_. | 22:45 | |
*** rcrafton has quit IRC | 22:46 | |
kev_ | well thanks anyway benji, i'll keep hacking at it | 22:50 |
*** redir_ has quit IRC | 22:50 | |
*** whit has quit IRC | 22:51 | |
*** rcrafton has joined #zope3-dev | 22:54 | |
ejucovy | hey.. sorry to ask a dumb question, but does anyone know any tricks for successfully submitting the commit access form at https://cvs.zope.org/account.php ? i've tried four or five different ways of pasting my public key but i can't seem to get anywhere :( | 22:55 |
*** mgedmin has quit IRC | 22:57 | |
*** pbugni-lunch is now known as pbugni | 23:07 | |
*** rocky has quit IRC | 23:08 | |
benji | ejucovy: the only gotcha I know of is to make very, very sure there's no extra whitespace in the key. | 23:09 |
*** d2m has quit IRC | 23:13 | |
*** dobee has joined #zope3-dev | 23:21 | |
*** reco has joined #zope3-dev | 23:25 | |
*** ktwilight_ has joined #zope3-dev | 23:30 | |
*** quodt has quit IRC | 23:34 | |
*** nathany has quit IRC | 23:39 | |
*** acsr has quit IRC | 23:40 | |
*** ktwilight has quit IRC | 23:44 | |
*** dobee has quit IRC | 23:46 | |
*** acsr has joined #zope3-dev | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!