xacml api info request

2009-02-12 Thread Oguz Yarimtepe
I am looking for how can i use XACML with Python. Anybody who had used xacml with python or and idea? Thanx. -- Oğuz Yarımtepe www.loopbacking.info -- http://mail.python.org/mailman/listinfo/python-list

QSessionManager example request

2008-09-30 Thread Oguz Yarimtepe
Hi all, I am trying to write an application that will test the sleep function of the laptop. I am using pyqt for this. I need to continue to run my gui after the laptop wakes up from sleep mode so that i may continue some counters and repeat the sleep command again. I think i may use QSession

pci card adjusting

2008-07-24 Thread Oguz Yarimtepe
Hi all, I need to adjust the dimming property of my video card. There is currently a written application called nvclock but it is not supporting my card right now. So i need to implement the requiered register jobs on the card. This is already done to a degree in C. But i don't want to dive in to

system tray for Tk

2008-07-07 Thread Oguz Yarimtepe
Hi, Is there any binding that i can use for my python-tk application that will show an icon at the system tray when the application runs which will be able to be change during the process? -- Oğuz Yarımtepe -- http://mail.python.org/mailman/listinfo/python-list

Tk overrideredirect problem

2008-07-07 Thread Oguz Yarimtepe
Hi, At my GUI application i am catching a key press action. The code is working if i don't enable the overrideredirect. When i comment out the overriderect part i can see the picture but i am not able to catch the key presses. It seems like the GUI is stucked. But i want to have windowless apper

Re: detection of unplugged cable

2008-07-04 Thread Oguz Yarimtepe
Ok here is the exact problem. I have both S-Video, HDMI and VGA out at my machine. I tried to clone the LCD display to HDMI out but it worked only when i disable the LCD and send the display to HDMI. So when the HDMI cable is unplugged i want to revert the process and enable the LCD. I need to det

Re: detection of unplugged cable

2008-07-02 Thread Oguz Yarimtepe
On Thu, Jul 3, 2008 at 7:33 AM, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Wed, 2 Jul 2008 13:32:59 +0300, "Oguz Yarimtepe" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: >I'd be willing to bet that S-video outputs do NOT hav

detection of unplugged cable

2008-07-02 Thread Oguz Yarimtepe
Hi, I am tring to develeop a gui with pyqt. I need to detect whether the the cable to vga, dmi or s-video outputs are plugged or unplugged. After detection i need to run a process. How can i do this? -- Oğuz Yarımtepe -- http://mail.python.org/mailman/listinfo/python-list

python, acpi and hid code howto

2008-06-26 Thread Oguz Yarimtepe
Hi all, Is it possible to get the hid code of any pressed key via python? If anyone used such a thing before, i will be happy to get some clues. -- Oğuz Yarımtepe -- http://mail.python.org/mailman/listinfo/python-list

python-dbus example request

2008-06-25 Thread Oguz Yarimtepe
Hi all, I need an example to adjust the backlight brightness via python-dbus. I will test it from console so no need for a gui. Will be happy at least for the name of the methods or some guidance. -- Oğuz Yarımtepe -- http://mail.python.org/mailman/listinfo/python-list

dont loose packages

2007-12-31 Thread Oguz Yarimtepe
Hi, I am trying to write a program that will work on a machine which is between a client and a server. What i want is to simulate the bridging process. So the program should take the packages and able to send them to the other interface. I dont want to loose package and i want efficiency. I t