[Grok-dev] ImportError: No module named schemaless

Sven Dehmlow sven at kaffeechaoten.de
Sun Nov 16 15:35:42 EST 2008


Hi,
I'm experiencing trouble while creating a new grok project. The error
message is attached below.

After googling a bit, I found a bug report for ubuntu
(https://bugs.launchpad.net/zc.buildout/+bug/133462). The last advice in
this report is to remove zope3 - however, I guess I need zope3 to run
grok ... ;)

Well, is there already a known fix for this issue?

Thanks in advance

Sven


error message:

sven at grisu:~/grok$ grokproject Sample
Enter user (Name of an initial administrator user): grok
Enter passwd (Password for the initial administrator user):
Downloading info about versions...
Downloading zc.buildout...
Invoking zc.buildout...
Develop: '/home/sven/grok/Sample/.'
Updating eggbasket.
While:
  Installing.
  Getting section app.
  Initializing section app.
  Loading zc.buildout recipe entry zc.zope3recipes>=0.5.3:application.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File
"/tmp/tmpou7FmY/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py",
line 1477, in main
  File
"/tmp/tmpou7FmY/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py",
line 346, in install
  File
"/tmp/tmpou7FmY/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py",
line 857, in __getitem__
  File
"/tmp/tmpou7FmY/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py",
line 938, in _initialize
  File
"/tmp/tmpou7FmY/zc.buildout-1.1.1-py2.4.egg/zc/buildout/buildout.py",
line 901, in _install_and_load
  File
"/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py",
line 277, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File
"/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py",
line 2180, in load_entry_point
    return ep.load()
  File
"/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py",
line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File
"/home/sven/.buildout/eggs/zc.zope3recipes-0.7.0-py2.4.egg/zc/zope3recipes/recipes.py",
line 21, in ?
    import ZConfig.schemaless




More information about the Grok-dev mailing list