Log file Viewer
Help
|
Karma
| Search:
#buildout logs for Friday the 2nd of November, 2012
(
Back to #buildout overview
) (
Back to channel listing
) (
Animate logs
)
[
12:01:02
] <
brodul
> I hav ea problem
[
12:01:08
] <
brodul
> *have a
[
12:01:12
] <
brodul
> http://dpaste.com/822861/
[
12:01:29
] <
brodul
> I downloaded the lastest bootstrap.py
[
12:01:44
] <
brodul
> when i run $ python bootstrap.py
[
12:01:51
] <
brodul
> I get the error above
[
12:04:22
] <
brodul
> I have an ubuntu with Python 2.7.3
[
12:04:57
] <
brodul
> my buildout.cfg is the basic one without parts
[
12:07:00
] <
mgedmin
> when you say "the latest bootstrap.py", what do you mean, exactly?
[
12:07:16
] <
mgedmin
> also, do you have the python-setuptools package installed?
[
12:07:45
] <
brodul
> I usualy wget from http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py
[
12:09:19
] <
brodul
> yes there is python-setuptools installed
[
12:13:03
] <
mgedmin
> hm, I'm unable to reproduce your issue
[
12:13:14
] <
mgedmin
> anything strange in $PYTHONPATH?
[
12:13:22
] <
mgedmin
> is virtualenv involved?
[
12:14:26
] <
brodul
> no
[
12:14:42
] <
brodul
> my pwd is /home/brodul/lomos/m-transaction
[
12:15:56
] <
mgedmin
> does /usr/bin/python -c 'from site import USER_BASE' work, or does it emit that ImportError?
[
12:16:30
] <
brodul
> no errors
[
12:16:44
] <
brodul
> no output
[
12:18:36
] <
brodul
> I went to a different tty same issue but it seems to be this project specific
[
12:18:52
] <
brodul
> does bootstrap read any other files then
[
12:18:58
] <
brodul
> buildout.cfg
[
12:21:27
] <
mgedmin
> I don't think so
[
12:21:37
] <
mgedmin
> it might be using a cached ./setuptools*.egg or something
[
12:25:52
] <
brodul
> tnx
[
12:26:33
] <
brodul
> will show the error to iElectric when he finds some time
[
13:39:13
] <
iElectric
> hmm
[
13:39:58
] <
iElectric
> brodul:
[
13:40:01
] <
iElectric
> can you try https://github.com/buildout/buildout/raw/1.6.x/bootstrap/bootstrap.py
[
13:45:42
] <
iElectric
> brodul: in any case
[
13:45:43
] <
iElectric
> try
[
13:45:47
] <
iElectric
> python bootstrap.py -d
[
14:10:13
] <
brodul
> I tried -d with the old bootstrap
[
14:10:15
] <
brodul
> it fails
[
14:10:30
] <
brodul
> I tried with the github version
[
14:10:33
] <
brodul
> it fails
[
14:11:10
] <
brodul
> http://dpaste.com/822943/
[
14:12:14
] <
iElectric
> hmm
[
14:12:31
] <
iElectric
> sounds like broken python install
[
14:19:40
] <
iElectric
> I see
[
14:19:46
] <
iElectric
> you have relative site folder
[
14:19:50
] <
iElectric
> ;)
[
22:42:25
] <
aclark
> iElectric: do you know of any issues with python2.4 and 1.6.x?