PyYAML not found

Asked by Sławomir Kur

I have problem with RedNotebook.
My system is Archlinux, I downloaded RedNotebook source version, and when i trying execyte "./run" command, I getting this message:

2013-11-27 14:06:21,461 DEBUG Debug message
2013-11-27 14:06:21,461 INFO Writing log to file "/home/endriu/.rednotebook/rednotebook.log"
2013-11-27 14:06:21,461 INFO System encoding: UTF-8
2013-11-27 14:06:21,461 INFO Language code: en_US
2013-11-27 14:06:21,474 INFO MathJax location: http://cdn.mathjax.org/mathjax/latest/MathJax.js
2013-11-27 14:06:21,475 ERROR PyYAML not found. Please install python-yaml or PyYAML

I have installed python-yaml

[endriu@gethiox-laptop rednotebook-1.7.3]$ pacman -Ss python-yaml
community/python-yaml 3.10-3 [installed]

What may be wrong? I need create symlinks?

Question information

Language:
English Edit question
Status:
Solved
For:
RedNotebook Edit question
Assignee:
No assignee Edit question
Solved by:
Jendrik Seipp
Solved:
Last query:
Last reply:
Revision history for this message
Best Jendrik Seipp (jendrikseipp) said :
#1

Probably you have installed pyyaml for python3, but you need it for
python2. You might also want to try the aur rednotebook version.

Revision history for this message
Sławomir Kur (gethiox) said :
#2

You are right, I found "python2-yaml" package in repository, that solve my problem,
Thanks!