Re: [Tutor] Installing ActiveState Python vs2003
by Andrei other posts by this author
Sep 29 2005 11:23PM messages near this date
[Tutor] Installing ActiveState Python vs2003
|
[Tutor] Generalising system processes
Mohammad Moghimi <m.moghimi <at> gmail.com> writes:
> When I tried to install activestate python(.net implementation of python) to
my visual studio 2003.
> It gives me this error message:
>
> The Visual Python Installer found an installation of Python 2.4,
> but it also requires the win32 extensions.
>
> what's the problem? -- Mohammaddo you Python?!!
It seems you need to install win32all
(http://starship.python.net/crew/mhammond/win32/). The ActiveState Python distro
(ActivePython) includes this as well. Note that ActivePython is not the same
thing as ActiveState Visual Python, which seems to be what you got - one is a
Python distro, the other is an extension of the VisualStudio IDE. Neither is a
.Net implementation of Python, IronPython is (http://www.ironpython.com/).
Yours,
Andrei
_______________________________________________
Tutor maillist - Tutor@[...].org
http://mail.python.org/mailman/listinfo/tutor
Thread:
Mohammad Moghimi
Andrei
|