[wxpython-users] Re: ANN: Tobu 0.5.0

AK andrei.avk at gmail.com
Mon Apr 14 03:54:40 PDT 2008


Franz Steinhaeusler wrote:
> On Mon, 14 Apr 2008 00:32:24 -0400, AK <andrei.avk at gmail.com> wrote:
>
>   
>> Tobu 0.5.0 is now available.
>> [...]
>> Tobu's homepage is here:
>>
>> http://tobu.lightbird.net
>>     
>
> Hello, I got a traceback:
>
> I got a traceback:
> C:\temp\tobu-0.5.0>python tobu.pyw
> Traceback (most recent call last):
>   File "tobu.pyw", line 2674, in ?
>     app = MyApp(0)
>   File "C:\Python24\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7857
> , in __init__
>     wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
>   File "C:\Python24\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7757
> , in __init__
>     self._BootstrapApp()
>   File "C:\Python24\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 7354
> , in _BootstrapApp
>     return _core_.PyApp__BootstrapApp(*args, **kwargs)
>   File "tobu.pyw", line 2662, in OnInit
>     frame = MyFrame()
>   File "tobu.pyw", line 729, in __init__
>     wx.BITMAP_TYPE_PNG).ConvertToBitmap(), "List Recent Items",
>   File "C:\Python24\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 3270
> , in ConvertToBitmap
>     return _core_.Image_ConvertToBitmap(*args, **kwargs)
> wx._core.PyAssertionError: C++ assertion "image.Ok()" failed at ..\..\src\msw\bi
> tmap.cpp(799) in wxBitmap::CreateFromImage(): invalid image
>
>   

If anyone else ran into this, that was indeed due to a missing 
recent.png as Peter pointed
out, I now included the recent.png in the tarball, you can get it from
http://tobu.lightbird.net/download.html

-- 
ak
Tobu | http://tobu.lightbird.net/ | Freeform DB / Tagger / PIM
Python-by-Example | http://pbe.lightbird.net/ | Guide to LibRef



More information about the wxpython-users mailing list