| *** alga_ has joined #schooltool | 00:37 | |
| *** alga has quit IRC | 00:37 | |
| *** alga has joined #schooltool | 00:44 | |
| *** alga_ has quit IRC | 00:48 | |
| *** mgedmin has quit IRC | 00:53 | |
| *** jelkner has quit IRC | 01:16 | |
| *** alga has quit IRC | 01:29 | |
| *** ignas has quit IRC | 02:30 | |
| *** powellc has quit IRC | 03:03 | |
| *** th1a has quit IRC | 03:31 | |
| *** replaceafill has joined #schooltool | 03:37 | |
| *** replaceafill has quit IRC | 03:50 | |
| *** replaceafill has joined #schooltool | 05:50 | |
| *** replaceafill has quit IRC | 06:34 | |
| *** povbot` has joined #schooltool | 10:12 | |
| *** ignas has joined #schooltool | 11:25 | |
| *** yvl has quit IRC | 11:33 | |
| *** yvl has joined #schooltool | 11:36 | |
| *** Aiste has quit IRC | 12:50 | |
| *** alga has joined #schooltool | 13:01 | |
| *** Aiste has joined #schooltool | 13:56 | |
| *** menesis has quit IRC | 14:22 | |
| *** ignas has quit IRC | 14:35 | |
| *** mgedmin has joined #schooltool | 14:41 | |
| *** yvl has quit IRC | 14:51 | |
| *** Aiste has quit IRC | 14:52 | |
| *** ignas has joined #schooltool | 15:15 | |
| *** menesis has joined #schooltool | 15:22 | |
| *** th1a has joined #schooltool | 15:49 | |
| *** Aiste has joined #schooltool | 16:14 | |
| *** replaceafill has joined #schooltool | 17:06 | |
| *** dogi_ has joined #schooltool | 17:33 | |
| *** aelkner has quit IRC | 17:35 | |
| *** mgedmin has quit IRC | 18:09 | |
| *** Aiste has quit IRC | 18:11 | |
| *** alga has quit IRC | 18:12 | |
| *** aelkner has joined #schooltool | 18:28 | |
| th1a | Hi aelkner. | 18:33 |
|---|---|---|
| th1a | I can't get your branch to build. | 18:33 |
| th1a | Do you/I need to add something to buildout.cfg? | 18:33 |
| *** ignas has quit IRC | 19:36 | |
| replaceafill | th1a, what error do you get? it works for me | 20:08 |
| *** menesis has quit IRC | 20:14 | |
| th1a | hoffman@stone:~/Desktop/schooltools/schooltool.philippines$ make | 20:21 |
| th1a | python2.6 bootstrap.py | 20:21 |
| th1a | Creating python | 20:21 |
| th1a | Creating python/lib/python2.6 | 20:21 |
| th1a | Creating python/lib/python2.6/site-packages | 20:21 |
| th1a | Creating python/include/python2.6 | 20:21 |
| th1a | Creating python/bin | 20:21 |
| th1a | Copying /usr/bin/python2.6 to python/bin | 20:21 |
| th1a | Creating directory '/home/hoffman/Desktop/schooltools/schooltool.philippines/bin'. | 20:21 |
| th1a | Creating directory '/home/hoffman/Desktop/schooltools/schooltool.philippines/parts'. | 20:21 |
| th1a | Creating directory '/home/hoffman/Desktop/schooltools/schooltool.philippines/eggs'. | 20:21 |
| th1a | Creating directory '/home/hoffman/Desktop/schooltools/schooltool.philippines/develop-eggs'. | 20:22 |
| th1a | Generated script '/home/hoffman/Desktop/schooltools/schooltool.philippines/bin/buildout'. | 20:22 |
| th1a | bin/buildout | 20:22 |
| th1a | Traceback (most recent call last): | 20:22 |
| th1a | File "bin/buildout", line 173, in <module> | 20:22 |
| th1a | import zc.buildout.buildout | 20:22 |
| th1a | ImportError: No module named buildout.buildout | 20:22 |
| th1a | oop. | 20:22 |
| th1a | I am bad. | 20:22 |
| th1a | That's also after updating to Lucid. | 20:22 |
| replaceafill | ah, i'm still using python2.5 :( | 20:23 |
| replaceafill | in debian ;) | 20:23 |
| th1a | Well, you're going to have to upgrade, because Cambodia will be using Lucid. | 20:37 |
| th1a | Do you have any idea, replaceafill, what might cause that kind of error? | 20:38 |
| replaceafill | ah, since we're going to deploy debs, right? | 20:38 |
| th1a | Yes. | 20:38 |
| replaceafill | th1a, are you using shared eggs? | 20:39 |
| th1a | I think so. | 20:39 |
| th1a | Should I delete the old ones? | 20:39 |
| replaceafill | no | 20:39 |
| replaceafill | your other instances will break | 20:40 |
| replaceafill | you could specify a 'eggs-directory = eggs' line in your buildout cfg file | 20:40 |
| replaceafill | actually base.cfg | 20:40 |
| th1a | hm. didn't do it. | 20:41 |
| replaceafill | under the [buildout] section | 20:41 |
| replaceafill | or buildout.cfg also has that section | 20:41 |
| replaceafill | try 'make realclean' first | 20:42 |
| th1a | I put it in the wrong place. | 20:42 |
| replaceafill | ah | 20:42 |
| th1a | Still doesn't work. | 20:43 |
| replaceafill | buildout.cfg -> [buildout] section -> eggs-directory = eggs | 20:43 |
| replaceafill | make realclean | 20:43 |
| replaceafill | make | 20:43 |
| th1a | agh. | 20:46 |
| replaceafill | :( | 20:46 |
| replaceafill | th1a, can you paste the bin/buildout file? | 20:47 |
| replaceafill | there we can see the place where python is looking for the egg | 20:47 |
| replaceafill | /home/elbixio/docs/opt/sandboxes/schooltool.philippines/eggs/zc.buildout-1.5.0b2-py2.5.egg for instance | 20:48 |
| th1a | It looks screwed up... | 20:48 |
| th1a | http://paste.lisp.org/display/98836 | 20:50 |
| replaceafill | :| | 20:51 |
| th1a | What does yours look like? | 20:51 |
| replaceafill | http://paste.lisp.org/display/98837 | 20:52 |
| th1a | Well, I don't need to bang my head against this now. | 20:52 |
| replaceafill | do you have schooltool installed in your lucid? | 20:52 |
| th1a | Debs, yes. | 20:53 |
| replaceafill | it could be a conflict with the python-zc.buildout package | 20:54 |
| th1a | ah | 20:55 |
| *** menesis has joined #schooltool | 21:01 | |
| *** replaceafill has quit IRC | 21:26 | |
| *** ignas has joined #schooltool | 22:22 | |
| *** replaceafill has joined #schooltool | 23:00 | |
| *** alga has joined #schooltool | 23:05 | |
| *** aelkner has quit IRC | 23:57 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!