Tue 06 Sep 2005 07:48:14 AM UTC, original submission:
When installing FLEv1.5 on a machine running Python 2.5.1, the rotor module doesn't exist, resulting in a Product initialisation
error as follows:
2005-09-06T16:00:11 ERROR(200) Zope Couldn't install FLE
Traceback (most recent call last):
File "/usr/local/www/Zope/lib/python/OFS/Application.py", line 723, in install_product
global_dict, global_dict, silly)
File "/home/zope/Products/FLE/__init__.py", line 3, in ?
import FLE
File "/home/zope/Products/FLE/FLE.py", line 46, in ?
from ThinkingTypeSetManager import ThinkingTypeSetManager as TTSM
File "/home/zope/Products/FLE/ThinkingTypeSetManager.py", line 30, in ?
from CourseManager import IDManager
File "/home/zope/Products/FLE/CourseManager.py", line 33, in ?
from Course import Course
File "/home/zope/Products/FLE/Course.py", line 49, in ?
from COREBlog.COREBlog import manage_addCOREBlog
File "/home/zope/Products/FLE/COREBlog/__init__.py", line 22, in ?
import COREBlog
File "/home/zope/Products/FLE/COREBlog/COREBlog.py", line 37, in ?
from rotor import newrotor
ImportError: No module named rotor
For some background history, all crypto has been removed from the core python libraries to avoid legal problems.
|