| Summary: | no curses in the python3 package | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Mathieu Pasquet <mageia> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | jani.valimaa, stblack, sysadmin-bugs, tmb |
| Version: | 2 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | mga2-64-OK mga2-32-OK | ||
| Source RPM: | python3 | CVE: | |
| Status comment: | |||
| Bug Depends on: | |||
| Bug Blocks: | 6664 | ||
Should be fixed in latest release python3-3.2.3-3.mga3 in Cauldron. This also applies to mga2 so I'm changing version from Cauldron to 2. CC:
(none) =>
jani.valimaa jani we have already anupdates in testing https://bugs.mageia.org/show_bug.cgi?id=6664 (validated with the new srpm, so I don't know what to do) Source RPM:
(none) =>
python3 I've already pushed fixed release to core/updates_testing. So, I guess the validation must be done again and then push the new one and mention in advisory that this new update fixes two separate issues. New release is python3-3.2.3-1.2.mga2 and the test case is in first post. Please test. Assignee:
bugsquad =>
qa-bugs
Manuel Hiebel
2012-07-05 20:06:35 CEST
Blocks:
(none) =>
6664 tested on mga2 on x86_64. python3 -c 'import curses', no errors. Update validated. Stblack CC:
(none) =>
stblack
Stefano Negro
2012-07-06 15:43:22 CEST
Whiteboard:
(none) =>
mga2-64-OK wassi232 (user7) has tested this and confirmed the fix i586. The package was already pushed to updates in bug 6664 Closing as fixed Keywords:
(none) =>
validated_update https://wiki.mageia.org/en/Support/Advisories/MGAA-2012-0114 updated tp reference this bug also CC:
(none) =>
tmb |
First of all, I am not a Mageia user, so I apologize if some things are not precise enough. Description of problem: The python3 package does not contain the compiled file for curses (_curses.cpython-32mu.so). It does contain the curses module, with its associated files, but it canât be imported because it requires the _curses module. Version-Release number of selected component (if applicable): Latest python3 package, probably. How reproducible: Everytime I try to import curses with python3. Steps to Reproduce: 1. python3 -c 'import curses' 2. See the traceback: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.2/curses/__init__.py", line 13, in <module> from _curses import * ImportError: No module named _curses