Carlos wrote: > Hi, > > I'm new to python and have been trying to install CGKit, it has a bunch > of dependencies that I have to install. /At this point /the problem that > I have is that I need to install Py++, I already installed pygccxml and > GCC-XML. 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. Can you tell me where > is the mistake?
It looks like you are trying to build CGKit from source on a Windows machine. If you are on Windows you should download the binary installer (.exe) for the Python version you are using and run that. According to this page: http://cgkit.sourceforge.net/doc2/externaldeps.html if you use only the "general purpose modules" then the only external dependency is Python itself. So see if you can get that much working first. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor