[wxPython] RE: [wxPython] RE: [wxPython] Ein Lehrbuch für wxPython auf Deutsch??

I can help in spanish

···

-----Original Message-----
From: Lucas Bruand [SMTP:Lucas.Bruand@ecl2002.ec-lyon.fr]
Sent: Friday, March 30, 2001 11:33 AM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython] RE: [wxPython] Ein Lehrbuch für wxPython auf
Deutsch??

( I think it's time to think about translating the website and doc into
other languages. I'll help in French)

  Herr,

  Entschuldigung fuer mein sehr schlechtes Deutsch. Hier ist ein
Buchtitel in
Deutch von O'Reilly:
http://www.oreilly.de/catalog/einpythonger/
  In diesem Buch, gibt es aber nichts ueber wxPython; Ich glaube dass
es
nichts auf wxPython oder wxWindows in deutch gibt ausser das:
http://www.sw-development.de/deutsch/magazin/magazin.html#

  tschuss,
  Lucas

-----Message d'origine-----
De : wxpython-users-admin@lists.sourceforge.net
[mailto:wxpython-users-admin@lists.sourceforge.net]De la part de René
Freund
Envoyé : vendredi 30 mars 2001 15:55
À : wxpython-users@lists.sourceforge.net
Objet : [wxPython] Ein Lehrbuch für wxPython auf Deutsch??

Moin Leutz,

Mein Chef will von mir eine komplexe Applikation in wxPython geschrieben
bekommen.
Da ich aber kompletter Newbie in Python und wxWindows bin habe ich da so
einige
Koordinationsprobleme. Und eine Buchreferenz in englisch hilft auch nicht
viel weiter, da
die Doku auf der wxPython Seite eigentlich alle Infos beinhaltet, die ich
brauche... Aber ich
hab' nur ein Jahr Zeit und muss in dieser Zeit die Strukturen von Python
und besser noch
von wxPython im schlaf können, ansonsten sehe ich rot. Kann mir nicht
jemand ein oder
besser zehn gute Buchtitel verraten, die mir ein bissl über die Struktur
von wx verraten?
Na ja, is egal. Ich hab schon 10% vom Proggie fertig und kann schon genug
um nicht
komplett dumm dazustehen, aber HILFE kann ich immer gebrauchen.

Im voraus THx.

René Freund

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

Very strange. I saw a couple other posts about this problem, but I seem to be getting it from a different point.

Obviously, this has something to do with threading. what is strange in my case is that I can call the given function by selecting a menu item without any problems, but when I try to call the same function via a double-click event, I get the following error message:

Glib-CRITICAL file gmain.c: line500 (g_source_remove): assertion 'tag > 0' failed

this happens haphazardly. Has anyone tracked down this bug yet?

thanks.
Stephen