perky 03/04/20 15:18:03
Modified: . README
Log:
Mention about python2.3a2 incompatiblity
Revision Changes Path
1.2 +11 -1 iconvcodec/README
Index: README
===================================================================
RCS file: /cvsroot/koco/iconvcodec/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 20 Apr 2003 21:09:00 -0000 1.1
+++ README 20 Apr 2003 22:18:02 -0000 1.2
@@ -2,7 +2,7 @@
==============================
Copyright(C) Hye-Shik Chang, 2003.
-$Id: README,v 1.1 2003/04/20 21:09:00 perky Exp $
+$Id: README,v 1.2 2003/04/20 22:18:02 perky Exp $
@@ -43,6 +43,16 @@
(default)
You can specify another options for distutils, also.
+
+
+Notes
+-----
+
+If you are using Python 2.3a2, you'll need to delete 2 files to run iconvcodec
+correctly:
+
+ ${PREFIX}/lib/python2.3/encodings/iconv_codec.py{,s} for POSIX users
+ C:\Python23\Lib\encodings\iconv_codec.py{,s} for Windows users
Author
|