0
votes
1answer
20 views

How to display data (dynamic text) using wxPython GUI library?

So far I've been using print statements, which work really well. I want to start using the GUI to display results but I can't find a way to do it. It's a search program. It has to display the ...
19
votes
4answers
10k views

How to check if OS is Vista in Python?

How, in the simplest possible way, distinguish between Windows XP and Windows Vista, using Python and pywin32 or wxPython? Essentially, I need a function that called will return True iff current OS ...
0
votes
1answer
14 views

Import Warning: Not Importing Directory issues using wxPython, don't know how to fix

I keep getting this warning every time I use wxPython: Warning (from warnings module): File "/usr/local/lib/wxPython-unicode-2.8.12.1/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", ...
0
votes
0answers
14 views

wxpython: Creating a grid-sizer with multiple panels iteratively in the master panel

I am working on creating a simple application using wxpython. As part of it, what I am trying to do is - initially I have created a frame and a panel as usual. The panel initially consists of an index ...
0
votes
2answers
41 views

Popen not taking the arguments

Hi all I am learning python and shell script and for GUI i am using wxpython. I have said to make a automated tool which does some operation , deb creation is also one of that. for deb creation , ...
0
votes
1answer
42 views

Is there a pattern that would help avoid tight coupling in this code?

I'm working on a small gui in wxPython. One part of the program connects to a webpage to get some updates. It prints this info to a status TextCtrl. Now, I could do this trivially in one thread, ...
0
votes
0answers
31 views

When I close Python, the DOS window does not close. How do I find out what is hanging?

When I close my Python application, the DOS window does not close. How do I find out what is hanging ?? I have a main class that invokes children windows upon request. If I close the main ...
0
votes
1answer
38 views

how to pass password after a long run of a process

Hi all I am learning python script and I am stuck now ,(using wxpython for GUI) My issue is , i wants to run build.system but that build.system is asking for system password after its execution ...
0
votes
1answer
38 views

Can python program with wxPython be ported to android?

Can a program created using wxPython be ported to android using Scripting Environment SL4A and Python for Android or any other better option? Can anybody please help me out?
1
vote
1answer
29 views

wxpython, passing user datas to html2

i am trying to develop python GUI to access webpages. below example is working fine. but i need to pass user credentials(username/password) with in this code. i dont want to click on that button. ...
-1
votes
1answer
26 views

wxPython Window Maximize/restore

After i minimize my window, how can i get it back up? The Iconize() must be mandatory. import wx class AAAA(wx.Frame): def __init__(self,parent,id): ...
0
votes
2answers
31 views

Restoring windows in wxpython

I am having a hard time restoring a window after it has been minimized. Minimize works fine, but i am trying to open the window back up.. self restores but Vodka_Frame doesn't. Here is my code: ...
-1
votes
0answers
27 views

Restoring a Window after an Iconize() event

Here i have two windows, ONE and TWO. TWO can minimize and maximize as per wish, but when ONE is minimized, they both Iconize(). My question is, how can i restore the ONE window to get them both to ...
1
vote
1answer
29 views

Catching enter pressed event

I have problem with key pressed event in python.I have a text field and what I want to do is when that text field has focus and user presses enter button to change default behavior(which is bringing ...
0
votes
1answer
18 views

Wxpython closing windows

I have two windows in my application and one of these windows has no frame for design purposes. The frame with the window has the usual toolbar with the minimize, restore, maximize and close buttons. ...

1 2 3 4 5 140
15 30 50 per page