Opened 14 years ago
Closed 14 years ago
#902 closed defect (fixed)
add the python-distutils-extra dependancy
Reported by: | bzg | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | sugar-jhbuild | Version: | Unspecified |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
I tried to do a fresh sugar-jhbuild install.
I pulled the repo and updated it without trouble.
./sugar-jhbuild depscheck told me to install python-empy
Then ./sugar-jhbuild:
,----
| * Checking out sugar-update-control * [25/40]
| git pull --rebase
| Current branch master is up to date.
| * Building sugar-update-control * [25/40]
| python setup.py build
| Traceback (most recent call last):
| File "setup.py", line 2, in <module>
| from DistUtilsExtra.command import * # gettext support
| ImportError: No module named DistUtilsExtra.command
`----
sudo apt-get install python-distutils-extra solves this problem.
It should be added to the list of dependencies.
Change History (1)
comment:1 Changed 14 years ago by sascha_silbe
- Distribution/OS changed from Ubuntu to Unspecified
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Building sugar-jhbuild on Ubuntu Jaunty: add the python-distutils-extra dependancy to add the python-distutils-extra dependancy
Fixed on all distros (package name for Mandriva is just a guess, though), thanks for the report!