VideoCache
Videocache is no longer in development.

Error when installing videocache with python setup.py install

by Anonymous on 26 Mar 2009
CACHE-SERVER:/tmp/temp/videocache-1.8 # python setup.py install
Traceback (most recent call last):
  File "setup.py", line 23, in <module>
    from videocache.config import readMainConfig, readStartupConfig
  File "/tmp/temp/videocache-1.8/videocache/config.py", line 30, in <module>
    from iniparse.compat import NoSectionError, NoOptionError, ConfigParser
ImportError: No module named iniparse.compat

CACHE-SERVER:/tmp/temp/videocache-1.8 #

1 Answers

by Kulbir Saini on 26 Mar 2009

Anon,

Did you follow the requirements part. Iniparse is listed as a requirement. Install iniparse from here.

Thank You!