Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~854 People Reached
Favorite Forums
Favorite Tags
Member Avatar for miraje

Hi everyone, I'm new to wxpython, so I apologize in advance if this has a simple solution. The GUI I'm working on has the following basic structure: [I]def function(time) -> initialized from frame and generates data needed in panel class panel -> displays data and images generated in function class …

Member Avatar for Das246
0
241
Member Avatar for 2ashwinkulkarni

Hello, I am using the RE, Regular Expression Module. The operation I need to perform is a search; The syntax for which goes like this re.search(pattern, string, flags) #flags being optional where 'pattern' is the string I am looking for in 'string'. My problem is I want to look for …

Member Avatar for jlm699
0
105
Member Avatar for Das246

I have a script with a wx.Python GUI that monitors game files for changes and then makes a .tar.gz backup of each turn. If I run the test script (.py extension) the program works well and I can play the game without noticing the python script running in the background. …

Member Avatar for vegaseat
0
278
Member Avatar for Das246

I've been searching for information on using wx.PyEvent so I can create custom events that fire from within my code rather than needing the user to trigger them. There isn't much around. There is some information on using wx.PyCommandEvent but I believe that these events still require the user to …

0
81
Member Avatar for Das246

Hello, I'm very much new to Python and I am stumbling on my first 'experiment'. What I want to do is create an application that operates as an on-screen log viewer where Python prints information it is processing into a wxTextCrl widget (called 'sampler' in my example). I am using …

Member Avatar for jlm699
0
149