Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named resources #74

Open
IolaneAndrade opened this issue Nov 13, 2018 · 0 comments
Open

ImportError: No module named resources #74

IolaneAndrade opened this issue Nov 13, 2018 · 0 comments

Comments

@IolaneAndrade
Copy link

IolaneAndrade commented Nov 13, 2018

Plone 4.3.6
collective.documentviewer: 5.0.0

Hello, I'm trying to use the latest version of the product, however this error is displayed when I try to start the Plone instance

 ZopeXMLConfigurationError: File "/home/caroline/Plone/buildout-cache/eggs/collective.documentviewer-5.0.0-py2.7.egg/collective/documentviewer/configure.zcml", line 66.2-66.32
    ZopeXMLConfigurationError: File "/home/caroline/Plone/buildout-cache/eggs/collective.documentviewer-5.0.0-py2.7.egg/collective/documentviewer/browser/configure.zcml", line 11.2-17.34
    ImportError: No module named resources

Before that I tried to use version collective.documentviewer 4.1.0 and started the instance correctly, however, when trying to convert the file a conversion error was displayed.

Traceback (most recent call last):
  File "/home/caroline/Plone/buildout-cache/eggs/collective.documentviewer-4.1.0-py2.7.egg/collective/documentviewer/convert.py", line 595, in __call__
    pages = self.run_conversion()
  File "/home/caroline/Plone/buildout-cache/eggs/collective.documentviewer-4.1.0-py2.7.egg/collective/documentviewer/convert.py", line 426, in run_conversion
    return docsplit.convert(self.storage_dir, **args)
AttributeError: 'NoneType' object has no attribute 'convert'

P.S. The file I tried to convert was a .PDF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant