mhammond / pywin32

Python for Windows (pywin32) Extensions
5.06k stars 799 forks source link

vcproj, dsw, and sln files not available in source download? #181

Closed ghost closed 7 years ago

ghost commented 19 years ago

I'm hoping I've missed something very obvious here, but having downloaded the sourceforge distribution of the source "pywin32-203.zip" (using the University of Kent mirror and the Australia mirror), I don't seem to get any vcproj, dsw, or sln files.

I can see them if I browse CVS on the web, but unfortunately I'm stuck behind a firewall which is so far blocking my attempts to access the projects via winCVS. Please check that these files are included/missing and close/fix this Bug report appropriately.

Again, apologies if I missed something obvious (like the files)...

Reported by: markenglish

Original Ticket: "pywin32/bugs/181":https://sourceforge.net/p/pywin32/bugs/181

ghost commented 19 years ago

Logged In: YES user_id=14198

The .dsw missing is indeed a bug that I have fixed. There are no VC7 projects being maintained at all. Note that the system is now built using distutils - just run "setup.py install". If run with python 2.3 or earlier it will use VC6, but if 2.4 and later VC7. This build process does not use the .dsw files, so it should work for you.

Original comment by: mhammond

ghost commented 19 years ago

Original comment by: mhammond