search for: _compile

Displaying 10 results from an estimated 10 matches for "_compile".

Did you mean: compile
2015 Aug 22
2
Russian wiki
..._init__ > self.initRegex() > File "/usr/lib/python2.6/site-packages/MoinMoin/wikidicts.py", line 57, in > initRegex > cls.regex = re.compile(cls.regex, re.MULTILINE | re.UNICODE) > File "/usr/lib64/python2.6/re.py", line 190, in compile > return _compile(pattern, flags) > File "/usr/lib64/python2.6/re.py", line 238, in _compile > raise ValueError('Cannot process flags argument with a compiled > pattern') > ValueError: Cannot process flags argument with a compiled pattern > > Additionally cgitb raised this e...
2015 Aug 22
2
Russian wiki
I am not sure, but ru section fails to load now. Last changes was translating SIG section. Please, help to fix this issue. 2015-08-22 21:24 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > Thanks. Now I can do it by myself. > > 2015-08-22 19:43 GMT+06:00 Alan Bartlett <ajb at elrepo.org>: > >> On 22 August 2015 at 14:37, Akemi Yagi <amyagi at gmail.com>
2015 Aug 22
0
Russian wiki
...x() > > File "/usr/lib/python2.6/site-packages/MoinMoin/wikidicts.py", line > 57, in > > initRegex > > cls.regex = re.compile(cls.regex, re.MULTILINE | re.UNICODE) > > File "/usr/lib64/python2.6/re.py", line 190, in compile > > return _compile(pattern, flags) > > File "/usr/lib64/python2.6/re.py", line 238, in _compile > > raise ValueError('Cannot process flags argument with a compiled > > pattern') > > ValueError: Cannot process flags argument with a compiled pattern > > > > Ad...
2015 Aug 22
0
Russian wiki
...idicts.py", line 48, in __init__ self.initRegex() File "/usr/lib/python2.6/site-packages/MoinMoin/wikidicts.py", line 57, in initRegex cls.regex = re.compile(cls.regex, re.MULTILINE | re.UNICODE) File "/usr/lib64/python2.6/re.py", line 190, in compile return _compile(pattern, flags) File "/usr/lib64/python2.6/re.py", line 238, in _compile raise ValueError('Cannot process flags argument with a compiled pattern') ValueError: Cannot process flags argument with a compiled pattern Additionally cgitb raised this exception: Traceback (most rec...
2015 Aug 23
2
Russian wiki
..."/usr/lib/python2.6/site-packages/MoinMoin/wikidicts.py", line >> 57, in >> > initRegex >> > cls.regex = re.compile(cls.regex, re.MULTILINE | re.UNICODE) >> > File "/usr/lib64/python2.6/re.py", line 190, in compile >> > return _compile(pattern, flags) >> > File "/usr/lib64/python2.6/re.py", line 238, in _compile >> > raise ValueError('Cannot process flags argument with a compiled >> > pattern') >> > ValueError: Cannot process flags argument with a compiled pattern >&g...
2006 Aug 10
3
Bug: xend-relocation-hosts-allow in xend-config.sxp
.../dist/install/usr/lib64/python/xen/xend/server/SrvD aemon.py", line 290, in run File "/root/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/server/relo cate.py", line 129, in listenRelocation File "/usr/lib64/python2.3/sre.py", line 179, in compile return _compile(pattern, flags) File "/usr/lib64/python2.3/sre.py", line 230, in _compile raise error, v # invalid expression error: unbalanced parenthesis [2006-08-09 23:35:43 xend 4248] INFO (SrvDaemon:183) Xend exited with status 1. _______________________________________________ Xen-devel m...
2007 Sep 08
2
Puppet''s TRAC somehow broken?
Hey all, it seems that the Ticket section of Puppet''s homepage does not work. Searching and Listing of Tickets works fine, showing an individual Ticket shows stack-traces. What is wrong there? Thanks, udo.
2006 Apr 05
1
Cannot install RMySQL under Kubuntu
List, I am attempting to install RMySQL on a Kubuntu box. mysql and R were installed using the adept package manager: "apt-get install mysql-server" "apt-get install r-base" I can access mysql via the terminal and I can open R and perform various basic tasks. However, I cannot install the RMySQL package in R. I get the following error: * Installing *source*
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...attrvalue = self.unescape(attrvalue) > File "/usr/lib/python2.6/HTMLParser.py", line 387, in unescape > return re.sub(r"&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));", replaceEntities, > s) > File "/usr/lib/python2.6/re.py", line 151, in sub > return _compile(pattern, 0).sub(repl, string, count) > UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 6: > ordinal not in range(128) > > This error is due to a limitation in the Python HTMLParser module, see: > http://bugs.python.org/issue3932 > > I resolved i...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...= "%li" % blkdev_name_to_number(node) File "/usr/lib/python2.4/site-packages/xen/util/blkif.py", line 27, in blkdev_name_to_number if re.match( ''/dev/sd[a-p]([1-9]|1[0-5])?'', n): File "/usr/lib/python2.4/sre.py", line 129, in match return _compile(pattern, flags).match(string) TypeError: expected string or buffer Exception in thread Watcher: Traceback (most recent call last): File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap self.run() File "/usr/lib/python2.4/threading.py", line 422, in run sel...