by Lerp » Thu May 31, 2012 8:47 am
Hello. I have a question.
I'm running a branch of Sickbeard. It needs python and cheetah.
What I did in the past was, install python and cheetah from ipkg. But i was having some kernel panics, so I'm trying to figure out if those python were corrupting something.
As of right now, I uninstalled every python and cheetah using ipkg remove. (Yes, I had installed like 2-3 different python at the same time, this might be the problem with those kernel panics)
I want to install the one provided from SynoCommunity source. Python 2.7.3-1, but I think I will still need to install cheetah from ipkg.
When I install Python from your repo, and run python -V in the console, it says not found. Meaning is not installed properly? Or I'm missing something.
I ask this, because I need the path to the python installation to add it to the autostart Script for the branch of Sickbeard.
Script starts with this:
#!/bin/sh
COMMAND="/opt/bin/python /volume1/@appstore/sickbeard/SickBeard.py"
- Could you point me out where is python installed to use the correct path.
- And if I still need to install cheetah from ipkg.
- Also, might be possible that multiple python installation (I had python, python25, python26, cheetah, cheetah25, I know, a mess, but I'm really new to this) were causing the kernel panics? I'm currently testing that with no python installed from ipkg.
Thanks in advance.