In Step 2 Install Mediacore
I downloaded Mediacore and put in place.
cd Mediacore-0.9.0
and run
python2.5 setup.py develop
I get the following.
Installed /opt/MediaCore-0.9.0
Processing dependencies for MediaCore==0.9.0
Searching for simplejson
Reading http://mediacore.com/files/dependencies/
Best match: simplejson 2.1.3
Downloading http://mediacore.com/files/dependencies/simplejson-2.1.3.tar.gz
Processing simplejson-2.1.3.tar.gz
Running simplejson-2.1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-Qrq3Tc/simplejson-2.1.3/egg-dist-tmp-eXbVb9
simplejson/_speedups.c: In function ‘encoder_listencode_dict’:
simplejson/_speedups.c:2279: warning: implicit declaration of function ‘Py_SIZE’
No eggs found in /tmp/easy_install-Qrq3Tc/simplejson-2.1.3/egg-dist-tmp-eXbVb9 (setup script problem?)
error: Could not find required distribution simplejson
I tried easy_install simplejson
and get
Searching for simplejson
Reading http://mediacore.com/files/dependencies/
Best match: simplejson 2.1.3
Downloading http://mediacore.com/files/dependencies/simplejson-2.1.3.tar.gz
Processing simplejson-2.1.3.tar.gz
Running simplejson-2.1.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JgM7d7/simplejson-2.1.3/egg-dist-tmp-FxM1n2
simplejson/_speedups.c: In function ‘encoder_listencode_dict’:
simplejson/_speedups.c:2279: warning: implicit declaration of function ‘Py_SIZE’
No eggs found in /tmp/easy_install-JgM7d7/simplejson-2.1.3/egg-dist-tmp-FxM1n2 (setup script problem?)
Can't figure out what's wrong.
Pat.