Roundup Tracker - Issues

Issue 2550680

classification
Title: use ctypes when win32* modules are not available
Type: rfe Severity: normal
Components: Installation Versions: 1.4
process
Status: new Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: techtonik
Priority: Keywords:

Created on 2010-11-03 23:07 by techtonik, last changed 2010-11-03 23:07 by techtonik.

Messages
msg4191 (view) Author: [hidden] (techtonik) Date: 2010-11-03 23:07
demo.py doesn't work out of the box currently complaining about missing 
win32file module in backends\portalocker.py

This code can be replaced with ctypes calls as shown at 
http://bitbucket.org/pchambon/python-rock-solid-
tools/src/d2cca1ddac53/rsbackends/pywin32_ctypes.py - ready to use MIT 
licensed code.
History
Date User Action Args
2010-11-03 23:07:57techtonikcreate