You are not logged in.

#1 2008-11-08 18:16:24

cu3edweb
Member
From: USA
Registered: 2007-10-07
Posts: 291

Scribes and python2.6

I am assuming that this is a problem with the scribes code. I upgraded to python 2.6 and haven't had any problems except with the dev version of scribes. My templates don't work anymore. here is the error that I am getting:

Traceback (most recent call last):
  File "/usr/share/scribes/plugins/Templates/TemplateInserter.py", line 142, in __expand_trigger_cb
    self.__place_template_in_buffer()
  File "/usr/share/scribes/plugins/Templates/TemplateInserter.py", line 45, in __place_template_in_buffer
    self.__expand_special_placeholders(template, start, end)
  File "/usr/share/scribes/plugins/Templates/TemplateInserter.py", line 51, in __expand_special_placeholders
    placeholders = get_special_placeholders(template)
  File "/usr/share/scribes/plugins/Templates/utils.py", line 129, in get_special_placeholders
    placeholders = findall(placeholder_pattern, string, UNICODE)
  File "/usr/lib/python2.6/re.py", line 175, in findall
    return _compile(pattern, flags).findall(string)
  File "/usr/lib/python2.6/re.py", line 236, in _compile
    raise ValueError('Cannot process flags argument with a compiled pattern')
ValueError: Cannot process flags argument with a compiled pattern

I notifed the dev for scribes and he said he would look into it, but is there anything I can do decides wait?

Thanks

Offline

Board footer

Powered by FluxBB