"Kartic" <[EMAIL PROTECTED]> writes: > Hello, > > I downloaded the Win32 installer for Twisted 1.3.0, Python 2.3. > > The installer, when executed under my login, fails as it requires > administrator rights to install (why they have it as a requirement, I > don't understand). > > So I started the installer as the admin user. That too failed because I > have a non-admin install of Python 2.3 on my machine and when I launch > the Twisted installer as admin, it is unable to find a Python > installation for the admin user! > > So, can someone let me know how I can install Twisted as a non-admin > user for a non-admin installation of Python? Installing from source is > not an option as I do not have MSVC.
You can get the MSVC compiler for free, and use that to build from source. See http://groups-beta.google.com/group/comp.lang.python/browse_thread/thread/73f29284d1e031c7 for details. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list
