Skip to content

Instantly share code, notes, and snippets.

View zigarn's full-sized avatar
🇫🇷
⁉️ 🅰️ 🐍 🐳 ☸️ ☯️

Alexandre Garnier zigarn

🇫🇷
⁉️ 🅰️ 🐍 🐳 ☸️ ☯️
View GitHub Profile
@zigarn
zigarn / register.py
Last active August 29, 2015 14:04 — forked from nickleefly/register.py
#
# script to register Python 2.6 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
# modified by Alexandre Garnier to also work for Python 3