On Thu, Jan 23, 2003 at 01:23:37PM -0500, Grant Goodyear wrote: > package_name = '.'.join(__name__.split('.')[:-1]) >TypeError: expected a character buffer object In the current version of the code, that line is: package_name = str('.').join(__name__.split(str('.'))[:-1]) I believe the new version is what's in Quixote 0.6b1. Try running setup.py with --force to require that old files get overwritten. --amk (www.amk.ca) COUNTESS: Grief would have tears, and sorrow bids me speak. -- _All's Well That Ends Well_, III, iv
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+MDSGkk7iDRL+RlcRAi1gAJ4rdQfjPXlroJ+r9yuvUvfwzYsg9wCeLzbT lIVZ1f9EW7GcsEidXoWkQN8= =gDSV -----END PGP SIGNATURE-----