> 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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to