On Fri, Oct 31, 2003 at 03:08:34PM -0500, Jim Fulton wrote: | Sidnei da Silva wrote: | >On Fri, Oct 31, 2003 at 02:39:28PM -0500, Jim Fulton wrote: | >| I've checked the results of my work into the mro-advanture-branch (waa, | >| I wish I cud spell) branch. | >| | >| You might find it entertaining to check out Zope on this branch: | >| | >| cvs co -rmro-advanture-branch Zope | >| | >| (and build it) (Note, Python2.3 is required.) | >| | >| Install your favorite products (CMF makes a nice example) | >| and then use the functions in the included mrohell module to | >| find out if you have a problem: | >| | >| cd Zope | >| bin/zopectl debug | >| >>> import mrohell | >| >>> base = merohell.step1() | >| >>> mrohell.step2(base, mroonly=True) ERmm.... am I missing something? sidnei@moria:~/src/zope/2_7-mro$ find . -name "mrohell" sidnei@moria:~/src/zope/2_7-mro$ cat CVS/Tag Tmro-advanture-branch [sidnei@moria:~/src/instance/mro]$ ./bin/zopectl debug Starting debugger (the name "app" is bound to the top-level Zope object)
import mrohell Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named mrohell
-- Sidnei da Silva <sidnei@awkly.org> dreamcatching :: making your dreams come true http://awkly.org That does not compute.