Skip to content

Instantly share code, notes, and snippets.

View coolmian's full-sized avatar

coolmian coolmian

View GitHub Profile
@embray
embray / win_register_python.py
Created July 19, 2013 22:25
A script to register Python under HKEY_CURRENT_USER in addition to HKEY_LOCAL_MACHINE
#
# script to register Python 2.0 or later for use with win32all
# and other extensions that require Python registry settings
#
# written by Joakim Loew for Secret Labs AB / PythonWare
#
# source:
# http://www.pythonware.com/products/works/articles/regpy20.htm
#
# modified by Valentine Gogichashvili as described in http://www.mail-archive.com/distutils-sig@python.org/msg10512.html