| Summary: | don't hard-code path to /usr/bin/python | ||
|---|---|---|---|
| Product: | systemd | Reporter: | Peter Simons <simons> |
| Component: | general | Assignee: | systemd-bugs |
| Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
| Severity: | minor | ||
| Priority: | medium | CC: | maxposedon, simons |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Peter Simons
2012-10-19 21:42:24 UTC
Keep in mind that systemd-analyze is python2.7 only nowadays.
% python3.2 /usr/bin/systemd-analyze plot
Traceback (most recent call last):
File "/usr/bin/systemd-analyze", line 309, in <module>
verb.get(args[0], unknown_verb)()
File "/usr/bin/systemd-analyze", line 277, in plot
surface.finish()
TypeError: must be str, not bytes
Fixed in 197. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.