Hello List!

I am getting the following error in my eclipse 3.3 workspace log. It's
understandable that my windows machine doesn't understand a unix encoding,
but I've installed python 2.4.4 using the Windows *.msi from python.org and
pydev 1.3.8 from the update site.

Here's the error:

!ENTRY org.python.pydev.core 4 4 2007-08-02 16:15:16.160
!MESSAGE The encoding found: >>iso-latin-1-unix<< on
C:\python\python2.4.4\Lib\lib-tk\Tix.py is not a valid encoding.
!STACK 0
java.io.UnsupportedEncodingException: The encoding found:
>>iso-latin-1-unix<< on C:\python\python2.4.4\Lib\lib-tk\Tix.py is not a
valid encoding.
        at org.python.pydev.core.REF.getValidEncoding(REF.java:684)
        at org.python.pydev.core.REF.getPythonFileEncoding(REF.java:659)
        at org.python.pydev.core.REF.getPythonFileEncoding(REF.java:586)
        at org.python.pydev.core.REF.getPythonDocFromFile(REF.java:472)
        at org.python.pydev.core.REF.getDocFromFile(REF.java:454)
        at org.python.pydev.core.REF.getDocFromFile(REF.java:443)
        at
com.python.pydev.analysis.additionalinfo.builders.InterpreterObserver.restoreInfoForModuleManager(InterpreterObserver.java:157)
        at
com.python.pydev.analysis.additionalinfo.builders.InterpreterObserver.notifyDefaultPythonpathRestored(InterpreterObserver.java:59)
        at
org.python.pydev.ui.interpreters.AbstractInterpreterManager.restorePythopathFor(AbstractInterpreterManager.java:448)
        at
org.python.pydev.ui.pythonpathconf.PythonInterpreterPreferencesPage.doRestore(PythonInterpreterPreferencesPage.java:42)
        at
org.python.pydev.ui.pythonpathconf.AbstractInterpreterPreferencesPage$1.run(AbstractInterpreterPreferencesPage.java:180)
        at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

Sure enough, the first line in Tix.py is:
# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix
-*-

It's kind of trivial at the moment, but is anyone else experiencing this?

Thanks,
Patrick Smith
-- 
View this message in context: 
http://www.nabble.com/encoding-error-in-workspace-log.-tf4231017.html#a12037028
Sent from the pydev-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to