Hello,
I'm trying to install mediacore for last 3 hours and can't quite make it...
Python 2.5.x or newer is needed for installation so I thought 2.6 would be ok.
All steps were ok, but when it comes to Populate the Database in step 5 with
"paster setup-app development.ini"
I will get following error:
(mediacore_env)root /var/mediacore_env/MediaCore-0.9.0 # paster setup-app development.ini
Traceback (most recent call last):
File "/usr/bin/paster", line 17, in <module>
from paste.script import command
ImportError: No module named paste.script
I have done all the commands before, but in media core env it miss paste.script
when I'm out of that env. it works fine:
root /var/mediacore_env # python -c 'from paste.script import command'
root /var/mediacore_env #
Any idea what to do with this ?