On Thu, 14 Sep 2006 15:39:17 +0200, “Rune Devik” <rune.devik@gmail.com > > wrote:
AL (application launcher) using python/wx ():
http://garageinnovation.org/AL/
Hallo Rune,
I have downloaded the version for Windows XP:
The exe does nothing (the prompt immediatly appears)
Is it for unicode wxPython build?
Would it be possible to run with the ansi version?
Also I checked out the source from cvs and get:
wxpy 2.6.1.0 (ansi build), py 2.4, windows.
1160400165
Traceback (most recent call last):
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 578, in ?
app = Al(0)
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7668,
in init
self._BootstrapApp()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 7320,
in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 569, in OnInit
frame = AlFrame(None)
File “C:\Eigene Dateien\wxpython\apps\AL\src\Al.py”, line 86, in init
splash = AlSplashScreen(self)
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\AlSplashScreen.py”, line 28, in
init
bmp = openAsBitmap(“images\al-logo.png”)
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\GuiUtils.py”, line 60, in openA
sBitmap
img = wx.Image(file, imgType).ConvertToBitmap()
File “C:\Python24\lib\site-packages\wx-2.621-msw-ansi\wx_core.py”, line 3027,
in ConvertToBitmap
return core.Image_ConvertToBitmap(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion “wxAssertFailure” failed in …..\src\m
sw\bitmap.cpp(822): invalid image
Exception in thread Thread-1:
Traceback (most recent call last):
File “C:\Python24\lib\threading.py”, line 442, in __bootstrap
self.run()
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py”, line 65, in run
self.populate()
File “C:\Programme\GNU\WinCvs 2.0\launcher\src\Indexer.py”, line 194, in popul
ate
self.tree.addString(tmp, “%s” % i)
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 191, in addS
tring
self.root.children[curChar])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 210, in sear
chAndInsert
curNode.children[subString[i]])
File “C:\Eigene Dateien\wxpython\apps\AL\src\SuffixTree.py”, line 229, in sear
chAndInsert
elif subString[i] != curNode.str[i]:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 0: ordinal
not in range(128)
–
Franz Steinhaeusler
To unsubscribe, e-mail:
wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org