Tagged Questions
0
votes
2answers
37 views
Redirect output of a .bat file run by a python script to GUI, and making that script into EXE
I have currently written a Python file that creates a GUI using wxPython, allows the user to enter some fields, then runs a .bat file in some other location, sending those parameters. The .bat file ...
0
votes
1answer
29 views
wxpython frame update with a button click
In progress of making an wxpython assignment for school, I stumbled on something I can't seem to figure out by myself.
The main idea of the assignment is to make a self-generating quiz. Now I made a ...
0
votes
0answers
12 views
calling a popup from a timed event from threading or apscheduler.scheduler
I have an issue calling a popup from a timed event.
What I need to do is poll a time period and cross check some items, then when triggered I want a popup to come up.
The problem is my popup is ...
0
votes
2answers
22 views
Main window doesnt closes after caling new script from it
I am learning python and for GUI model using wxpython, as I am new to programing get stuck every time.
My issue is I have a GUI (main window)with two buttons,when user clicks button1 it opens sub ...
0
votes
2answers
18 views
Passing a tuple between two Panels in wxPython
I am trying to pass the tuple of the the checked strings in one panel to the textCtrl widget in another panel. I thought that if I polled the panel class containing the checklistbox widget for the ...
0
votes
1answer
16 views
Setting focus to cell wxGrid
How can I set focus to specific cell in wxGrid?
For example, I catch enter pressed event in one cell, and I want to gain focus to cell
which is on the right to that one.
Default behavior is to gain ...
0
votes
0answers
6 views
Overlay in DCPython ScrolledWindow
I have a wxPython app, with a scrolled window (wx.ScrolledWindow). The Scrolled Window contains an image which I can produce a shape that I use to mark features in the image - the shape follows the ...
1
vote
1answer
24 views
Cannot open file using my text editor in wxpython?
The text editor in wxpython cannot open saved files. The files are saved as text files but while opening the the following error appears
Error opening file
'charmap' codec can't decode byte 0x8d in ...
0
votes
1answer
15 views
wxPython Rendering issues, very slow and crashes, not sure why
I have been creating a simple tile based game to help me learn python and wx python. For starters I wanted to create my own 'world' and to test the simple map generator I made, I bound the return key ...
0
votes
2answers
41 views
Answering the terminal questions from a GUI window
I want to run terminal commands within a python file. It is working fine and I can also get the terminal messages on a gui window using subprocess.Popen.
import subprocess
import wx
import os
def ...
0
votes
1answer
18 views
resize wx.ListCtrl after creation
so I have a listctrl created and added to sizer.
import wx
class myFrame(wx.Frame):
def __init__(self):
wx.Frame.__init__(self, parent=None)
panel1=wx.Panel(self)
...
1
vote
0answers
47 views
ImportError no module named calendar
I have installed Python 2.7.5 on my Windows 7 host. I want to use the CalendarCtrl widget which is part of 'wx.calendar' module. When I try to import calendar I get the following error:
>>> ...
0
votes
1answer
25 views
How to make buddy list with wxPython
I can't find anything for buddy list. I tree with ListCtrl but it did not. How to i can make buddy list like Pidgin? :
0
votes
1answer
28 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 ...
0
votes
1answer
17 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", ...