Re: [Catalog-sig] pypi xmlrpc error
by martin other posts by this author
Apr 6 2008 1:21PM messages near this date
[Catalog-sig] pypi xmlrpc error
|
Re: [Catalog-sig] pypi xmlrpc error
> I'm getting an error from the pypi xmlrpc server:
>
> >>> server.release_data('zw.widgets', '0.1.1')
Not surprisingly so - there is no package zw.widgets
registered with PyPI. Try zw.widget (although this,
in turn, fails as the description contains the
character \x0c, which is ill-formed XML).
Regards,
Martin
_______________________________________________
Catalog-SIG mailing list
Catalog-SIG@[...].org
http://mail.python.org/mailman/listinfo/catalog-sig
Thread:
Jim Fulton
martin
Jim Fulton
martin
|