Python-spe-users digest, Vol 1 #34 - 1 msg

python-spe-users-request-tdrK/[email protected] Sat, 03 Dec 2005 12:24:48 +0100
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. Error on trunk version (Michele Petrazzo)

--__--__--

Message: 1
Date: Sat, 03 Dec 2005 10:16:09 +0100
From: Michele Petrazzo <[email protected]>
To: [email protected]
Subject: [spe-users] Error on trunk version
Reply-To: [email protected]

Hi, I'm trying the last svn version, but when I execute it, I see this 
error:

michele:~/tmp/spe$ python SPE.py --debug > debug.txt 2>&1

SPE v0.8.0.c (c)2003-2005 www.stani.be

Spe is running in debugging mode with this configuration:
- platform  : linux2
- python    : 2.3.5
- wxPython  : 2.6.1.0.
- interface : <default>
- encoding  : ISO8859-1

Launching application...

<-cut->

Opening 
/home/michele/mnt/LINUX-UNIPEX/sviluppo/FreeImagePy/FreeImagePy/FreeImagePy.py
Create: MdiSplit: <class 'sm.wxp.smdi.MdiSplitChildFrame'> 
FreeImagePy.py /home/michele/mnt/LINUX-UNIPEX/sviluppo/FreeImagePy/FreeImage
Py/FreeImagePy.py
Create: Sdi:   <class 'sm.wxp.smdi.MdiSplitChildFrame'>.tabs
Traceback (most recent call last):
   File "SPE.py", line 200, in ?
     style           = style)
   File "/home/michele/tmp/spe/trunk/_spe/sm/wxp/smdi.py", line 1197, in 
__init__
     wx.App.__init__(self,redirect=not debug)

<-cut->

  File "/home/michele/tmp/spe/trunk/_spe/Child.py", line 105, in __finish__
     self.__source__(self._fileName,self._source)
   File "/home/michele/tmp/spe/trunk/_spe/Child.py", line 227, in __source__
     self.revert(source)
   File "/home/michele/tmp/spe/trunk/_spe/Child.py", line 1025, in revert
     self.getEncoding(source)
   File "/home/michele/tmp/spe/trunk/_spe/Child.py", line 1110, in 
getEncoding
     if source.startswith(u'\xef\xbb\xbf'):
UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in position 
21184: ordinal not in range(128)


If I delete my ~/.spe directory, spe work well. I think that I have a 
char into my FreeImagePy file that doesn't like to spe, but the "old" 
version 0.8.0a worked well with the same souces.

The same appear if I delete .spe directory and try to open the same file.


Michele


--__--__--

_______________________________________________
Python-spe-users mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest