I was able to configure NetBeans for 2.6.1 by going to to the Python Platform Manager, creating a new platform, and pointing NetBeans at python.exe where I installed 2.6.1. However, when I follow the exact same steps for 3.0, I get an error in the NetBeans console that says "SyntaxError: invalid syntax".
If it matters, Python is installed in this format:
/Program Files
/Python
/2.6
python.exe and everything else
/3.0
python.exe and everything else
I'm wondering if anyone else has experienced this and what they did to correct the problem.