Discussion:
[python-win32] python-win32 Digest, Vol 141, Issue 8
Chris Smith
2014-12-27 15:13:22 UTC
Permalink
Also, is more than just a SourceForge account necessary to do a read-only
checkout of the code?
Send python-win32 mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.python.org/mailman/listinfo/python-win32
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of python-win32 digest..."
1. Compiler info (Gary Scorby)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Dec 2014 17:51:22 +0000
Subject: [python-win32] Compiler info
<
Content-Type: text/plain; charset="us-ascii"
What version of Visual Studio is used to compile the current 219 download
for Python 2.7?
Thank you
Gary Scorby
FINANCIAL TECHNOLOGIES. SOLUTIONS FOR PEOPLE.TM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://mail.python.org/pipermail/python-win32/attachments/20141224/cc7c27de/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 761 bytes
Desc: image001.jpg
URL: <
Loading Image...
------------------------------
Subject: Digest Footer
_______________________________________________
python-win32 mailing list
https://mail.python.org/mailman/listinfo/python-win32
------------------------------
End of python-win32 Digest, Vol 141, Issue 8
********************************************
--
History tells all of us that nobody gets a pass. Your [country's]
perpetual existence is not guaranteed. If you do not believe in yourself,
and believe that you're better than the alternative, and have the
educational skills to come to that empirical judgment, then there is no
reason for you to continue, and often you won't. --Victor Davis Hanson
Tim Golden
2014-12-27 20:25:52 UTC
Permalink
Post by Chris Smith
Also, is more than just a SourceForge account necessary to do a
read-only checkout of the code?
To do a read-only checkout of the code, you don't even need a
SourceForge account. Just clone it:

hg clone http://pywin32.hg.sourceforge.net:8000/hgroot/pywin32/pywin32

The previous poster's question was: which version of VS is used to build
pywin32. Since it's built via distutils, you would normally use the VS
version which is used to build the version of Python you're running. For
2.6, 2.7 that's VS 2008; for 3.x that's VS 2010. (I can't remember if VS
2010 came in after 3.0). For 3.5, it's looking like any of 2010, 2013,
2015 will work but I haven't tested building against those yet; don't
know if Mark has either.

TJG

Loading...