Gentlemen,
I tried running media proxy using the scripts given in
the getting started document (putting the scripts into /etc/init.d/ as >shown in the
document).
However, when I try to run it, I get the following
error -
[root@itrhost2 init.d]# ./mediaproxy start
Starting SER MediaProxy server: mediaproxyTraceback (most recent call last):
File "/usr/local/mediaproxy/mediaproxy.py", line 21, in ?
from optparse import OptionParser
ImportError: No module named optparse
Traceback (most recent call last):
File "/usr/local/mediaproxy/proxydispatcher.py", line 35, in ?
from optparse import OptionParser
ImportError: No module named optparse
Any ideas what's wrong here ?
Have you checked Python yet. Which version of Python do you use?
Run 'python' from command line and type 'import optparse' to see what
happens.
If there is an error, you do not have the Python module 'optparse'. Upgrade to a
newer
version of Python or install the module by hand.
Regards,
Reinhold