wxglade-0.3.4 ebuild creates /usr/bin/wxglade script that reads #!/bin/bash /usr/lib/python2.3/site-packages/wxglade-cvs/wxglade.py This means that arguments passed to wxGlade are silently ignored, because they never make it to wxglade.py. It should be this instead: #!/bin/bash /usr/lib/python2.3/site-packages/wxglade-cvs/wxglade.py $* Patch attached.
Created attachment 41900 [details, diff] wxglade-0.3.4.ebuild.patch
Thanks Vaclav, good catch. Added to CVS.