(sorry to be the bad news bearer) Just tried 3.3.5, couldn't access the preferences. Looks like line 149 in drPrefsDialog.py should be split in two...
regards, Jean ===== Traceback (most recent call last): File "/usr/share/drpython/drpython.py", line 2157, in OnPrefs from drPrefsDialog import drPrefsDialog File "/usr/share/drpython/drPrefsDialog.py", line 149 self.theSizer.Add(wx.StaticText(self, -1, "Long Line Indicator Column:"),1,wx.SHAPED) self.theSizer.Add(self.txtdoclonglinecol,1,wx.SHAPED) ^ SyntaxError: invalid syntax
Log in to post a comment.
(sorry to be the bad news bearer)
Just tried 3.3.5, couldn't access the preferences. Looks like line 149 in drPrefsDialog.py should be split in two...
regards,
Jean
=====
Traceback (most recent call last):
File "/usr/share/drpython/drpython.py", line 2157, in OnPrefs
from drPrefsDialog import drPrefsDialog
File "/usr/share/drpython/drPrefsDialog.py", line 149
self.theSizer.Add(wx.StaticText(self, -1, "Long Line Indicator Column:"),1,wx.SHAPED) self.theSizer.Add(self.txtdoclonglinecol,1,wx.SHAPED)
^
SyntaxError: invalid syntax