Hello,
Do you ever question how effectively you can use your video surveillance system
in search of "uninvited guests", "unpaid client", "person damaged the vehicle"
or simply to get information about the guest arriving in real time? Or maybe
your company needs the number plate recognition syst
I have been going round and round trying to configure python 2.6
running on osx 10.6.x to work with mySQL 5.1.44.
Python seems to work ... i have an installation of mysql 5.1.44
running and have used it in conjunction for other php/apache projects.
I want to learn python and think i need a better
I'm somewhat new to Python but not to programming.
I just want to know if it's possible to have a SINGLE wxPython frame
containing two sections where one will contain widgets and the other
will host an animation done using PyGame.
More specifically, I want to have a list of names of animations on
i was wondering if there had been any recent development of python
modules that enables cd writing capabilities.
specifically, i'm looking to produce audio cds from ogg files on a
win32 envrionment.
any leads will be greatly appreciated...
--
http://mail.python.org/mailman/listinfo/python-list
I may have taken your code example too literally. I tried putting in
the check for 'shutdownEvent.isset()' but it's failing at run time.
It's looking for a global variable, I guess.
Do I have to register these threads somehow in the beginning?
I'm somewhat new to Python so please be patient...
-
i was able to successfully create a windows service using py2exe. it
polls a website periodically and logs it to a file. this is done using
a function that does an infinite loop with periodic "sleeps".
my question is...
what's the best way to stop this service gracefully?
when try to stop it fro