On May 22, 2008, at 4:30 AM, JAVIER VELASQUEZ GOMEZ wrote:

I'm just starting to work with stormcontainer (in fact I'm really new to zope and grok), then I followed a short tutorial published in http://grok.zope.org/documentation/how-to/grok-orm-with-storm . I was stuck to all the directions (I just used "Sinadlab" instead of "contacts") and when I tried to start zope it crashed with the following error stack:

...

    from stormcontainer import StormContainer
zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/ heavylu/Documents/personal_work/sinadlab/Sinadlab/parts/app/ site.zcml", line 4.0-4.30 ZopeXMLConfigurationError: File "/home/heavylu/Documents/ personal_work/sinadlab/Sinadlab/src/sinadlab/configure.zcml", line 5.2-5.27
    ImportError: No module named stormcontainer


"/home/heavylu/Documents/personal_work/sinadlab" is my grok sandbox, then "Sinadlab" is my zopeproject... I tried installing the new version (http://pypi.python.org/pypi/nva.stormcontainer/0.2 ):


~$ sudo easy_install nva.stormcontainer-0.2-py2.4.egg

In your setup.py you should add nva.stormcontainer to install_requires. After
that you'll have to rerun buildout as I suspect you're using it.

And then you will have to modify "from stormcontainer import StormContainer"
to "from nva.stormcontainer import StormContainer".

/Tim
-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to