| *** dobee has quit IRC | 00:01 | |
| *** jbb666 has quit IRC | 00:06 | |
| *** jfroche has joined #zope3-dev | 00:06 | |
| *** natea has quit IRC | 00:14 | |
| *** jkakar has quit IRC | 00:14 | |
| *** natea has joined #zope3-dev | 00:16 | |
| *** tom__ has joined #zope3-dev | 00:19 | |
| *** jkakar has joined #zope3-dev | 00:23 | |
| *** salfield_ has quit IRC | 00:28 | |
| *** salfield_ has joined #zope3-dev | 00:38 | |
| *** salfield_ is now known as salfield | 00:41 | |
| *** yota has quit IRC | 00:50 | |
| *** tom__ has quit IRC | 00:51 | |
| salfield | has anyone given much thought to the possibility of integrating multidimensional indexing structures into zope3? | 00:57 |
|---|---|---|
| salfield | e.g. Universal Btree | 00:58 |
| salfield | or even a parallel distributed multidimensional indexing structures like the PN-Tree? | 00:59 |
| salfield | http://mistral.in.tum.de/results/publications/TUM-I9637.pdf | 01:02 |
| salfield | is by the same guy who invented the btree | 01:02 |
| *** tarek_ has joined #zope3-dev | 01:05 | |
| salfield | that one is a bit mathematical while this paper on the pn tree is more readable for a typical computer scientist http://www.cs.purdue.edu/homes/mhali/Publications/PN_tree.pdf | 01:06 |
| srichter | no, no one I know of has looked into this | 01:09 |
| *** natea is now known as natea|zZz | 01:09 | |
| *** replaceafill has joined #zope3-dev | 01:09 | |
| *** natea|zZz has quit IRC | 01:10 | |
| srichter | from reading the abstract, it seems it would be most useful to the adapter registry | 01:11 |
| *** lurker has quit IRC | 01:14 | |
| replaceafill | hi everybody. i have a container with OOBTrees inside. | 01:14 |
| replaceafill | If I add a container, OOBTrees and store data in them, all it works. But when I restart the server I can't see the OOBTree attributes anymore. | 01:14 |
| replaceafill | i'm getting "raise TypeError(_insufficientContext) TypeError: There isn't enough context to get URL information. This is probably due to a bug in setting up location information." | 01:14 |
| *** faassen has quit IRC | 01:15 | |
| *** bigkevmcd has quit IRC | 01:16 | |
| *** tarek has quit IRC | 01:26 | |
| *** pbugni|afk is now known as pbugni | 01:28 | |
| *** Jell-O-Fishi has quit IRC | 01:29 | |
| *** twcook has quit IRC | 01:31 | |
| salfield | srichter: how would it be useful in the adapter registry? | 01:33 |
| salfield | Seems to me that the UBTree would be a good way to store multiple indexed attributes and do efficient range queries over them | 01:34 |
| salfield | as opposed to, or as an extension to existing indexing structures | 01:35 |
| srichter | salfield: multi-adapter and effectively multi-dimentional lookups | 01:35 |
| srichter | I do not have such complex indices | 01:35 |
| salfield | so you would consider using it to find a set of objects which collectively implement an interface? Or to query an implementation in order to be sure that it corresponds to a schema? | 01:43 |
| salfield | sorry if I miss the point, I am quite new to Zope still | 01:43 |
| salfield | The PN-tree or something like it might be to indexing what the dht is to is to hash-tables | 01:47 |
| salfield | possible usecase: e.g. if you were to have multiple zeo data sources serving multiple zeo front ends and you wanted to treat the multiple sources transparently addressable from an app, then the PN-Tree would make that possible | 01:49 |
| salfield | it would also make it possible to parallelise the processing of such queries | 01:49 |
| salfield | I am thinking p2p zope | 01:51 |
| salfield | but maybe that is just not right or good - so I wanted to bounce these ideas off you guys | 01:51 |
| *** marcin_ant has joined #zope3-dev | 01:59 | |
| *** d2m has quit IRC | 02:04 | |
| salfield | anyhow, if anyone is interested in exploring these ideas - I'd be delighted to speak to them | 02:04 |
| *** jfroche has quit IRC | 02:08 | |
| *** jfroche has joined #zope3-dev | 02:12 | |
| *** marcin_ant has quit IRC | 02:13 | |
| *** harobed has quit IRC | 02:19 | |
| *** replaceafill has quit IRC | 02:51 | |
| *** meatballhat has joined #zope3-dev | 02:56 | |
| *** meatballhat has left #zope3-dev | 03:04 | |
| *** philiKON has quit IRC | 03:06 | |
| *** jrc2e has joined #zope3-dev | 03:23 | |
| *** wrobel has quit IRC | 03:24 | |
| *** MiUlEr has joined #zope3-dev | 03:26 | |
| *** deo has joined #zope3-dev | 03:39 | |
| *** jfroche has quit IRC | 03:41 | |
| *** salfield_ has joined #zope3-dev | 04:01 | |
| *** salfield has quit IRC | 04:01 | |
| *** pbugni has quit IRC | 04:30 | |
| *** b52lap has quit IRC | 04:31 | |
| *** pbugni has joined #zope3-dev | 04:35 | |
| *** ksmith99 has quit IRC | 04:42 | |
| *** MiUlEr has quit IRC | 04:48 | |
| *** MiUlEr has joined #zope3-dev | 05:00 | |
| *** TresEquis has joined #zope3-dev | 05:38 | |
| *** baijum has joined #zope3-dev | 05:45 | |
| *** niemeyer has quit IRC | 05:49 | |
| *** jrc2e has left #zope3-dev | 06:33 | |
| *** stub has joined #zope3-dev | 06:49 | |
| *** deo has quit IRC | 06:56 | |
| *** baijum has quit IRC | 07:30 | |
| *** baijum has joined #zope3-dev | 07:47 | |
| *** Bhaskar has joined #zope3-dev | 08:14 | |
| *** projekt01 has joined #zope3-dev | 08:18 | |
| *** rocky has joined #zope3-dev | 08:20 | |
| *** afd__ has joined #zope3-dev | 08:29 | |
| *** sorin has joined #zope3-dev | 08:29 | |
| *** sorin is now known as sorindregan | 08:30 | |
| *** strichter has joined #zope3-dev | 08:39 | |
| *** jkakar has quit IRC | 08:39 | |
| *** jkakar has joined #zope3-dev | 08:39 | |
| *** srichter has quit IRC | 08:40 | |
| *** rocky has quit IRC | 08:42 | |
| *** pghoratiu has joined #zope3-dev | 08:44 | |
| *** jukart has joined #zope3-dev | 08:46 | |
| Bhaskar | how cal i get Zope for CMS as similar to joomla or drupal? | 08:48 |
| baijum | Bhaskar, look at http://www.plone.org | 08:50 |
| *** TresEquis has quit IRC | 09:03 | |
| *** dobee has joined #zope3-dev | 09:04 | |
| *** d2m has joined #zope3-dev | 09:05 | |
| *** wrobel has joined #zope3-dev | 09:10 | |
| *** stub has quit IRC | 09:13 | |
| *** naro has joined #zope3-dev | 09:17 | |
| *** philiKON has joined #zope3-dev | 09:18 | |
| *** timte has joined #zope3-dev | 09:18 | |
| *** sorindregan has quit IRC | 09:36 | |
| *** lzdych has joined #zope3-dev | 09:37 | |
| *** salfield_ has quit IRC | 09:37 | |
| *** salfield_ has joined #zope3-dev | 09:39 | |
| *** pghoratiu has quit IRC | 09:39 | |
| *** harobed has joined #zope3-dev | 09:40 | |
| *** dlk has joined #zope3-dev | 09:43 | |
| *** yota has joined #zope3-dev | 09:49 | |
| *** ghendi has joined #zope3-dev | 09:53 | |
| *** sorindregan has joined #zope3-dev | 09:55 | |
| baijum | philiKON, ayt ? | 09:59 |
| *** MiUlEr has quit IRC | 09:59 | |
| *** philiKON has quit IRC | 10:00 | |
| *** natea|zZz has joined #zope3-dev | 10:08 | |
| *** romanofski has joined #zope3-dev | 10:26 | |
| romanofski | moin | 10:27 |
| *** sorindregan has quit IRC | 10:28 | |
| *** ghendi has quit IRC | 10:28 | |
| *** lurker has joined #zope3-dev | 10:29 | |
| *** replaceafill has joined #zope3-dev | 10:42 | |
| *** sorindregan has joined #zope3-dev | 10:43 | |
| *** ghendi has joined #zope3-dev | 10:43 | |
| *** stub has joined #zope3-dev | 10:44 | |
| *** replaceafill has quit IRC | 10:51 | |
| *** jinty has joined #zope3-dev | 10:59 | |
| *** marcin_ant has joined #zope3-dev | 11:04 | |
| *** natea|zZz has quit IRC | 11:08 | |
| *** jfroche has joined #zope3-dev | 11:09 | |
| *** natea|zZz has joined #zope3-dev | 11:09 | |
| *** jodok|LA has joined #zope3-dev | 11:25 | |
| *** jodok|LA is now known as jodok | 11:35 | |
| *** b52laptop has joined #zope3-dev | 11:38 | |
| *** salfield_ has quit IRC | 11:52 | |
| *** jodok has quit IRC | 12:09 | |
| *** philiKON has joined #zope3-dev | 12:11 | |
| *** philiKON has quit IRC | 12:12 | |
| *** jodok has joined #zope3-dev | 12:14 | |
| *** jfroche_ has joined #zope3-dev | 12:14 | |
| *** jodok has quit IRC | 12:17 | |
| *** philiKON has joined #zope3-dev | 12:17 | |
| *** stu1 has joined #zope3-dev | 12:18 | |
| *** Bhaskar has quit IRC | 12:21 | |
| *** ignas has joined #zope3-dev | 12:23 | |
| *** zagy has quit IRC | 12:23 | |
| *** philiKON has quit IRC | 12:24 | |
| *** BjornT has quit IRC | 12:29 | |
| *** jfroche has quit IRC | 12:30 | |
| *** stub has quit IRC | 12:35 | |
| *** BjornT has joined #zope3-dev | 12:44 | |
| *** Bhaskar has joined #zope3-dev | 12:45 | |
| *** pghoratiu has joined #zope3-dev | 12:52 | |
| *** philiKON has joined #zope3-dev | 12:53 | |
| *** marcin_ant has quit IRC | 12:53 | |
| *** philiKON has quit IRC | 12:59 | |
| *** mkerrin has joined #zope3-dev | 13:08 | |
| *** dlk has quit IRC | 13:14 | |
| *** jfroche__ has joined #zope3-dev | 13:18 | |
| *** jfroche_ has quit IRC | 13:34 | |
| *** philiKON has joined #zope3-dev | 13:35 | |
| *** harobed_ has joined #zope3-dev | 13:43 | |
| *** dunny has quit IRC | 13:48 | |
| *** naro has quit IRC | 13:51 | |
| *** philiKON has quit IRC | 13:53 | |
| *** jfroche has joined #zope3-dev | 13:55 | |
| *** philiKON has joined #zope3-dev | 14:01 | |
| *** pghoratiu has left #zope3-dev | 14:04 | |
| *** zagy has joined #zope3-dev | 14:07 | |
| *** philiKON_ has joined #zope3-dev | 14:10 | |
| *** philiKON has quit IRC | 14:10 | |
| *** jfroche__ has quit IRC | 14:11 | |
| *** Bhaskar has quit IRC | 14:23 | |
| *** benji has quit IRC | 14:25 | |
| *** BjornT has quit IRC | 14:25 | |
| *** b52lap has joined #zope3-dev | 14:28 | |
| *** philiKON has joined #zope3-dev | 14:31 | |
| *** philiKON_ has quit IRC | 14:31 | |
| *** b52laptop has quit IRC | 14:43 | |
| *** zagy has quit IRC | 14:44 | |
| *** philiKON has quit IRC | 14:44 | |
| *** lzdych has quit IRC | 14:53 | |
| *** pghoratiu has joined #zope3-dev | 14:54 | |
| *** BjornT has joined #zope3-dev | 14:54 | |
| *** harobed_ has quit IRC | 15:03 | |
| *** niemeyer has joined #zope3-dev | 15:16 | |
| *** Jell-O-Fishi has joined #zope3-dev | 15:23 | |
| *** afd__ has quit IRC | 15:25 | |
| *** strichter is now known as srichter | 15:27 | |
| *** ChanServ sets mode: +o srichter | 15:27 | |
| *** benji has joined #zope3-dev | 15:27 | |
| *** afd__ has joined #zope3-dev | 15:30 | |
| *** philiKON has joined #zope3-dev | 15:39 | |
| *** goschtl has joined #zope3-dev | 15:52 | |
| *** sorindregan has quit IRC | 15:53 | |
| *** jfroche_ has joined #zope3-dev | 15:54 | |
| *** sorin has joined #zope3-dev | 15:58 | |
| *** sorin is now known as sorindregan | 15:58 | |
| *** run|home has joined #zope3-dev | 15:59 | |
| *** alga has joined #zope3-dev | 16:02 | |
| *** baijum has quit IRC | 16:04 | |
| *** baijum_ has joined #zope3-dev | 16:04 | |
| *** jfroche has quit IRC | 16:10 | |
| *** philiKON_ has joined #zope3-dev | 16:21 | |
| *** philiKON has quit IRC | 16:21 | |
| *** mgedmin has joined #zope3-dev | 16:31 | |
| *** avoine has joined #zope3-dev | 16:33 | |
| *** redir has joined #zope3-dev | 16:39 | |
| *** whit has quit IRC | 16:48 | |
| *** d2m_ has joined #zope3-dev | 16:59 | |
| *** stu1 is now known as stub | 17:00 | |
| *** philiKON_ has quit IRC | 17:04 | |
| *** sorindregan has quit IRC | 17:07 | |
| *** baijum_ has quit IRC | 17:07 | |
| *** pghoratiu has left #zope3-dev | 17:11 | |
| *** ignas has quit IRC | 17:14 | |
| *** ignas has joined #zope3-dev | 17:15 | |
| *** ignas has quit IRC | 17:17 | |
| *** d2m has quit IRC | 17:17 | |
| *** goschtl has quit IRC | 17:25 | |
| *** lurker has quit IRC | 17:25 | |
| *** baijum_ has joined #zope3-dev | 17:26 | |
| *** baijum_ has quit IRC | 17:33 | |
| *** softdevr has joined #zope3-dev | 17:37 | |
| softdevr | hi, how do i access a template file in my filesystem using TALES | 17:38 |
| softdevr | its not in the same directory, so container is no good | 17:38 |
| *** redir has quit IRC | 17:43 | |
| *** jfroche_ has quit IRC | 17:44 | |
| *** redir has joined #zope3-dev | 17:45 | |
| *** srichter has quit IRC | 17:53 | |
| *** philiKON has joined #zope3-dev | 17:53 | |
| *** jbb666 has joined #zope3-dev | 17:53 | |
| *** srichter has joined #zope3-dev | 17:55 | |
| *** philiKON has quit IRC | 17:56 | |
| *** whit has joined #zope3-dev | 17:57 | |
| *** timte has quit IRC | 17:59 | |
| *** romanofski has quit IRC | 18:13 | |
| *** jukart has quit IRC | 18:15 | |
| *** dobee has quit IRC | 18:19 | |
| *** lzdych has joined #zope3-dev | 18:22 | |
| *** jbb666_ has joined #zope3-dev | 18:23 | |
| *** philiKON has joined #zope3-dev | 18:33 | |
| *** nikhil_n has joined #zope3-dev | 18:37 | |
| *** jbb666 has quit IRC | 18:37 | |
| softdevr | philiKON: quick question if I can, I asked before but got no reply | 18:42 |
| *** jkakar has quit IRC | 18:42 | |
| philiKON | you can always ask :) | 18:43 |
| philiKON | i might not be able to answer, but you can always ask :) | 18:43 |
| softdevr | thanks | 18:43 |
| softdevr | how do i access a template file in my filesystem using TALES | 18:43 |
| softdevr | its not in the same directory, so container is no good | 18:43 |
| *** jkakar has joined #zope3-dev | 18:44 | |
| philiKON | you need to register it as a component to be able to access it | 18:44 |
| philiKON | stuff on the filesystem isn't available until you actually register it | 18:45 |
| philiKON | make a browser:page directive | 18:45 |
| afd__ | softdevr: look also at the zope.formlib configure.zcml for some pointers | 18:45 |
| softdevr | thanks guys, its only simple stuff but not comfortable with it yet | 18:46 |
| *** tarek_ has left #zope3-dev | 18:48 | |
| *** tarek has joined #zope3-dev | 18:49 | |
| *** Aiste has quit IRC | 18:50 | |
| *** projekt01 has quit IRC | 18:51 | |
| *** benji has quit IRC | 18:51 | |
| *** benji has joined #zope3-dev | 18:52 | |
| *** torkel_ has joined #zope3-dev | 18:53 | |
| *** stub has quit IRC | 18:59 | |
| *** mgedmin is now known as angrymg | 19:00 | |
| *** dobee has joined #zope3-dev | 19:05 | |
| *** jbb666_ has quit IRC | 19:09 | |
| *** benji has quit IRC | 19:11 | |
| nikhil_n | can any one help about zope testing? | 19:12 |
| philiKON | nikhil_n: what do you need to know? | 19:12 |
| nikhil_n | i am now trying to test zodbcode in python2.5 | 19:13 |
| philiKON | um, why? | 19:13 |
| nikhil_n | i found a module cPersitance missing | 19:13 |
| nikhil_n | for porting zope3 to python2.5 | 19:13 |
| philiKON | zodbcode isn't used anywhere in zope 3 i believe | 19:14 |
| philiKON | i don't think it's a top priority | 19:14 |
| nikhil_n | it is listed as the modules which needs to be changed | 19:14 |
| philiKON | hmm, you're right | 19:14 |
| philiKON | forget what i said :) | 19:14 |
| philiKON | i thought it wasn't used, but unfortunately it seems to be used quite a lot | 19:14 |
| philiKON | anyway | 19:14 |
| nikhil_n | what about cPersistance | 19:14 |
| philiKON | cPersistence | 19:15 |
| philiKON | well, seems like you didn't compile zope | 19:15 |
| philiKON | cPersistence.c is in the persistent package | 19:15 |
| nikhil_n | i did , ./configure and make | 19:15 |
| nikhil_n | but make returned error | 19:15 |
| philiKON | well, then it didn't compile everything | 19:16 |
| philiKON | looks like it didn't get to cPersistence.c | 19:16 |
| philiKON | or failed there | 19:16 |
| nikhil_n | still can i test independent packages using test.py? | 19:16 |
| nikhil_n | i tried it | 19:16 |
| philiKON | sure, if they don't depend on persistence | 19:16 |
| philiKON | but zodbcode obviously depends on the 'persistent' package | 19:17 |
| nikhil_n | it passed test for, interface and datetime | 19:17 |
| nikhil_n | ya | 19:17 |
| philiKON | yes, they don't depend on persistent | 19:18 |
| nikhil_n | how is cPersistance.c made a module? | 19:18 |
| philiKON | it's compiled to a .so | 19:18 |
| philiKON | i thought you knew the Python C api? | 19:18 |
| nikhil_n | but here there is certain changes | 19:19 |
| nikhil_n | int changes 2.5 | 19:19 |
| nikhil_n | should it change in code also | 19:20 |
| nikhil_n | zope code | 19:20 |
| philiKON | no idea, that's for you to find out :) | 19:20 |
| nikhil_n | ok | 19:21 |
| nikhil_n | does zope uses distutils much | 19:21 |
| angrymg | there's a push to eggify zope | 19:22 |
| angrymg | eggs depend on setuptools which is built on distutils | 19:22 |
| angrymg | also, zope has always used distutils to build C extension modules (such as cPersistence) | 19:23 |
| nikhil_n | ya | 19:23 |
| *** harobed has quit IRC | 19:25 | |
| nikhil_n | The datetime package is given in the projects web page as requiring changes | 19:25 |
| nikhil_n | but it passed the testing | 19:26 |
| nikhil_n | for python2.5 | 19:26 |
| philiKON | that's good | 19:26 |
| philiKON | don't take everything for granted :) | 19:26 |
| philiKON | in the end, *all* tests of zope should pass | 19:26 |
| philiKON | whether they were reported as breaking before or not | 19:27 |
| nikhil_n | ok | 19:27 |
| philiKON | nikhil_n: are you a zope committer yet? | 19:27 |
| nikhil_n | becomming | 19:28 |
| philiKON | good, be sure to become one so you can check that stuff in on a branch | 19:28 |
| nikhil_n | now getting more and more involved each day | 19:29 |
| philiKON | that's good. becoming a zope contributor only involves one signature :) | 19:29 |
| nikhil_n | :) | 19:29 |
| philiKON | the reason is that when you check in your stuff, it's easier for us to monitor and guide you | 19:29 |
| philiKON | we see the checkins on the mailinglist and we can reproduce what you see | 19:30 |
| *** jbb666 has joined #zope3-dev | 19:30 | |
| nikhil_n | ok | 19:30 |
| philiKON | so get on it :) | 19:31 |
| nikhil_n | ok ,thanks | 19:31 |
| *** nikhil_n has quit IRC | 19:36 | |
| *** torkel_ has quit IRC | 19:41 | |
| *** softdevr has quit IRC | 19:42 | |
| *** harobed_ has joined #zope3-dev | 19:44 | |
| *** philiKON has quit IRC | 19:47 | |
| *** meatballhat has joined #zope3-dev | 19:54 | |
| *** alga has quit IRC | 19:56 | |
| *** jukart has joined #zope3-dev | 20:00 | |
| *** rlo has joined #zope3-dev | 20:05 | |
| *** rlo has quit IRC | 20:08 | |
| *** mkerrin has quit IRC | 20:13 | |
| *** natea|zZz is now known as natea | 20:14 | |
| *** rlo has joined #zope3-dev | 20:15 | |
| *** redir has quit IRC | 20:16 | |
| *** alecm has joined #zope3-dev | 20:25 | |
| *** harobed_ has quit IRC | 20:27 | |
| *** dunny has joined #zope3-dev | 20:33 | |
| srichter | ahhhh, I accidently declined someone!!! | 20:34 |
| srichter | Where is undo on Launchpad? | 20:34 |
| *** meatballhat has quit IRC | 20:34 | |
| angrymg | in ++control++/zodbUndo.html? :) | 20:35 |
| angrymg | ah, right, launchpad doesn't use zodb | 20:35 |
| srichter | angrymg: why are you angry? | 20:39 |
| angrymg | because wifi here is acting up and dropping my ssh sessions every 60 seconds or so | 20:40 |
| angrymg | (and a hundred other small reasons, especially the headache) | 20:40 |
| srichter | oh, I see | 20:40 |
| srichter | angrymg: I really like the log converter you wrote :-) runs prefectly | 20:41 |
| angrymg | log converter? | 20:41 |
| angrymg | irclog2html? | 20:41 |
| srichter | for supybot ChannelLogger | 20:41 |
| srichter | yep | 20:41 |
| srichter | this one | 20:42 |
| angrymg | that's a port of Jeff Waugh's irclog2html perl script | 20:42 |
| angrymg | at least it started as one | 20:42 |
| angrymg | then I did a lot of refactoring | 20:42 |
| srichter | first I thought it would take me a while to setup, but it was very quick | 20:42 |
| *** meatballhat has joined #zope3-dev | 20:44 | |
| srichter | the output is really nice and applying it to the directory is great | 20:44 |
| *** bigkevmcd has joined #zope3-dev | 20:51 | |
| *** pbugni has quit IRC | 21:01 | |
| *** timte has joined #zope3-dev | 21:03 | |
| *** benji has joined #zope3-dev | 21:17 | |
| *** alga has joined #zope3-dev | 21:22 | |
| *** dobee has quit IRC | 21:30 | |
| *** jukart has quit IRC | 21:31 | |
| *** meatballhat_ has joined #zope3-dev | 21:40 | |
| *** pcardune has joined #zope3-dev | 21:41 | |
| *** redir has joined #zope3-dev | 21:41 | |
| *** pbugni has joined #zope3-dev | 21:44 | |
| *** rlo has quit IRC | 21:48 | |
| *** pbugni has quit IRC | 21:53 | |
| *** meatballhat has quit IRC | 21:56 | |
| *** meatballhat_ is now known as meatballhat | 22:06 | |
| *** jukart has joined #zope3-dev | 22:21 | |
| *** pcardune has quit IRC | 22:21 | |
| meatballhat | what's a good approach for debugging a ComponentLookupError? (I seem to be getting them a lot) | 22:24 |
| angrymg | thinking about it is the best way, I think | 22:26 |
| *** tarek has quit IRC | 22:26 | |
| angrymg | there are all those different cases (is it a local or a global component? where is it registered? what interfaces does my object implement?) | 22:27 |
| meatballhat | angrymg: har har.... I'm not looking for a freebie, I'm just wondering if there's a preferred method for thinking through the layers ... like the example you've just given | 22:27 |
| meatballhat | I'm having the most trouble (embarrassingly) with simple Form widgets | 22:28 |
| angrymg | ah, those are fun | 22:28 |
| angrymg | note that not all schema fields have widgets defined for them in zope | 22:29 |
| angrymg | Object fields, for example | 22:29 |
| angrymg | um, I think | 22:29 |
| angrymg | no, ignore me | 22:29 |
| meatballhat | the ComponentLookupError gets raised in zope.component.getMultiAdapter ... yeah, I'm having to do a Custom Widget | 22:29 |
| meatballhat | :D | 22:29 |
| meatballhat | I actually ended up just using a Choice field with a Vocabulary ... and all of my configuration and such seems to be okay, because the Traceback specifically references my SimpleVocabulary object :( | 22:31 |
| *** ktwilight has quit IRC | 22:35 | |
| *** ktwilight has joined #zope3-dev | 22:36 | |
| angrymg | is this in real life or in a unit test? | 22:43 |
| meatballhat | angrymg: real life ... er .... life in my dark little corner (does that count?) | 22:44 |
| angrymg | strange | 22:45 |
| angrymg | pastebin your schema? | 22:45 |
| meatballhat | will do ... although it's virtually identical to when you helped me the other day :D | 22:45 |
| meatballhat | http://python.pastecode.com/21383 | 22:46 |
| *** tarek has joined #zope3-dev | 22:46 | |
| angrymg | how did you register your vocabulary in zcml? | 22:48 |
| *** jodok has joined #zope3-dev | 22:48 | |
| meatballhat | angrymg: yeppers, and here's the utility for making my vocabulary: http://python.pastecode.com/21384 | 22:48 |
| angrymg | you use strange indentation | 22:50 |
| angrymg | I see nothing wrong in the code | 22:50 |
| angrymg | what's the exception? | 22:50 |
| *** avoine has quit IRC | 22:50 | |
| meatballhat | :D ... I'm learning from philiKON .... I hope I'm learning the right way :P .... the exception is a ComponentLookupError from getMultiAdapter ... I'll paste it | 22:51 |
| meatballhat | http://python.pastecode.com/21385 | 22:53 |
| *** Aiste has joined #zope3-dev | 22:53 | |
| meatballhat | http://python.pastecode.com/21386 | 22:54 |
| angrymg | looks like you're trying to use SourceRadioWidget with a vocabulary | 22:55 |
| angrymg | try a simple RadioWidget instead | 22:55 |
| angrymg | I haven't used sources much... | 22:56 |
| meatballhat | angrymg: sheesh.... I'm a dullard ..... :P I was using a Source before ... egad | 22:56 |
| * angrymg thought vocabularies were a subclass of sources | 22:56 | |
| meatballhat | I wanted to use a Source because of what I'd read about Vocabularies being deprecated ... but couldn't get the SourceRadioWidget to work :P ...... | 22:57 |
| angrymg | sources are more rad/kool/fashionable, but also, I think, more difficult to use | 22:59 |
| angrymg | I may be completely wrong, because I haven't used them much :) | 22:59 |
| meatballhat | heehee ... I'd like to figure them out eventually, especially because I'd like the list for Choice to be more admin-friendly ... figure out a simple TTW control :-/ | 23:00 |
| *** wrobel has quit IRC | 23:01 | |
| angrymg | good luck! | 23:01 |
| *** angrymg has quit IRC | 23:01 | |
| meatballhat | eep ..... someday .... | 23:02 |
| meatballhat | many thanks to Mr. Gedminas for his help | 23:04 |
| *** niemeyer has quit IRC | 23:07 | |
| *** pcardune has joined #zope3-dev | 23:10 | |
| *** ghendi has quit IRC | 23:15 | |
| *** ghendi has joined #zope3-dev | 23:15 | |
| *** tarek has quit IRC | 23:25 | |
| *** pbugni has joined #zope3-dev | 23:27 | |
| *** redir has quit IRC | 23:30 | |
| *** redir has joined #zope3-dev | 23:39 | |
| *** d2m_ has quit IRC | 23:49 | |
| *** Aiste has quit IRC | 23:50 | |
| *** hazmat is now known as haz-away | 23:53 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!