Bug 33020 - eLearning XHTML editor
Summary: eLearning XHTML editor
Status: NEW
Alias: None
Product: Branch p8
Classification: Distributions
Component: python-module-exe (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: qa-p8@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-20 18:27 MSK by Сергей
Modified: 2017-01-20 18:27 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Сергей 2017-01-20 18:27:19 MSK
Всё пытаюсь установить эту программу, но не получается. Выдаёт вот такое:
[ssviktory@basealt ~]$ exe
Traceback (most recent call last):
  File "/usr/bin/exe", line 31, in <module>
    from exe.application import Application
  File "/usr/lib/python2.7/site-packages/exe/application.py", line 37, in <module>
    from exe.webui.webserver     import WebServer
  File "/usr/lib/python2.7/site-packages/exe/webui/webserver.py", line 45, in <module>
    from exe.webui.packageredirectpage import PackageRedirectPage
  File "/usr/lib/python2.7/site-packages/exe/webui/packageredirectpage.py", line 26, in <module>
    from exe.webui.renderable     import RenderableResource
  File "/usr/lib/python2.7/site-packages/exe/webui/renderable.py", line 34, in <module>
    from nevow.livepage import LivePage
ImportError: No module named livepage