[Pythonmac-SIG] unicode problem w/pyapp 2.5 vs 2.6
Nicholas Riley
njriley at uiuc.edu
Sat Feb 21 14:06:03 CET 2009
On Sat, Feb 21, 2009 at 07:44:12AM -0500, tom wible wrote:
> i had simply copied aem from the 2.5 site-packages to the 2.6's...is there
> something i missed in doing that? some data is ok (the dates)
Looks like you might have a UCS-4 version of one Python and a UCS-2
version of the other. Extension modules are not compatible between
the two, although usually you get a link error.
It's probably easiest just to reinstall install appscript on 2.6.
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
More information about the Pythonmac-SIG
mailing list