> YES.I also downloaded that ez_setup.py file and put it into my > pythons/scripts directory
This is a temporary file, once setuptools are installed, you can get rid of it. > I opened the command prompt and issued the command python ez_setup.py It > throws HTTP Proxy authentication error So the problem is that setuptools never got installed. You either need to bypass your proxy, use a transparent proxy tool, or download a setuptools pre-bundled egg file. Read the documentation available from the web site where you've downloaded ez_setup.py to deal with this issue Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
