Document windows 7 permissions workaround
[tabakrolletjie.git] / packaging / README.txt
diff --git a/packaging/README.txt b/packaging/README.txt
new file mode 100644 (file)
index 0000000..7c34de4
--- /dev/null
@@ -0,0 +1,8 @@
+Later versions of windows don't allow write access to Program Files by default.
+
+This doesn't play nicely with pycparser's desire to write lextab and yacctab files.
+To work around this problem, we disable that by applying the win7_c_parser.patch
+manually to C:\Python27\Lib\site-packages\pycparser\c_parser.py before running
+py2exe.
+
+Automating this is left as an exercise for some other pyweek.