Hello there,

I'm trying to run Turbogears and Tiny ERP,
i follow steps in INSTALLs files and i get this error.
Seems to be from TG that can't load the kid template.

I'm not a TG adv. user. What i doing wrong?
Thanks in advance.

------------------------------------------------------------
./start-tinyerp.py

Traceback (most recent call last):
  File "./start-tinyerp.py", line 5, in <module>
    from turbogears import update_config, start_server
  File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/
turbogears/__init__.py", line 8, in <module>
    from turbogears import controllers, view, database, validators,
command, \
  File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/
turbogears/widgets/__init__.py", line 1, in <module>
    from turbogears.widgets.base import *
  File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/
turbogears/widgets/base.py", line 507, in <module>
    class CSSLink(Link):
  File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/
turbogears/widgets/meta.py", line 76, in __init__
    cls.template) = load_kid_template(cls.template, modname)
  File "/usr/lib/python2.5/site-packages/TurboGears-1.0.1-py2.5.egg/
turbogears/widgets/meta.py", line 194, in load_kid_template
    return (kid.load_template(t, name=modname).Template, t)
  File "/usr/lib/python2.5/site-packages/kid-0.9.5-py2.5.egg/kid/
__init__.py", line 158, in load_template
    store=cache, ns=ns, exec_module=exec_module)
  File "/usr/lib/python2.5/site-packages/kid-0.9.5-py2.5.egg/kid/
importer.py", line 144, in _create_module
    raise_template_error(module=name, filename=filename)
  File "/usr/lib/python2.5/site-packages/kid-0.9.5-py2.5.egg/kid/
codewriter.py", line 94, in raise_template_error
    encoding = mod.encoding
AttributeError: 'module' object has no attribute 'encoding'


Fabien Pinckaers wrote:
> Hello,
>
> We'd like to announce our initial release of the Tiny ERP web client.
>
> It's a complete open source enterprise management software (project mgt,
> accounting, sales, manufacturing, stock, ...). We had to develop some
> new widgets and we will try to released them as standalone soon, eg: a
> multi-column/root/selection tree.
>
> We used turbogears/kid/mochikit. For the model, we did not used SO nor
> SA but the Tiny ERP server connected in XML-RPC or NETRPC to TG.
>
> Tiny ERP can be used with the GTK client too, so that you can develop a
> GTK and Turbogears application with same code. Example:
> * Online demo for TG: http://www.tinyerp.com/demonstration.html
> * The same in GTK: http://www.tinyerp.com/demo-animations.html
>
> Download on TinyERP.com (development version):
> * http://www.tinyerp.com/component/option,com_joomlaxplorer/Itemid,132/
>
> We are now planning to develop:
> * Calendar widget like the one you can find in Oprius
> * Editable lists
>
> Thanks,
>
> --
> Fabien


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to