Re: [Abeni-develop] wxPython using -gtk2.
Status: Beta
Brought to you by:
robc
|
From: Rob C. <ro...@my...> - 2003-08-23 05:18:55
|
On Friday 22 August 2003 09:27 am, Lloyd D Budd wrote: > I appreciate your team's suggestion regarding building wxGTK/wxPython > with -gtk2. Do you know of a bug # I can track? Or know of a release > where this is/will be resolved? Hi Lloyd, I don't think there is a bug filed on bugs.gentoo.org on this issue. In Abeni's bug (#22938) I let liquidx know about the problem. Since he's mantainer of wxPython I wasn't sure if I should file a separate bug. I know the wxGTK USE description mentions there may be problems with gtk2. I was going to talk to him about my warning in the latest ebuild, if it was overkill etc when he gets back from vacation next week. The author of wxPython is aware of the problem. I asked him about it in June when I started Abeni. He's going to add a feature to let you detect if wxPython/wxGTK was compiled with gtk2, so I could drop the warning if wxGTK was comilled with plain gtk. The gtk2 problem can be re-produced in the wxPython demo and boa-constructo= r. One solution would be to have wxPython have a private copy of wxGTK that is compiled with gtk1. Back in June I think there was only one pure wxGTK app, xmule I think, and I tried that with gtk2 and it seemed to work, although there were pango errors or warnings sent to stdout, so maybe its just a wxPython problem. After checking, there are quite a few wxGTK apps in portage now so I'll do some testing with gtk2 to see if its only wxPython's problem. Here's the mail the author of wxPython answered about gtk2. It hasn't been fixed as of 2.4.1.2: >> Hello, >> >> I have a user who is getting an error when they add a new page to a >> notebook in my application. They are using wxPython 2.4.07 and I >> beleive GTK2. I don't get this error and I'm using plain GTK. The >> notebook page has a panel with a wxStyledTextControl on it. >> >> Is this a known problem? >Yes. >> I saw a thread about pango and fonts, but >> it was about a year ago. Is wxPython with GTK2 nearly as stable >> as the old GTK version? >Mostly. There is still an unexplained crash dealing with fonts on some >machines but not others, and wxSTC needs some updating as you've seen. >Until that's worked out you'll want to stick with GTK 1.2 if you need wxST= C. >-- >Robin Dunn Thanks, Rob |