On Dec 9, 2005, at 3:19 PM, Zhi Peng wrote: > /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/plat-mac/macerrors.py > on line 326, but no encoding declared; see > http://www.python.org/peps/pep-0263.html for details > import macerrors > > But if I erased "from appscript import *" then it will > be fine. I think there is problem in appscript
No, it's a (harmless) bug in Python 2.3 Python 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import macerrors __main__:1: DeprecationWarning: Non-ASCII character '\x80' in file / System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ plat-mac/macerrors.py on line 326, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details Just ignore it, edit the file and remove the offending character (it's in the comment), or use Python 2.4 instead. -bob _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig