Waldemar Osuch schrieb:
[ snip ]
> Even if you did manage to assemble/compile all required pieces there is
> still no cigar at the end.
> I have managed to gather all eggs but despite that RuleDispatch fails
> with an ugly traceback. Try to debug that :-):
I asked the author ;), he suggested to change:
in dispatch.ast_builder.py line #63
test = or_test = curry(com_binary, 'Or')
instead of:
test = curry(com_binary, 'Or')
as a workaround.
But it seems there are more serious issues with Pyrex and new-style
exceptions (default in 2.5), so RuleDispatch for 2.5 will not fly.
if you hack around (or ignore) those problems, your next roadblock is:
Traceback (most recent call last):
File "C:\programme\python25\lib\runpy.py", line 95, in run_module
filename, loader, alter_sys)
File "C:\programme\python25\lib\runpy.py", line 52, in
_run_module_code
mod_name, mod_fname, mod_loader)
File "C:\programme\python25\lib\runpy.py", line 32, in _run_code
exec code in run_globals
File
"C:\programme\python25\lib\site-packages\turbogears-0.9a9dev-py2.5.egg\tu
rbogears\__init__.py", line 5, in <module>
from turbogears import config
File
"c:\programme\python25\lib\site-packages\TurboGears-0.9a9dev-py2.5.egg\tu
rbogears\__init__.py", line 8, in <module>
from turbogears import controllers, view, database, validators,
command, \
File
"c:\programme\python25\lib\site-packages\TurboGears-0.9a9dev-py2.5.egg\tu
rbogears\widgets\__init__.py", line 1, in <module>
from turbogears.widgets.base import *
File
"C:\programme\python25\lib\site-packages\turbogears-0.9a9dev-py2.5.egg\tu
rbogears\widgets\base.py", line 490, in <module>
class CSSLink(Link):
File
"c:\programme\python25\lib\site-packages\TurboGears-0.9a9dev-py2.5.egg\tu
rbogears\widgets\meta.py", line 76, in __init__
cls.template) = load_kid_template(cls.template, modname)
File
"c:\programme\python25\lib\site-packages\TurboGears-0.9a9dev-py2.5.egg\tu
rbogears\widgets\meta.py", line 194, in load_kid_template
return (kid.load_template(t, name=modname).Template, t)
File
"c:\programme\python25\lib\site-packages\kid-0.9.3-py2.5.egg\kid\__init__
.py", line 125, in load_template
mod = importer._create_module(code, name, filename, store=cache,
ns=ns)
File
"C:\programme\python25\lib\site-packages\kid-0.9.3-py2.5.egg\kid\importer
.py", line 60, in _create_module
exec code in mod.__dict__
File "<string>", line 1, in <module>
SystemError: Parent module 'turbogears.widgets.base.CSSLink' not loaded
have fun ;)
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---