classification
Title: Compattible
Type: behavior Stage: committed/rejected
Components: None Versions: Python 2.7
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: austin.McCalley, r.david.murray
Priority: normal Keywords:

Created on 2012-05-27 21:12 by austin.McCalley, last changed 2012-05-27 21:26 by r.david.murray. This issue is now closed.

Messages (2)
msg161733 - (view) Author: austin McCalley (austin.McCalley) Date: 2012-05-27 21:12
When I try to run python 2.5 scripts on 2.7 it keeps saying error that there is no module named so and so
msg161736 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-05-27 21:26
Most likely your problem is that you installed the module in question for 2.5, but haven't (yet) installed it for 2.7.  If you find that this isn't the problem you can reopen the issue and provide more details.  But I'm pretty sure that's the problem.
History
Date User Action Args
2012-05-27 21:26:11r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg161736

resolution: invalid
stage: committed/rejected
2012-05-27 21:12:55austin.McCalleycreate