Hola a todos.

Se me ocurrió que era buena idea publicar un producto que escribí para
desplegar RSS con JQuery adentro de plone. El producto se llama
iservices.rssdocument y lo pueden encontrar en [1].

Seguí la guía para publicar productos en plone.org [2] y tuve problemas para
subir el código plone.org (No así con pypi, que funcionó sin problemas. El
error es el siguiente:

tzic...@hormiga-negra:~/Documentos/programar/iservices/Productos/iservices.rssdocument$
python2.6 setup.py register sdist upload -r plone.org
running register
running egg_info
writing requirements to iservices.rssdocument.egg-info/requires.txt
writing iservices.rssdocument.egg-info/PKG-INFO
writing namespace_packages to
iservices.rssdocument.egg-info/namespace_packages.txt
writing top-level names to iservices.rssdocument.egg-info/top_level.txt
writing dependency_links to iservices.rssdocument.egg-info/dependency_links.txt
writing entry points to iservices.rssdocument.egg-info/entry_points.txt
writing paster_plugins to iservices.rssdocument.egg-info/paster_plugins.txt
writing manifest file 'iservices.rssdocument.egg-info/SOURCES.txt'
Registering iservices.rssdocument to http://pypi.python.org/pypi
Server response (200): OK
running sdist
creating iservices.rssdocument-0.3
creating iservices.rssdocument-0.3/docs
creating iservices.rssdocument-0.3/iservices
creating iservices.rssdocument-0.3/iservices.rssdocument.egg-info
creating iservices.rssdocument-0.3/iservices/rssdocument
creating iservices.rssdocument-0.3/iservices/rssdocument/browser
creating iservices.rssdocument-0.3/iservices/rssdocument/browser/resources
creating iservices.rssdocument-0.3/iservices/rssdocument/content
creating iservices.rssdocument-0.3/iservices/rssdocument/profiles
creating iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
creating iservices.rssdocument-0.3/iservices/rssdocument/profiles/default/types
creating iservices.rssdocument-0.3/iservices/rssdocument/tests
making hard links in iservices.rssdocument-0.3...
hard linking README.txt -> iservices.rssdocument-0.3
hard linking setup.cfg -> iservices.rssdocument-0.3
hard linking setup.py -> iservices.rssdocument-0.3
hard linking docs/HISTORY.txt -> iservices.rssdocument-0.3/docs
hard linking docs/INSTALL.txt -> iservices.rssdocument-0.3/docs
hard linking docs/LICENSE.GPL -> iservices.rssdocument-0.3/docs
hard linking docs/LICENSE.txt -> iservices.rssdocument-0.3/docs
hard linking iservices/__init__.py -> iservices.rssdocument-0.3/iservices
hard linking iservices.rssdocument.egg-info/PKG-INFO ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/SOURCES.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/dependency_links.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/entry_points.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/namespace_packages.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/not-zip-safe ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/paster_plugins.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/requires.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices.rssdocument.egg-info/top_level.txt ->
iservices.rssdocument-0.3/iservices.rssdocument.egg-info
hard linking iservices/rssdocument/__init__.py ->
iservices.rssdocument-0.3/iservices/rssdocument
hard linking iservices/rssdocument/config.py ->
iservices.rssdocument-0.3/iservices/rssdocument
hard linking iservices/rssdocument/configure.zcml ->
iservices.rssdocument-0.3/iservices/rssdocument
hard linking iservices/rssdocument/interfaces.py ->
iservices.rssdocument-0.3/iservices/rssdocument
hard linking iservices/rssdocument/version.txt ->
iservices.rssdocument-0.3/iservices/rssdocument
hard linking iservices/rssdocument/browser/__init__.py ->
iservices.rssdocument-0.3/iservices/rssdocument/browser
hard linking iservices/rssdocument/browser/configure.zcml ->
iservices.rssdocument-0.3/iservices/rssdocument/browser
hard linking iservices/rssdocument/browser/rsscode.py ->
iservices.rssdocument-0.3/iservices/rssdocument/browser
hard linking iservices/rssdocument/browser/rssdocument.pt ->
iservices.rssdocument-0.3/iservices/rssdocument/browser
hard linking iservices/rssdocument/browser/resources/jquery.zrssfeed.min.js
-> iservices.rssdocument-0.3/iservices/rssdocument/browser/resources
hard linking iservices/rssdocument/content/__init__.py ->
iservices.rssdocument-0.3/iservices/rssdocument/content
hard linking iservices/rssdocument/content/rssdocument.py ->
iservices.rssdocument-0.3/iservices/rssdocument/content
hard linking iservices/rssdocument/profiles/default/browserlayer.xml
-> iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
hard linking iservices/rssdocument/profiles/default/factorytool.xml ->
iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
hard linking iservices/rssdocument/profiles/default/metadata.xml ->
iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
hard linking iservices/rssdocument/profiles/default/rolemap.xml ->
iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
hard linking iservices/rssdocument/profiles/default/types.xml ->
iservices.rssdocument-0.3/iservices/rssdocument/profiles/default
hard linking iservices/rssdocument/profiles/default/types/RSSDocument.xml
-> iservices.rssdocument-0.3/iservices/rssdocument/profiles/default/types
hard linking iservices/rssdocument/tests/__init__.py ->
iservices.rssdocument-0.3/iservices/rssdocument/tests
hard linking iservices/rssdocument/tests/base.py ->
iservices.rssdocument-0.3/iservices/rssdocument/tests
hard linking iservices/rssdocument/tests/functional.txt ->
iservices.rssdocument-0.3/iservices/rssdocument/tests
hard linking iservices/rssdocument/tests/test_functional_doctest.py ->
iservices.rssdocument-0.3/iservices/rssdocument/tests
hard linking iservices/rssdocument/tests/test_setup.py ->
iservices.rssdocument-0.3/iservices/rssdocument/tests
copying setup.cfg -> iservices.rssdocument-0.3
Writing iservices.rssdocument-0.3/setup.cfg
tar -cf dist/iservices.rssdocument-0.3.tar iservices.rssdocument-0.3
gzip -f9 dist/iservices.rssdocument-0.3.tar
removing 'iservices.rssdocument-0.3' (and everything under it)
running upload
Submitting dist/iservices.rssdocument-0.3.tar.gz to plone.org
Traceback (most recent call last):
  File "setup.py", line 41, in <module>
    paster_plugins=["ZopeSkel"],
  File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.6/distutils/command/upload.py", line 57, in run
    self.upload_file(command, pyversion, filename)
  File "/usr/lib/python2.6/distutils/command/upload.py", line 161, in
upload_file
    raise AssertionError, "unsupported schema "+schema
AssertionError: unsupported schema


¿Alguien tiene idea cómo corregir esto?


---
Noe Nieto


[1]  http://svn.plone.org/svn/collective/iservices.rssdocument/
[2]
http://plone.org/documentation/kb/how-to-upload-your-package-to-plone.org/tutorial-all-pages
_______________________________________________
Usuarios-Plone mailing list
Usuarios-Plone@lists.plone.org
http://lists.plone.org/mailman/listinfo/usuarios-plone

Responder a