problems with fonttools

hi, I am trying to install the latest CVS and I am getting the following error message:

root@…116… matplotlib]# python setup.py install

running install

running build

running build_py

package init file ‘ttfquery/init.py’ not found (or not a regular file)

package init file ‘FontTools/init.py’ not found (or not a regular file)

package init file ‘FontTools/fontTools/init.py’ not found (or not a regular file)

package init file ‘FontTools/fontTools/encodings/init.py’ not found (or not a regular file)

error: package directory ‘FontTools/fontTools/misc’ does not exist

[root@…116… matplotlib]# python setup.py install

running install

running build

running build_py

package init file ‘ttfquery/init.py’ not found (or not a regular file)

package init file ‘FontTools/init.py’ not found (or not a regular file)

package init file ‘FontTools/fontTools/init.py’ not found (or not a regular file)

package init file ‘FontTools/fontTools/encodings/init.py’ not found (or not a regular file)

error: package directory ‘FontTools/fontTools/misc’ does not exist

these folder did come with cvs update -d

what wrong here?

thanks for any help…

FLavio