This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhalcrow
Recipients akitada, alex, amaury.forgeotdarc, belopolsky, collinwinter, davide.rizzo, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, ronnix, rsc, sjmachin, stiv, timehorse, vbr, zdwiel
Date 2011-05-10.13:55:43
SpamBayes Score 1.3480134e-05
Marked as misclassified No
Message-id <1305035744.62.0.0175129808305.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
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(<snipped>/python2.5/site-packages/_regex.so, 2): Symbol not found: _re_is_same_char_ign
  Referenced from: <snipped>/python2.5/site-packages/_regex.so
  Expected in: dynamic lookup
History
Date User Action Args
2011-05-10 13:55:45jhalcrowsetrecipients: + jhalcrow, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, belopolsky, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, alex, r.david.murray, jacques, zdwiel, stiv, davide.rizzo, ronnix
2011-05-10 13:55:44jhalcrowsetmessageid: <1305035744.62.0.0175129808305.issue2636@psf.upfronthosting.co.za>
2011-05-10 13:55:43jhalcrowlinkissue2636 messages
2011-05-10 13:55:43jhalcrowcreate