From: schlatterbeck Date: Sun, 29 May 2011 20:01:16 +0000 (+0000) Subject: - document experience from release(s) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=278d696918b08555a1a3b292cdf58889e6926149;hp=e53758722c4237c6b2a973812a81438b575dcab6;p=roundup.git - document experience from release(s) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4613 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/BUILD.txt b/BUILD.txt index bbee3a7..7b1090a 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -50,6 +50,10 @@ So, those commands in a nice, cut'n'pasteable form:: python setup.py bdist_wininst python setup.py register python setup.py sdist upload --sign - python setup.py bdist_wininst upload --sign + python2.5 setup.py bdist_wininst upload --sign (if the last two fail make sure you're using python2.5+) +Note that python2.6 won't correctly create a bdist_wininst install on +Linux (it will produce a .exe with "linux" in the name). Maybe +2.7 fixes this? (Ralf) +