> 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@python.org
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to