Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COI have installed funnelweb on a 3rd machine, and having trouble with the message that it can't import OrderedDict. I have done like suggested here (which worked for me earlier on 2 other machines), but on this 3rd machine, it still complains. Is there another approach than listed above? Also, I haven't got the newest version of Plone on this machine (But it is still version. 4.x). Can this affect the installation of ordereddict? I rather not upgrade plone if that is not the case, cause of add-ons incompabilities.
      singulars
    2. COEarlier versions of Plone do not support Python 2.7 (officially, it'll probably run), so you are probably running with Python 2.6 or earlier. You need to install the `ordereddict` package then, into the right Python installation. If `import ordereddict` fails in your python prompt (and make sure you are 100% certain that you have the *right* python, the one that runs your Plone server) then you didn't install it in the right location.
      singulars
    3. COActually, here is some of the stacktrace: from collections import OrderedDict zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/usr/local/Plone/buildout-cache/eggs/mr.migrator-1.0.1-py2.6.egg/mr/migrator/autoinclude.zcml", line 10.4-10.85 ZopeXMLConfigurationError: File "/usr/local/Plone/buildout-cache/eggs/transmogrify.ploneremote-1.3-py2.6.egg/transmogrify/ploneremote/configure.zcml", line 24.4-25.67 ImportError: cannot import name OrderedDict
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload