>
>
> 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.organd
> 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
>


That's mostly a warning to let you know that it wasn't able to understand
that encoding (and is falling back for the default encoding). I think it
appears on most installs (but it can safely be ignored... maybe I'll
suppress it for the next release).

Cheers,

Fabio
-------------------------------------------------------------------------
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