[Bug 1777440] Re: py3 - TypeError: install() got an unexpected keyword argument 'unicode'
OpenStack Infra
1777440 at bugs.launchpad.net
Thu Jul 12 12:35:21 UTC 2018
Reviewed: https://review.openstack.org/576133
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=08d581fd5c4dcd91cf5999fa270d32e6fe6edf43
Submitter: Zuul
Branch: master
commit 08d581fd5c4dcd91cf5999fa270d32e6fe6edf43
Author: Corey Bryant <corey.bryant at canonical.com>
Date: Mon Jun 18 09:10:57 2018 -0400
py3.x: Fix usage of gettext.install
This needed to be updated to get py3.x to work.
Change-Id: I987854c0266566e1e7722478dbb3e27bcffbb08b
Closes-Bug: #1777440
** Changed in: trove
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to openstack-trove in Ubuntu.
https://bugs.launchpad.net/bugs/1777440
Title:
py3 - TypeError: install() got an unexpected keyword argument
'unicode'
Status in OpenStack DBaaS (Trove):
Fix Released
Status in openstack-trove package in Ubuntu:
Triaged
Bug description:
Traceback (most recent call last):
File "/usr/bin/trove-api", line 10, in <module>
sys.exit(main())
File "/usr/lib/python3/dist-packages/trove/cmd/common.py", line 62, in run
conf = initialize(**kwargs)
File "/usr/lib/python3/dist-packages/trove/cmd/common.py", line 20, in initialize
gettext.install('trove', unicode=1)
TypeError: install() got an unexpected keyword argument 'unicode'
To manage notifications about this bug go to:
https://bugs.launchpad.net/trove/+bug/1777440/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list