Questions tagged [pywin]

pywin is a python module, lightweight launcher and switcher for Windows command line and MSYS/MINGW32

pywin is a python module, lightweight launcher and switcher for Windows command line and MSYS/MINGW32.

52 questions
0
votes
0 answers

How do we send keystrokes and values in an interactive python script?

Editor: Eclipse Pydev, OS- Centos I have a python script which executes an interactive shell script. Half way through the execution, I am prompted for input values. The values to be entered differs. So, for example, if halfway through the script, I…
Tejas
  • 57
  • 8
0
votes
0 answers

Shell Execute function from win32api module is not working under Apache2.2 service

The code: win32api.ShellExecute(0, "print", "D:/prints/2.pdf" , None, ".", 0) The above code is working fine under Django server. But it is not working under apache2.2 what to do please help.
Gopi Krishna
  • 108
  • 2
  • 16
0
votes
1 answer

Where to download pywin64?

Now,I use windows7 professional,the version of python is 2.7.6,I need a editor to write code. does pywin have 64bits?And where to download?thanks.
mumu
  • 57
  • 2
  • 3
  • 11
0
votes
1 answer

Installing cocos2d-x on windows 7

I'm trying to install cocos2d-x on win7. I've been following this guide http://cocos2d.org/doc/programming_guide/id1.html I have python 2.5, pygame1.9.2, pyglet1.1.4, pywin, Cygwin and Mingw installed. The guide says that for cocos particles to work…
user1933462
0
votes
1 answer

Python, wxPython error

Can anybody help me figure out what I'm doing wrong I've very little experience with GUIs. code: import wx class bucky(wx.Frame): #constructor def __init__(self,parent,id): wx.Frame.__init__(self,parent,id,'Frame…
0
votes
0 answers

Windows ReadDirectoryChangesW() -- Handle duplicated events

I'm monitoring directory changes in Windows with Python win32 module. The task is to capture CREATE, DELETE, and MODIFY events for both files and directories recursively in a specified directory. NotifyFlag is set like…
Summer_More_More_Tea
  • 12,740
  • 12
  • 51
  • 83
0
votes
1 answer

Use Python win32api module to control Steam games

I am making a gyro mouse. The driver script reads sensor input and moves mouse accordingly with win32api commands. win32api.SetCursorPos((xStart-int(dh*xsensitivity),ypos)) When I open a full screen game such as Counter Strike Source, the mouse…
1 2 3
4