How to install setproctitle for Python 3
Spain, Dr. Jeffry A.
spainj at countryday.net
Tue May 22 02:50:42 UTC 2012
> This will be highly system dependent, but on my MacOS Lion with
> Python3 installed via the Homebrew package system, the following
> works:
> % python3.2 /usr/local/bin/easy_install setproctitle
While /usr/local/bin/easy_install exists on my Ubuntu system, I get the following error with the above command:
Traceback (most recent call last):
File "/usr/local/bin/easy_install", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
I will research this issue further, both with Python 3 installed via apt and built from source, until I figure out how to install modules properly. This isn't a terrible problem. The process names shown by ps, e.g. /usr/bin/python3 /usr/libexec/bind10-devel/b10-cmdctl, are comprehensible if not exactly succinct. Thanks. Jeff.
More information about the bind10-users
mailing list