wxglade: a GUI builder for wxwidget
Questions tagged [wxglade]
42 questions
0
votes
3 answers
Can't install wxGlade on mac
I've download wxGlade-0.7.2.tar.gz, and extracted its contents. I also have Python3.6, wxPython and homebrew installed.
The problem is, when I run "python wxglade.py" in the wxGlade-0.7.2 folder, I get the following output:
INFO : Starting…

Zhiming010
- 303
- 4
- 14
0
votes
1 answer
How to handling event in wxpython from another class in separate file?
I use wxGlade to create GUI, it's a nice GUI builder.
I want to collect all the events that I made in MyFrame.py file in a separate file called event.py,. But when I run my app from event.py it doesnt show Dialog when I click "Pilihan Lainnya".…
0
votes
1 answer
Check Box error in wxGlade, Python
I am trying to open a wxg file which I already designed by wxGladeand modified months ago that was working very well but now the main wxg does not open and I'm facing with the following error:
Note that this wxg file opens on other system. I tried…

J2015
- 320
- 4
- 24
0
votes
1 answer
AttributeError : 'MyFrame' object has no attribute 'sommation'
I am making a simple GUI calculateur by using wxGlade.
After creating the GUI through wxGlade and having the code generated,
I modified and entered some particular code so that the calculateur functions like it should be.
Briefly, user need to…

maximus
- 131
- 1
- 2
- 10
0
votes
0 answers
Python, wxPython: Get result of script in different directory
sorry for my English, but is not my native language.
I made a python script that works like this:
python procesamiento.py Excel1
Excel1 is a string to a excel file in a different directory of my script.
When I run the script, the result is another…

N. Owen
- 1
0
votes
0 answers
wxGlade - Content from Frame don´t change the size
i have a general problem in my GUI (by wxGlade - Python 2.7).
Everything works - thanks to the people from stackoverflow for help) but when i change the size of the frame, the content doesn´t change the size. I can make it so little that you can´t…

Kohonick
- 51
- 1
- 7
0
votes
1 answer
Exit button doesn´t work - wxpython
I developed a GUI with wxGlade and its still working. But to start the GUI - I coded a script with some choices.
So everything works but when I push the red button with the "x" to close the window - the application doesn´t stop.
I made a method,…

Kohonick
- 51
- 1
- 7
0
votes
2 answers
wxGlade - Button to chose directory and file
i build my GUI with wxGlade. I think it is very comfortable but i´m looking for a widget/button which open a frame to chose a directory or file..
Can u help me?

Kohonick
- 51
- 1
- 7
0
votes
1 answer
in method 'new_panel' expected argument 1 of type wxWindow*
I have a class A (wx.Panel) which I believe is its parent class and this panel has been created using automatically generated wxGlade code and it has the init as
wx.Panel.__init__(self, *args, **kwds)
now Class B inherits class A. Class B(class A)…

user2939055
- 157
- 1
- 3
- 14
0
votes
1 answer
Using wxCode widgets (like wxScintilla, wxPlotCtrl) in wxPython
Good day all.
I am writing my open source application in python and chose wxPython for gui.
And I mentioned that wxWidgets has excellent set of custom controls called wxCode: (http://wxcode.sourceforge.net/), therefore I have a question:
Is there a…

user306080
- 1,409
- 3
- 16
- 37
0
votes
2 answers
wxpython horizontal listctrl
I want to display a list of icons in horizontal format in wxpython. I'm using wxglade and I can't find how to set list's orientation. Each item has an icon and below that it has a caption. Is this kind of design possible?

prongs
- 9,422
- 21
- 67
- 105
-1
votes
1 answer
Is there a way to import a Python file into wxGlade without a wxg backup?
I have a question about wxGlade, I made an interface and it works fine except that I deleted the backup of the wxg file. Is there any way to transfer a python file to a wxg file or to import it into wxGlade?
I tried to find xml file converters but…

philzphaz
- 13
- 4