Ticket #293 (closed help: worksforme)
- Remember to check that the log messages do not contain personal information.
- Tickets containing names or links to copyrighted material will be deleted. Clean them out!
- For more permissions: register or login with flexget / anon
- Format your config and logs with {{{ ... }}} wiki formatting
Can't find PyYAML
| Reported by: | cwernli@… | Owned by: | paranoidi |
|---|---|---|---|
| Priority: | major | Milestone: | Help |
| Component: | Version: | 0.9.4 | |
| Keywords: | Cc: |
Description
As per the instructions I've installed PyYAML via Macports, and also ran the following commands (suggested by the macports-installation):
westgate:~ cwernli$ sudo port install py25-yaml
westgate:~ cwernli$ sudo port install python_select
without encountering any errors.
Yet when I run flexget the following happens:
westgate:flexget cwernli$ ./flexget.py --test
Please install PyYAML from http://pyyaml.org/wiki/PyYAML or from your distro repository
although PyYAML is already installed, as macports will happily tell me if I run it again:
westgate:flexget cwernli$ sudo port install py25-yaml
Skipping org.macports.activate (py25-yaml ) since this port is already active
---> Cleaning py25-yaml
Some additional info:
westgate:flexget cwernli$ python --version
Python 2.5.4
westgate:flexget cwernli$ uname -a
Darwin westgate.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
westgate:flexget cwernli$ env
MANPATH=/opt/local/share/man:/usr/share/man:/usr/local/share/man:/usr/X11/man[[BR]]
SHELL=/bin/bash
USER=cwernli
COMMAND_MODE=unix2003
PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin[[BR]]
PWD=/Users/cwernli/flexget
LANG=it_IT.UTF-8
SHLVL=1
HOME=/Users/cwernli
LOGNAME=cwernli
Any ideas/pointers on what is wrong?
Thanks a lot.
