[Twisted-Python] easy_install and twisted problems?

2010-12-14 Thread Ken MacDonald
I'm trying to use easy_install to load twisted, but I keep getting the following error about not being able to find "vcvarsall.bat". As you can see, I have the .bat and it's in the PATH. I have Visual Studio C++ Express installed, and googled a bunch of references to similar easy_install problems;

Re: [Twisted-Python] easy_install and twisted problems?

2010-12-14 Thread exarkun
On 02:06 pm, drken...@gmail.com wrote: >I'm trying to use easy_install to load twisted, but I keep getting the >following error about not being able to find "vcvarsall.bat". As you >can >see, I have the .bat and it's in the PATH. I have Visual Studio C++ >Express >installed, and googled a bunch o

Re: [Twisted-Python] easy_install and twisted problems?

2010-12-14 Thread Ken MacDonald
Thanks Jean-Paul, This seems to work fine, and quickly, too. Just before your message, I was able to get an apparently successful install of twisted by installing ActiveState Python 2.6, and installing with their package manager, so: c:\>pypm install twisted but the installers you mention are pr