Comment 0 for bug 350920

Revision history for this message
Crushyerbones (crushyerbones) wrote : Rawdog isn't runnable (syntax error and more)

Binary package hint: rawdog

~$ rawdog
Traceback (most recent call last):
  File "/usr/bin/rawdog", line 20, in <module>
    from rawdoglib.rawdog import main
  File "/var/lib/python-support/python2.6/rawdoglib/rawdog.py", line 590
    as = a.split("=", 1)
     ^
SyntaxError: invalid syntax

Self explanatory really. If you replace all "as" to "bar" in "rawdog.py", it fixes ONE of many problems, including not opening again due to not having a .rawdog folder at home, and again if you don't have a config file (which you won't).