Description of problem: When creating a new python project the python project setting for the python version is set to Python 2.3, but Python 2.4 is the version shipped in fedora core. Version-Release number of selected component (if applicable): eclipse-pydev-0.9.3_fc-10 How reproducible: Haven't tried Steps to Reproduce: 1. Create new Simple project 2. Create test.py 3. Right-click on project and choose Properties 4. Click on Pydev details Actual results: Python Version is set to Version 2.3 Expected results: Python Version should be set to Version 2.4
Version now defaults to 2.4 in project properties. Running a quick python script with "print sys.version" verifies the 2.4 interpreter is in use.