Tagged Questions
0
votes
0answers
17 views
Event Driven Function's return value, Python, PyQt4
Here is the python code:
self.browse=QtGui.QFileDialog
self.btn=QtGui.QPushButton('browse image file')
self.btn.clicked.connect(self.openimg)
def openimg():
...
1
vote
1answer
42 views
How to generate a key hold & press event in Python on Windows
I am trying to make a program so that when I press a button on my gamepad and hold it, a certain character will be written and repeated as long as I hold the button, just as a keyboard works.
Until ...
0
votes
2answers
31 views
Advanced Python Scheduler (apscheduler) Stagger events that fire within the same second?
I've been coding the python "apscheduler" package (Advanced Python Scheduler | http://pypi.python.org/pypi/APScheduler/) into my app, so far it's going good, I'm able to do almost everything that I ...
-1
votes
1answer
70 views
How to react on actions (events) in real time in Tkinter?
I´d like to create a program which will react on actions by user in real time. For example there will be three Labels. And when user clicks on one, I want to recolor the border to a different color ...
0
votes
1answer
37 views
set the text of an entry using a button tkinter
Thanks for reply.
I am getting my feet wet with Tkinter.
I am trying to set the text of an entry using a button in a GUI using Tkinter.
This GUI is to help me classify thousands of words. into five ...
2
votes
2answers
42 views
Python pygame event loop type error
I am making a simple pygame game. My problem is, when I try to check if the user is clicking the exit button, I get an error. Here's the Code:
for event in pygame.event.get():
if event.type == ...
1
vote
0answers
46 views
python listen the windows log event
I readed example ,about use pywin32 to read windows event log :
Python's win32 access for the Eventlog
now i wonder if i could take the next step :
Fire a python function (my code) ,once a windows ...
1
vote
0answers
45 views
Which framework to write an event-driven ETL application? [closed]
I wrote a prototype for an ETL application. It consists of an admin interface which defines tasks and groups them in batches, which are pushed to a stack stored in a MySQL database. A CLI application, ...
1
vote
1answer
47 views
Read new line with pynotify
I'm trying to display a new line that was added to the file.
So imagine that I have a sample_file.txt :
1. line 1
2. line 2
3. line 3
I want to check if this file got a new line, and than ...
0
votes
1answer
419 views
Raspberry Pi- GPIO Events in Python
I am using the GPIO pins on my Raspberry Pi with a PIR sensor to detect motion. When the sensor detects motion I want to then move the software onto other functions.
At the moment, to detect motion I ...
0
votes
1answer
36 views
How to handle wxPython TextCtrls that influence each other's content
I am trying to build a GUI in wxPython. I have two TextCtrls. Let's say they are first_index_input and last_index_input, and they control model.f_i and model.l_i, respectively. There's a condition: ...
2
votes
1answer
51 views
What's the equivalent of Deferred for repeated events?
A Deferred is a pretty wonderful abstraction for a deferred task. I'd like to set something up that is equally elegant for repeated events, e.g. my protocol receives a message and I want different ...
0
votes
1answer
46 views
Painting without paintEvent
I've a GUI with a canvas widget. So i need to feel this canvas with points. The problem is that i need to create a separated process to run GUI because the (x,y) for the points are generated from ...
1
vote
0answers
49 views
How to add another object's handlers to a window with Pyglet
I have a main object with a Pyglet window as an attribute. Pylget's window class has a method called push handlers, which lets me push methods to the event stack. The following code works:
import ...
2
votes
1answer
51 views
Maintain a connection without polling in socketserver handle()
I'm looking for a way to maintain a connecion with the python socketserver. I want to avoid the following situations.
Polling the input
Example:
class ...
1
vote
1answer
26 views
What is the event I can handle dragged and external file onto my frame
I have code working to drop files onto a wx.FileDropTarget inside my frame. That is not my question.
I am trying to make a custom "hover" event that gets called 1 second after a outside dragged file ...
0
votes
0answers
58 views
Python: Listen to LIRC events
I'm fairly new to Python, and I'm trying to create an "event listener" (a la EventGhost) for my NAS (linux) server. I was thinking I could start with LIRC (IR receive/transmit), and need some kind of ...
-8
votes
1answer
74 views
Pythonic, simple, elegant event system [closed]
This isn't a question as such, but I'd like to share a nice and very simple but flexible event system I just wrote in Python.
Feel free to use and improve it!
You would register an event like this:
...
0
votes
1answer
65 views
How to use super in Pyglet in Window's subclass events?
I want to subclass pyglet.window.Window, but this code throw me exceptions for super in on_draw() and in on_mouse_pressed()
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import pyglet
class ...
0
votes
0answers
24 views
Intercepting and modifying events in pyglet
Is there any way to intercept and modify events in pyglet.
In this case I am interested in intercepting mouse events, doing some scaling from screen coordinates to model coordinates, and then letting ...
2
votes
2answers
100 views
Exiting pygame window on click
Making my first post here (or frankly any forum), but I was wondering why I can't exit on when the window's exit button [x] has been pressed. I have tried:
#print "Exit value ", pygame.QUIT
for et in ...
0
votes
1answer
84 views
Tkinter Canvas Scroll / Drag Notification
I want to redraw the canvas whenever the view changes (custom scrolling of a large image).
Currently I hook into a couple of functions to achieve this: xview_moveto, yview_moveto, scan_dragto
Is ...
0
votes
1answer
68 views
How to create a system of events through interrupts in python
Because of my zero knowledge about Python GUIs,
I need some help, to make a mechanism for,
Making requests through HTML,CSS or Ajax (node.js, Apache or nginx server) to a Python program to execute ...
4
votes
5answers
170 views
File changed event network share
What I want to do:
I got two directories. Each one contains about 90.000 xml and bak files.
I need the xml files to sync at both folders when a file changes (of course the newer one should be ...
1
vote
0answers
95 views
Is calling QCoreApplications.processEvents() on a set interval safe?
I have a Qt application written in PySide (Qt Python binding). This application has a GUI thread and many different QThreads that are in charge of performing some heavy lifting - some rather long ...
0
votes
0answers
144 views
Catching button click on Gtk.Image - python, gtk3
I'm trying to execute some code whenever the user clicks a Gtk.Image widget.
Example code:
from gi.repository import Gtk, Gdk
def callback(*args):
print args
w= Gtk.Window()
...
0
votes
0answers
193 views
python win32com.client.DispatchWithEvents does not catch all events
the following code is running on python2.7:
import win32com.client
import pythoncom
import IntelliCAD
import Tkinter
icad_CLSID = '{77E49E57-976B-11CF-8CCB-00A0245B09EB}'
icad_ProgID = ...
1
vote
0answers
72 views
Enter key event to Street fighter 4 game through python
I have followed below given post to deal with key events.
How can I send keyboard commands (hold,release,simultanous) with a python script?
I am successfully able to send key events to all the ...
1
vote
2answers
184 views
Trigger an event when clipboard content changes
I'm trying to get the clipboard content using a Python script on my Mac Lion.
I'm searching for an event or something similar, because if I use a loop, my application spends all its time watching the ...
2
votes
1answer
68 views
Pyramid events inside models
I'm using Pyramid 1.4. I would like to generate some custom Pyramid events from inside my model classes. Events are generated like so:
request.registry.notify(MyCustomEventType("Here it comes"))
As ...
0
votes
1answer
155 views
celery: events == signals?
i'm trying to connect to celery singals that are described here:
http://docs.celeryproject.org/en/latest/userguide/signals.html
I can connect to the task_sent signal no problem.
But when i try to ...
2
votes
2answers
96 views
Python 3 bound methods subscription
On the beginning, I know the bound methods attributes does not exist in Python 3 (according to this topic: Why does setattr fail on a bound method)
I'm trying to write a pseudo 'reactive' Python ...
1
vote
1answer
166 views
Python / Tkinter listbox troubles
I posted a question here and I was advised to restructure the code. It's now different enough that I feel it justifies asking a new question.
Anyway, I'm trying to add drag/drop functionality to a ...
5
votes
2answers
102 views
How can I stop raising event in Tkinter?
I have some code like this
from Tkinter import *
master = Tk()
def oval_mouse_click(event):
print "in oval"
def canvas_mouse_click(event):
print "in canvas"
w = Canvas(master, width = 800, ...
0
votes
0answers
171 views
Tkinter event_generate throws Exception infinite loop
I would ask you a question regarding firing events in Tkinter. In my application I'd like to process data with a separate application in a different thread and fire an event once it is done for ...
0
votes
0answers
97 views
Matplotlib: Using arrow key event with shift modifier
I'm trying to use keypress events to scroll and zoom a matplotlib plot. The following event handler code doesn't recognize the difference between 'left' and 'shift+left' or 'right' and 'shift+right'. ...
1
vote
1answer
77 views
matplotlib: deliberately block code execution pending a GUI event
Is there some way that I can get matplotlib to block code execution pending a matplotlib.backend_bases.Event?
I've been working on some classes for interactively drawing lines and polygons inside ...
0
votes
1answer
129 views
Using recorded mouse coordinates to draw on d3 canvas
Is there a way to send "fake" events to a d3 canvas?
I want to animate a bouncing ball based on pre-recorded trajectory. My code-base is in C++ and I am embedding python codes in my program to ...
1
vote
0answers
694 views
Simulating a key press event in Python 2.7
What I want to do is to press any keyboard key from the Python script level on Windows. I have tried SendKeys but it works only on python 2.6. Other methods that I have tried including
import ...
1
vote
0answers
12 views
How to organize the definitions of signals when writing code with multiple classes that use pydispatcher for message dispatch
I have been thinking of creating a signals module and declaring all the signal definitions there, but not sure if that is a smart approach. Suggestions appreciated.
1
vote
1answer
122 views
Python handling system shutdown
I have a multiprocessed python application which is being run as an EXE on windows. Upon selecting to shutdown the operating system the applications throws a number of exceptions as a result of the ...
0
votes
1answer
272 views
How to read TaskScheduler logs in from Windows Server “application and services logs” in Python
How can I read (in Python) the logs from Windows Server 2008:
Event Viewer
Application and Services Logs
Microsoft
Windows
Task Scheduler
...
0
votes
1answer
72 views
Whats wrong with my code? The old event wouldn't stop when I call the new one
My code is supposed to create multiple images in the canvas. And I should be able to join them with lines. The images are drag and drop enabled. I suppose I need to handle multiple events in my ...
1
vote
1answer
194 views
create an image in the canvas using a button event tkinter
I need to add an event to my buttons in a Tkinter gui that will create an image in the canvas. How do I do it?
Thanks All
It works but I need to get a dynamic number images of the same image file, ...
0
votes
2answers
40 views
How do I manually trigger an event with PyGTK event handler?
after connecting an event to a function, I would like a way to trigger the event manually (without the event actually happening). I'm looking for something like jQuery's .trigger() function.
Thanks
0
votes
2answers
137 views
Python one-liner to call list of functions
I've got some old code where I stored lists of functions in Python as class attributes. These lists are used as a sort of event hook.
To call each function in the list with appropriate arguments, ...
1
vote
1answer
128 views
Python Thread communication not working
I have two threads, Reader and Writer.
The Writer gets data from the network and sends it then over a socket to some executable. When this is done the writer should block up to 70 seconds which I ...
1
vote
3answers
191 views
How can I catch a system suspend event in Python?
I'm using ubuntu 12.04. Is there a way to catch a suspend event in Python, i.e. if the laptop is going to suspend, do this...? The same question for catching shutdown event.
0
votes
0answers
44 views
wxPython joystick axis move does not generate an event
My program needs to use joystick axes as an absolute input. The problem is that under linux(i'm using Fedora 16) the movement of the axes does not generate a joystick event. Also this sometimes can ...
0
votes
1answer
94 views
Python GUI Events
I'm sure this question has been asked many times before, so I apologize in advance. I simply cannot find the answer via google or searching stack overflow.
I'm working in python with the wx library. ...

