Also impacts the version currently in Ubuntu quantal development.
** Changed in: quantum (Ubuntu)
Status: New => Confirmed
** Changed in: quantum (Ubuntu)
Importance: Undecided => High
** Changed in: quantum (Ubuntu)
Status: Confirmed => Triaged
** Changed in: quantum (Ubuntu)
** No longer affects: quantum
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045064
Title:
Impossible to run Quantum Server from testing packages
To manage notifications about this bug go to:
https
** Branch linked: lp:~openstack-ubuntu-testing/quantum/quantal-folsom-
proposed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045064
Title:
Impossible to run Quantum Server from testing packages
T
** Package changed: ubuntu => quantum (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045064
Title:
Impossible to run Quantum Server from testing packages
To manage notifications about this
Updated for comment #3, this basically causes a "gettext / _" failure
since the root package file is missing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045064
Title:
Impossible to run Quantum S
Ok, so the symptons after investigating with Emilien are:
/usr/lib/python2.7/dist-packages/quantum/__init__.py < Was a empty file with no
content but existant (Should have been a symlink pointing to pyshared?
/usr/shared/pyshared/quantum/__init__.py < is the file that should be symlinked
and is
Thank's Dan.
How can I fix that temporarily ?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045064
Title:
Impossible to run Quantum Server from testing packages
To manage notifications about this
This error is usually the result of gettext.install() was not called,
but it should be called any time something in the quantum package is
loaded, based on this grep:
./__init__.py:import gettext
./__init__.py:gettext.install('quantum', unicode=1)
My guess is that this is packaging related, since