0

Now,I use windows7 professional,the version of python is 2.7.6,I need a editor to write code. does pywin have 64bits?And where to download?thanks.

mumu
  • 57
  • 2
  • 3
  • 11

1 Answers1

14

There is no pywin64. But pywin32 has 64-bit builds.

See pywin32-219.win-amd64-py2.7.exe at the official site repository

Parker
  • 8,539
  • 10
  • 69
  • 98
Dan D.
  • 73,243
  • 15
  • 104
  • 123
  • thanks a lot.I solve the trouble.but I don't find the running file under c:\Python27,can you tell me? – mumu Feb 26 '14 at 11:07