[Tutor] CGKit

Luke Paireepinart rabidpoobear at gmail.com
Tue Oct 3 17:24:20 CEST 2006


> To install Py++ I downloaded it, and extracted it, next I 
> opened a windows command prompt and went to the corresponding directory, 
> then I typed "python setup.py install" this is supposed to install the 
> package? Because I only get a message from windows that states that to 
> install anything I must go to the control panel. 
It would be helpful if you included the actual error message here.
> Can you tell me where 
> is the mistake?
>   
Maybe python isn't in your path.
try this:

path = %path%;c:/python24
python setup.py install


More information about the Tutor mailing list