Search Results

by dpastl
Wed Oct 31, 2018 11:47 am
Forum: Python
Topic: Events with Global Variables or Class Methods
Replies: 1
Views: 5782

Events with Global Variables or Class Methods

Hello, I'm trying to write a simple application and I'm running into a couple of problems that I thought someone might be able to shine light one. First is that I can't seem to access global variables through the event handlers. For example: cartridgecount = 0 def ontrigger(self, state): cartridgeco...
by dpastl
Wed Oct 31, 2018 9:20 am
Forum: Python
Topic: asyncio compatibility
Replies: 1
Views: 5944

Re: asyncio compatibility

I was looking into this as well yesterday, it would be really great if it was possible.