All of lore.kernel.org
 help / color / mirror / Atom feed
* vstart and Python bindings
@ 2016-02-25  6:37 Pete Zaitcev
  2016-02-25  7:04 ` Loic Dachary
  2016-02-25 11:41 ` John Spray
  0 siblings, 2 replies; 8+ messages in thread
From: Pete Zaitcev @ 2016-02-25  6:37 UTC (permalink / raw)
  To: ceph-devel

I did a git pull today and rebuilt. Ran vstart, and it produced a
Python traceback, ending with:

ImportError: No module named rados

Oooookay... This box never had Python bindings installed, but okay,
someone innovated something. Fine, I thought. Installed python-rados,
and ./ceph -w tracebacks:

Traceback (most recent call last):
  File "./ceph", line 953, in <module>
    retval = main()
  File "./ceph", line 778, in main
    run_in_thread(cluster_handle.monitor_log, level, watch_cb, 0)
AttributeError: 'Rados' object has no attribute 'monitor_log'

Of course. The system version of pybind is obsolete, but ./ceph gets
wrong one. Actually, it's not even getting built from .pyx anymore.

Could whoever did all this please undo?

-- Pete

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-26  8:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25  6:37 vstart and Python bindings Pete Zaitcev
2016-02-25  7:04 ` Loic Dachary
2016-02-25 11:20   ` Willem Jan Withagen
2016-02-26  0:27   ` Pete Zaitcev
2016-02-26  4:41     ` Loic Dachary
2016-02-26  8:38       ` kefu chai
2016-02-25 11:41 ` John Spray
2016-02-26  0:35   ` Pete Zaitcev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.