[Bugs] [Bug 1649054] glustereventsd does not start on Ubuntu 16.04 LTS
bugzilla at redhat.com
bugzilla at redhat.com
Fri Dec 28 11:18:07 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1649054
--- Comment #16 from Arano-kai <captcha.is.evil at gmail.com> ---
As for Comment 12, patch is right and applied. That is not right is python
version:
# python3 -V
Python 3.5.3
# /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
...
>>>SystemError<<<: Parent module '' not loaded, cannot perform relative import
# python3 -V
Python 3.7.2rc1
# /usr/sbin/glustereventsd --pid-file /var/run/glustereventsd.pid
...
>>>ImportError<<<: attempted relative import with no known parent package
So we need catch SystemError for older python.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Bugs
mailing list