No module named panflute.daemon.manager

Asked by Christian Brassat

After I configure / make / make install panflute, I try to start panflute-daemon, but get

Traceback (most recent call last):
  File "/usr/bin/panflute-daemon", line 20, in <module>
    import panflute.daemon.manager
ImportError: No module named panflute.daemon.manager

Question information

Language:
English Edit question
Status:
Answered
For:
Panflute Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Paul Kuliniewicz (kuliniew) said :
#1

The most likely reason is that the modules weren't installed to a directory that isn't inside Python's module search path. You'll need to specify a different --prefix at configure time for where Panflute should be installed, or add the appropriate directory to Python's module search path.

Can you help with this problem?

Provide an answer of your own, or ask Christian Brassat for more information if necessary.

To post a message you must log in.