On Dec 13, 11:08 pm, "Suren" <[EMAIL PROTECTED]> wrote:
I have tried all that is described here and I am running into a weird
issue. I have myghty installed on my system and I am not sure why that
is getting invoked. Here is the error I get when I try to start python
start-tgsample-genshi.py.
No handlers could be found for logger "toscawidgets.view"
Traceback (most recent call last):
File "start-tgsample_genshi.py", line 30, in ?
from tgsample_genshi.controllers import Root
File
"c:\python24\lib\site-packages\myghty-1.1-py2.4.egg\myghty\importer.py",
line 54, in import_module
return builtin_importer(name, globals, locals, fromlist)
File "c:\Documents and
Settings\slingareddy\workspace\genshiproj\trunk\example
s\tgsample-genshi\tgsample_genshi\controllers.py", line 4, in ?
from tw_samples import AddUserForm
File
"c:\python24\lib\site-packages\myghty-1.1-py2.4.egg\myghty\importer.py",
line 54, in import_module
return builtin_importer(name, globals, locals, fromlist)
ImportError: No module named tw_samples
Gee, I've missed this message and just reading it now... sorry.
tw_samples is in a separate egg I made to factor out the samples to use
in different framework apps. You can install them by:
easy_install -f http://toscawidgets.org/download TWSampleWidgets
Alberto
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---