Bug 164847 - Python version defaults to 2.3 instead of 2.4
Summary: Python version defaults to 2.3 instead of 2.4
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse-pydev
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jeff Pound
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-01 19:41 UTC by Robin Green
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: eclipse-pydev-0.9.3_fc-11
Clone Of:
Environment:
Last Closed: 2005-08-03 14:23:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robin Green 2005-08-01 19:41:02 UTC
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

Comment 1 Jeff Pound 2005-08-03 14:23:54 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.