setup.py not found when installing a module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gf.recipe.bzr |
New
|
Undecided
|
Unassigned |
Bug Description
when I try to checking out a python project (coltrane blog app) from launchpad using gf.recipe.bzr I got this error:
Updating django.
django: Updating Django from svn
Installing coltrane.
coltrane: Getting trunk from bzr repository lp:coltrane-blog
Traceback (most recent call last):
File "/var/folders/
execfile(
IOError: [Errno 2] No such file or directory: '/Users/
While:
Installing coltrane.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/Users/
getattr(
File "/Users/
installed_files = self[part]
File "/Users/
return f()
File "/Users/
self.
File "/Users/
self.
File "/Users/
*args) == 0
AssertionError
this is the conf of the buildout.cfg
[coltrane]
recipe = gf.recipe.bzr
urls = lp:coltrane-blog trunk
summary: |
- setup.py not found when checking out + setup.py not found when installing a module |