How to optimize operations

2016-02-27 Thread II DK projektai
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

Getting started with python on macintosh snow leopard with mysql - need help

2010-07-11 Thread dk
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

pygame and wxpython

2006-05-28 Thread DK
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

cd burning

2006-03-31 Thread DK
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

Re: stopping a python windows service

2005-08-17 Thread DK
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...

stopping a python windows service

2005-08-16 Thread DK
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 from