After transfer zope2 app from ubuntu12 to centos7, i get some errors that indicate that the classes are not loaded. How to check if all required libs of python are imported? How to fix these errors:
WARNING OFS.Uninstalled Could not import class 'Photos' from module 'Products.Ezonus.projektai2.ezonus2.control.system.Photos'
------
WARNING OFS.Uninstalled Could not import class 'FailuArchyvas' from module 'Products.Ezonus.projektai2.ezonus2.control.system.FailuArchyvas'
You are getting some kind of exception when these Python modules are being imported. To debug, you can find
ClassFactory.pywhich is part of Zope2 and modify it directly to display the exact error message:Where, for me, the exact file path was
eggs/Zope2-2.13.22-py2.7.egg/Zope2/App/ClassFactory.py.Most likely, you are missing some Ubuntu packages which need to be installed.