On Sat, Nov 14, 2009 at 3:40 AM, Khalid Al-Ghamdi <[email protected]> wrote: > Hi, > for some reason I haven't been able to get python 3 to work from the the > command line. I've added it to the the path in the the system variables but > still no luck. when I try to run python 2.6 it works flawlessly, though, > bearing in mind that it wasn't added to the system variables! > i'm running windows vista and have python 30 ,31 and 26 installed. > all of this , by the way, was just to get easy install to work so i can get > nose working to do some practice of unit testing!
I don't think setuptools supports Python 3. There is a fork of setuptools called distribute that does support Python 3. Kent _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
