Re: In Python and Windows environment how to supress certain key press and send some other key event for it

2017-04-23 Thread J. Clarke
In article , i.am.song...@gmail.com says... > > Hi All, > > I was trying to build a VIM like shortcuts in windows. For example, > > IF i press CAPSLOCK & h: It should "{Left}" move one to left. If CAPSLOCK & > b: It should "{Ctrl Down}{Left}{Ctrl Up}" move one word left etc. > > I was successf

In Python and Windows environment how to supress certain key press and send some other key event for it

2017-04-02 Thread Krishnan Shankar
Hi All, I was trying to build a VIM like shortcuts in windows. For example, IF i press CAPSLOCK & h: It should "{Left}" move one to left. If CAPSLOCK & b: It should "{Ctrl Down}{Left}{Ctrl Up}" move one word left etc. I was successful in sending the key event. I used libraries like, 1. pynput 2

Re: Python and Windows Services Question

2009-03-04 Thread Tim Golden
Phoe6 wrote: This is a windows services question. The following script which is a windows service was supposed to something ( download wallpaper and set the desktopwallpaper) at 16:45 my time here. The service is running, but the supposed action did not take place. Does anyone who is aware of win

Python and Windows Services Question

2009-03-04 Thread Phoe6
Hello, This is a windows services question. The following script which is a windows service was supposed to something ( download wallpaper and set the desktopwallpaper) at 16:45 my time here. The service is running, but the supposed action did not take place. Does anyone who is aware of win32 apis

Re: embedded python and windows multi threading, can't get it to work

2006-06-13 Thread Serge Orlov
freesteel wrote: > I am trying to run a python programme embedded from C++. I want to run > the same python code concurrently in several threads. I read the manual > on embedding, especially chapter 8, and searched for relevant info on > google all afternoon, but I can't get this to work. What am I

embedded python and windows multi threading, can't get it to work

2006-06-13 Thread freesteel
I am trying to run a python programme embedded from C++. I want to run the same python code concurrently in several threads. I read the manual on embedding, especially chapter 8, and searched for relevant info on google all afternoon, but I can't get this to work. What am I doing wrong? I use pytho

Re: Python and windows bandwidth statistics?

2006-05-11 Thread Roger Upole
win32pdh from Pywin32 lets you access the network performance counters. Roger "Dave Reid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been searching for a something in Python for me to be able to get > the total outbound or inbound bandwidth (in Windows (or cross-OS > c

Python and windows bandwidth statistics?

2006-05-10 Thread Dave Reid
I've been searching for a something in Python for me to be able to get the total outbound or inbound bandwidth (in Windows (or cross-OS compatible). Can anyone help me out? Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Windows new Powershell

2006-05-02 Thread BartlebyScrivener
Actually the best bit I found was a guy on Slashdot who said they could have made the whole thing out of Python. here's a good article, but it's old http://arstechnica.com/guides/other/msh.ars/2 -- http://mail.python.org/mailman/listinfo/python-list

Python and Windows new Powershell

2006-05-02 Thread BartlebyScrivener
The Windows Powershell is available, fka Monad. Any special Python tricks? Just breezing through the manual, they seemed to have borrowed from any language they wanted in making a new scripting language. http://tinyurl.com/l9ghj rd -- http://mail.python.org/mailman/listinfo/python-list

Python and windows

2005-10-10 Thread maxxx_77
I've designed a virtual keyboard (on screen)with Python. I've used Pithonwin and Tkinter. Well, I'd like to use this keyboard with some Windows's Application. This keyboard should find which application is running (with an Active window) and then write on it. The keybord should remain always on des