Harry
unread,Nov 17, 2009, 7:45:22 PM11/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mem-users
Hey all,
just grabbed the code of Git, looks like a great build sys!
However, after a
$python setup.py build
$sudo python setup.py install
and cd-ing into the examples dir this is what i get:
harry@audioLinux:~/mem/examples/hello-1$ mem
Traceback (most recent call last):
File "/usr/bin/mem", line 6, in <module>
main()
File "/usr/lib/python2.5/site-packages/mem/__init__.py", line 110,
in main
do_build(root, mfr_mod.build)
File "/usr/lib/python2.5/site-packages/mem/__init__.py", line 98, in
do_build
build_callable()
File "/home/harry/mem/examples/hello-1/MemfileRoot", line 5, in
build
hello_o = mem.tasks.gcc.obj("hello.c")
AttributeError: 'module' object has no attribute 'gcc'
harry@audioLinux:~/mem/examples/hello-1$ ImportError: No module named
nose.toolsbash: ImportError:: command not found
Anybody know what this is, experience this error before or have a tip?
Cheers, -Harry van Haaren