Dependency Issues
nwu is designed with Debian and Ubuntu in mind. It's a goal of the project to have official packages in both distros.
Ubuntu is more complicated since the "main" distro is very small and, currently, nwu depends in packages that are in Universe.
I either have to re-code it and remove dependecies or, argh, we have to try put them on ubuntu's main.
A specific problem is that main does not have any python soap implementation. It doesn't seem to have xmlrpc either. DONE, Using xmlrpclib and m2crypto. xmlrpclib is part of Debian's base of python2.4