Modify ↓
Ticket #1153 (closed defect: fixed)
Have a traceback when I install BCFG2 server.
Reported by: | Xin Luo <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 1.3.3 Release (Bugfix) |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | install fail | Cc: |
Description
I try install bcfg2-1.3.4. After run
python setup.py install --prefix=/install/prefix
I got A traceback:
Traceback (most recent call last):
File "setup.py", line 3, in ?
from setuptools import setup
ImportError?: No module named setuptools
tHANKS FOR YOUR HELP.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
I've updated the prerequisites to mention python-setuptools. This is required to install manually.