Package imagizer :: Module setup
[hide private]
[frames] | no frames]

Module setup

source code

The setup.py script allows to install Imagizer regardless to the operating system

Variables [hide private]
  installdir = os.path.join(distutils.sysconfig.get_python_lib()...
  ConfFile = ["/etc/imagizer.conf", os.path.join(os.getenv("HOME...
  scripts = ['selector', "generator", "NommeVideo.py", "ConvertI...
  execexiftran = os.path.join(os.getcwd(), "bin", "exiftran")
  configured = False
  config = config.Config()
  LANG = os.getenv("LANG")
Variables Details [hide private]

installdir

Value:
os.path.join(distutils.sysconfig.get_python_lib(), "imagizer")

ConfFile

Value:
["/etc/imagizer.conf", os.path.join(os.getenv("HOME"), ".imagizer")]

scripts

Value:
['selector', "generator", "NommeVideo.py", "ConvertIndex.descLatin1ToU\
TF8.py"]