Bug 761583 - Python3 babel package does not work
Summary: Python3 babel package does not work
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: babel
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Jeffrey C. Ollie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-08 16:26 UTC by Felix Schwarz
Modified: 2012-09-25 04:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-25 04:23:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Felix Schwarz 2011-12-08 16:26:17 UTC
Fedora 16 comes with a package python3-babel. However that module does not work (as noted in bug 537266).

For example:
>>> import babel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.2/site-packages/babel/__init__.py", line 29, in <module>
    from babel.core import *
  File "/usr/lib/python3.2/site-packages/babel/core.py", line 19, in <module>
    from babel import localedata
  File "/usr/lib/python3.2/site-packages/babel/localedata.py", line 26, in <module>
    from UserDict import DictMixin
ImportError: No module named UserDict

You really have to wait until I fixed http://babel.edgewall.org/ticket/209 .
No ETA yet though it'll be within the next month.

Comment 1 Felix Schwarz 2012-07-29 17:57:00 UTC
I'd like to bump this bug again - currently Fedora distributes a non-functional package. The current package is not useful at all, you can not even import main module! Please remove python3-babel for now.

Comment 2 Fedora Update System 2012-09-08 21:08:19 UTC
babel-0.9.6-2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/babel-0.9.6-2.fc16

Comment 3 Fedora Update System 2012-09-08 21:08:29 UTC
babel-0.9.6-3.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/babel-0.9.6-3.fc17

Comment 4 Fedora Update System 2012-09-09 02:53:36 UTC
Package babel-0.9.6-3.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing babel-0.9.6-3.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-13666/babel-0.9.6-3.fc17
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2012-09-25 04:23:55 UTC
babel-0.9.6-2.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2012-09-25 04:26:15 UTC
babel-0.9.6-3.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


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