Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109523 - WxGlade 0.4 (new version) available
Summary: WxGlade 0.4 (new version) available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-16 17:28 UTC by Jason Lai
Modified: 2006-04-20 21:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Working ebuild (wxglade-0.4.ebuild,1.04 KB, text/plain)
2005-11-02 13:43 UTC, Rod Begbie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lai 2005-10-16 17:28:47 UTC
WxGlade 0.4 has been available for about a month, and needs an ebuild (current
in portage is 0.3.5.1)

Reproducible: Always
Steps to Reproduce:
Comment 1 Rod Begbie 2005-11-02 13:43:30 UTC
Created attachment 71960 [details]
Working ebuild

I'm attaching the ebuild that I used to install wxGlade 0.4.  It's identical to
the existing 0.3.5 one, except I had to make a change because the tarball is
wxglade-0.4 (lower-case G), but the extracted dir is wxGlade-0.4 (upper-case)
Comment 2 Stephen Glow 2005-11-11 18:05:25 UTC
Works for me.  Thanks
Comment 3 Decibels 2006-01-29 06:16:28 UTC
Thanks for the ebuild, couldn't work on my gui anymore because of changes to 
the notebook code. Wxglade wouldn't show them properly and couldn't even edit
it to fix it without almost starting over. Sometimes it would show the frame 
containing the notebook all scrunched up in the top right corner, other times
show two of the three tabs, but couldn't edit/delete,.. them.

Now it all works again on amd64. :) Need this in portage.
Comment 4 Decibels 2006-01-29 06:17:57 UTC
Oh forgot to paste this: Do get this error when start in terminal:

/usr/lib64/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py:13155:
UserWarning: wxPython/wxWidgets release number mismatch
  warnings.warn("wxPython/wxWidgets release number mismatch")

But so far hasn't seemed to affect anything yet.
Comment 5 Mart Raudsepp gentoo-dev 2006-04-20 15:24:36 UTC
Is there any particular reason for this:

-       echo "/usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade
+       echo "exec python /usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade


Re comment #4: There are now matching wxGTK and wxpython versions in ~x86. Hopefully we can stabilize those soon.
Comment 6 Mart Raudsepp gentoo-dev 2006-04-20 15:25:58 UTC
(In reply to comment #5)
> Is there any particular reason for this:

Duh. That was a change from 0.3.5 to 0.3.5.1 for some reason. Disregard my question
Comment 7 Mark Loeser (RETIRED) gentoo-dev 2006-04-20 21:48:56 UTC
Bumped, thanks.