wxpython
How to remove lines from stdout in Python - in SciTe, Idle, Eclipse or other editor with console
For a standard Python Console window, you can remove the last line with for example sys.stdout.write(\'\\r\'+\' \'*len(line)) as I explained here.[详细]
2023-03-22 23:55 分类:问答wxPython + pysftp won't work at the same time
My code: class ConnectingPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, pare开发者_如何学JAVAnt)[详细]
2023-03-22 12:11 分类:问答Compile app with Pyinstaller, but do not launch cmd when running resulting exe
How can I \"compile\" a GUI application with Pyinstaller, and only get the GUI wxPython generates, when I run the executable? At the moment, when I run the exe, a cmd window pops up, and then the wxPy[详细]
2023-03-22 11:47 分类:问答wxPython.wx.AboutDialogInfo() has no attribute AboutDialogInfo()
So, I had a problem with wxPython, which I managed to track down to the importing of wx like shown here:[详细]
2023-03-22 08:15 分类:问答Run __init__ after panel is created?
Is there a way, from a button to reinitialize a specific panel?I have a section of an app that looks for sp开发者_如何转开发ecific files in the OS and then creates some checkboxes and textctrls and th[详细]
2023-03-22 05:48 分类:问答wxPython get event ID
I have some code, which binds a menu item to a method: def getEventID(self, event): print id # how do I get id?[详细]
2023-03-22 01:52 分类:问答Exit frame and panel from panel method
I have a wxPython frame, with a Panel. In my Panel class, I have a method which i开发者_如何转开发s called when a button on that panel is pressed. How can I close the Frame, and the containing panel?T[详细]
2023-03-21 20:54 分类:问答wxPython window won't close
When you click on Cancel, it cancels... When you click OK, it pops the dialog back on. How can I fix this?[详细]
2023-03-21 16:15 分类:问答Draw a frame or dialog inside another
I have seen this question a lot of times but nothing about wxpython I am working on a project where I have to admin a remote application. I w开发者_运维问答ould need to access the look of the remote[详细]
2023-03-21 09:45 分类:问答wxPython - Drag and Drop to StaticText in a dict
I have a problem using Drag and Drop in wxPython. I have a ListCtrl from where I grab some text. This is the source, and it works well - I can drag the text I want to DnD and drop it e.g. into my edi[详细]
2023-03-21 08:42 分类:问答