Hi,

I'm experimenting with creating a command plugin using the
documentation here;
http://docs.turbogears.org/1.0/CommandPlugins

But for some reason it's just not working for me. I get as far as
python setup.py develop
Which seems to install the plugin fine, there's a testcommand.egg-link
in my site-packages directory and an appropriate entry in the easy-
install.pth pointing to the directory where testcommand folder is, but
running tg-admin throws;

ImportError: No module named testcommand.testcommand

For reference the easy-install.pth has this entry in it;
/home/shared/Projects/framework_comparisons/python/turbogears/
testcommand

Which is the correct directory for the project, which has the files
/home/shared/Projects/framework_comparisons/python/turbogears/
testcommand/setup.py
/home/shared/Projects/framework_comparisons/python/turbogears/
testcommand/testcommand/testcommand.py


--~--~---------~--~----~------------~-------~--~----~
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