Comment 0 for bug 647671

Revision history for this message
zbito (zbito) wrote :

Latest trunk epidermis fails to start with syntax error as follows:

`--> ./epidermis.py
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Epidermis 0.5.2, Copyright (C) 2008-2009 David D Lowe
Epidermis comes with ABSOLUTELY NO WARRANTY; for details click on the About button, License
This is free software, and you are welcome to redistribute it
under certain conditions; for details click on the About button, License
Traceback (most recent call last):
  File "./epidermis.py", line 1884, in <module>
    main()
  File "./epidermis.py", line 1881, in main
    start(sys.argv)
  File "./epidermis.py", line 1847, in start
    app = EpidermisApp()
  File "./epidermis.py", line 263, in __init__
    pdir = managepigments.get_pigment_type(pt)().directoryName
  File "/usr/lib/python2.6/site-packages/epidermis/managepigments.py", line 173, in get_pigment_type
    module = __import__("pigments." + pigmentTypeString.lower(), fromlist=["pigments"])
  File "/usr/lib/python2.6/site-packages/epidermis/pigments/icons.py", line 131
    def does_activation_require_root(self):l as root
                                              ^
SyntaxError: invalid syntax