Hi,
I’m having trouble adding an External Method in the
ZMI that will call the Install.py file I’ve written to install a new
Archetype.
I’ve
followed the code in this article:
http://www.zopemag.com/Issue006/Section_Articles/article_IntroToArchteypes.html
When
I get to the point of adding this external method:
id: install_article
module: MyArticle.Install
function: install
I get this error: “The specified module, MyArticle.Install, couldn't be found.” Being new to Zope I’m probably missing something obvious! Anyone have any ideas? Thanks Rich