Message10439

Author asalabaev
Recipients asalabaev, helix84, public.marvin, zyasoft
Date 2015-11-07.20:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446928560.93.0.223616098467.issue2392@psf.upfronthosting.co.za>
In-reply-to
Content
The code:
startservermatch = re.match('\[(.*)\]', startserverstring)


  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/re.py", line 137, in match
    return _compile(pattern, flags).match(string)
  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/re.py", line 239, in _compile
    p = sre_compile.compile(pattern, flags)
  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/re.py", line 239, in _compile
    p = sre_compile.compile(pattern, flags)
  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/sre_compile.py", line 516, in compile
    code = _code(p, flags)
  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/sre_compile.py", line 500, in _code
    _compile(code, p.data, flags)
  File "/opt/IBM/WebSphere/AppServer/profiles/AppSrv02/jython2.5.3/Lib/sre_compile.py", line 182, in _compile
    raise ValueError, ("unsupported operand type", op)
ValueError: ('unsupported operand type', 'subpattern')

On the other site I found http://grinder.sourceforge.net/faq.html#re-problems which suggests import re everywhere but it obviously does not help
History
Date User Action Args
2015-11-07 20:36:00asalabaevsetmessageid: <1446928560.93.0.223616098467.issue2392@psf.upfronthosting.co.za>
2015-11-07 20:36:00asalabaevsetrecipients: + asalabaev, zyasoft, public.marvin, helix84
2015-11-07 20:36:00asalabaevlinkissue2392 messages
2015-11-07 20:36:00asalabaevcreate