From 278d696918b08555a1a3b292cdf58889e6926149 Mon Sep 17 00:00:00 2001 From: schlatterbeck Date: Sun, 29 May 2011 20:01:16 +0000 Subject: [PATCH] - document experience from release(s) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4613 57a73879-2fb5-44c3-a270-3262357dd7e2 --- BUILD.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) + -- 2.30.2