Message99072
Hi, thanks for the update!
Just for the unlikely case, it hasn't been noticed sofar, using python 2.6.4 or 2.5.4 with the regexp build issue2636-20100204.zip
I am getting the following easy-to-fix error:
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import regex
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python26\lib\regex.py", line 2003
print "Header file written at %s\n" % os.path.abspath(header_file.name))
^
SyntaxError: invalid syntax
After removing the extra closing paren in regex.py, line 2003, everything seems ok.
vbr |
|
Date |
User |
Action |
Args |
2010-02-08 23:46:02 | vbr | set | recipients:
+ vbr, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, r.david.murray |
2010-02-08 23:46:01 | vbr | set | messageid: <1265672761.49.0.985130696061.issue2636@psf.upfronthosting.co.za> |
2010-02-08 23:45:59 | vbr | link | issue2636 messages |
2010-02-08 23:45:58 | vbr | create | |
|