X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=packaging%2FREADME.txt;fp=packaging%2FREADME.txt;h=7c34de4cb1a5e2c52e6a4122d4abba3a72c1db0b;hp=0000000000000000000000000000000000000000;hb=ff816a7a672836c685ca15449a8300bdd21cf621;hpb=470ea2039c446fbabab939345724503ce50b5e30 diff --git a/packaging/README.txt b/packaging/README.txt new file mode 100644 index 0000000..7c34de4 --- /dev/null +++ b/packaging/README.txt @@ -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.