Hi guys,
I understand that this is almost certainly a downstream problem with
the Ubuntu packages, but I wanted to see if anyone here has run into it
before I log a bug...
On Ubuntu 13.04 (packages up to date as of today), after installing
targetcli and dependencies, on attempting to run targetcli I get the
following error:
Traceback (most recent call last):
File "/usr/bin/targetcli", line 24, in <module>
from targetcli import UIRoot
File "/usr/lib/python2.7/dist-packages/targetcli/__init__.py", line
18, in <module>
from ui_root import UIRoot
File "/usr/lib/python2.7/dist-packages/targetcli/ui_root.py", line
24, in <module>
from ui_target import UIFabricModule
File "/usr/lib/python2.7/dist-packages/targetcli/ui_target.py", line
21, in <module>
from ui_backstore import dedup_so_name
File "/usr/lib/python2.7/dist-packages/targetcli/ui_backstore.py",
line 22, in <module>
from rtslib import FileIOBackstore, IBlockBackstore
ImportError: cannot import name FileIOBackstore
This is reproducible both on a server I upgraded to 13.04, as well as
a completely fresh build.
As I say, this looks like it's probably an issue with the rtslib
package on Ubuntu, but has anybody else seen it? Unfortunately I'm not
competent in Python to be able to debug.
Cheers!
---tim
--
To unsubscribe from this list: send the line "unsubscribe target-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html