Changes by Jonathan Halcrow :
--
nosy: -jhalcrow
___
Python tracker
<http://bugs.python.org/issue2636>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jonathan Halcrow added the comment:
It seems that _regex_unicode.c is missing from setup.py, adding it to
ext_modules fixes my previous issue.
--
___
Python tracker
<http://bugs.python.org/issue2
Jonathan Halcrow added the comment:
I'm having a problem using the current version (0.1.20110504) with python 2.5
on OSX 10.5. When I try to import regex I get the following import error:
dlopen(/python2.5/site-packages/_regex.so, 2): Symbol not found:
_re_is_same_char_ign
Referenced
Jonathan Halcrow added the comment:
I think I've come across a related problem. I am experiencing a segfault when
NFC-normalizing a certain string [1].
The crash occurs with 2.7.1 in OS X (built from source with homebrew).
Here is the backtrace:
#0 0x0025a96e in _PyUnicode_Resize
Jonathan Halcrow added the comment:
The most recent version on pypi (20100709) seems to be missing _regex_core from
py_modules in setup.py. Currently import regex fails, unable to locate
_regex_core.
--
nosy: +jhalcrow
___
Python tracker
<h