Changeset: ca16f736260f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca16f736260f Modified Files: buildtools/doc/windowsbuild.rst Branch: Oct2010 Log Message:
Add a remark about using the correct Python to create an installer for the python component. diffs (15 lines): diff -r da009513bc06 -r ca16f736260f buildtools/doc/windowsbuild.rst --- a/buildtools/doc/windowsbuild.rst Wed Sep 08 17:59:10 2010 +0200 +++ b/buildtools/doc/windowsbuild.rst Wed Sep 08 17:57:54 2010 +0200 @@ -196,7 +196,10 @@ Windows binary distribution. On Windows64 you can use either the 32-bit or 64-bit version of -Python. +Python. However, if you're going to create an installer for the +python component using ``python setup.py bdist_msi`` or ``python +setup.py bdist_wininst``, you should use the version of Python for +which you're creating the installer. __ http://www.python.org/ _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
