1

I always have to search google for some EXE or MSI to install module in python on Windows Sometimes there are precompiled modules only for win32 but not amd64

I am debating to use ActiveState Python or install some module manager.

Could you advice the best solution. Especially if you use it yourself.

Thank You

Max
  • 6,286
  • 5
  • 44
  • 86

1 Answers1

1

The most popular one I know of these days is pip, often used in conjunction with virtualenv for sandboxing your development environments.

There are a number of articles on getting started with the combo of the two:

Daniel DiPaolo
  • 55,313
  • 14
  • 116
  • 115
  • Wondering why someone minus that post? I would like to hear comments. I even put pip in tags and reviewed it as option. – Max Aug 31 '12 at 21:48