Are you using svn? If so, the pavement.py should be included. The
problem is that Paver doesn't do any monkeying with the MANIFEST
itself. It probably should.
You should create a MANIFEST.in to catch anything that needs to be
included but is not. Here's Paver's:
include metainfo.py
include LICENSE.txt
include scripts/*
recursive-include paver/docs *
include paver-minilib.zip
include setup.py
recursive-include paver/tests *
Kevin
>
> Ok, so I got staticlxml working for anyone that wants it.
That's a beautiful thing. (Truth be told, though, lxml is not hard to
install now if you have MacPorts. This is just much easier and doesn't
require MacPorts)
> Kevin, if you could take a look at why easy_install staticlxml does
> not work, I would be very apprciative.
I am totally slammed right now. I would be interested in taking a
look, but I think I'm going to be running at full speed up until
PyWorks.
Kevin