Skip to content

Commit a142db2

Browse files
author
Ralf Schlatterbeck
committed
- document experience from release(s)
1 parent e682c0d commit a142db2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ So, those commands in a nice, cut'n'pasteable form::
5050
python setup.py bdist_wininst
5151
python setup.py register
5252
python setup.py sdist upload --sign
53-
python setup.py bdist_wininst upload --sign
53+
python2.5 setup.py bdist_wininst upload --sign
5454

5555
(if the last two fail make sure you're using python2.5+)
56+
Note that python2.6 won't correctly create a bdist_wininst install on
57+
Linux (it will produce a .exe with "linux" in the name). Maybe
58+
2.7 fixes this? (Ralf)
59+

0 commit comments

Comments
 (0)