[PyQt] eric 4.0.1 installation problem

Detlev Offenbach detlev at die-offenbachs.de
Sat Jul 21 16:33:19 BST 2007


On Samstag, 21. Juli 2007, Gudjon I. Gudjonsson wrote:
> Hi
>    I downloaded eric4.0.1 and tried to install it with the following
> command: python install.py -i hmm -x -c -f eric/eric4config.linux
> and then I get the following answer:
> The configuration dictionary in 'eric/eric4config.linux' is incorrect.
> Aborting
>

Actually, the configuration file is broken. Attached please find the corrected 
version.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de
-------------- next part --------------
cfg = {
    'ericDir'              : "/usr/lib/python/site-packages/eric4",
    'ericPixDir'           : "/usr/share/eric4/pixmaps",
    'ericIconDir'          : "/usr/share/eric4/icons",
    'ericDTDDir'           : "/usr/share/eric4/DTDs",
    'ericCSSDir'           : "/usr/share/eric4/CSSs",
    'ericStylesDir'        : "/usr/share/eric4/Styles",
    'ericDocDir'           : "/usr/share/doc/eric4",
    'ericExamplesDir'      : "/usr/share/doc/eric4/Examples",
    'ericTranslationsDir'  : "/usr/share/qt/translations",
    'ericWizardsDir'       : "/usr/lib/python/site-packages/eric4/Wizards",
    'ericTemplatesDir'     : "/usr/share/eric4/DesignerTemplates",
    'ericCodeTemplatesDir' : "/usr/share/eric4/CodeTemplates",
    'ericOthersDir'        : "/usr/share/eric4",
    'bindir'               : "/usr/bin",
    'mdir'                 : "/usr/lib/python/site-packages",
}


More information about the PyQt mailing list