[Usuarios Plone] Usuarios-Plone Digest, Vol 55, Issue 6

Jefferson Notaro jefferson.notaro at gmail.com
Wed Jul 17 12:14:01 UTC 2013


hola todos! Saludos

hace muchos años que no implemento un plone... podría indicarme un bueno
git con buildout para que pueda montar una demo para mi empresa?

muchas gracias

Jeff


On 17 July 2013 14:00, <plone-usuarios-plone-request en lists.plone.org> wrote:

> Send Usuarios-Plone mailing list submissions to
>         plone-usuarios-plone en lists.plone.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.plone.org/mailman/listinfo/plone-usuarios-plone
> or, via email, send a message with subject or body 'help' to
>         plone-usuarios-plone-request en lists.plone.org
>
> You can reach the person managing the list at
>         plone-usuarios-plone-owner en lists.plone.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Usuarios-Plone digest..."
>
>
> Today's Topics:
>
>    1. Re: Habilitar soporte a SSL para Python 2.4 con
>       buildout.python (Leonardo Caballero)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 16 Jul 2013 23:58:24 -0430
> From: Leonardo Caballero <leonardocaballero en gmail.com>
> To: Noe Nieto <nnieto en noenieto.com>
> Cc: "Regional list: Plone Cono Sur: Argentina, Bolivia, Chile,
>         Paraguay y Uruguay" <plone-conosur en lists.plone.org>, Plone Lista
>         <usuarios-plone en lists.plone.org>
> Subject: Re: [Usuarios Plone] Habilitar soporte a SSL para Python 2.4
>         con     buildout.python
> Message-ID:
>         <CAEscTVbKBQVMVn2vQiU4BxaddSHwD86gcmemrP=
> rBjyAfyq2MQ en mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Gracias Noe
>
> Voy a revisar con esa que me dices :)
>
>
> 2013/7/15 Noe Nieto <nnieto en noenieto.com>
>
> > Hola Leo.
> >
> > En Webfaction tuve que parchar Zope2 para que pudiera andar una
> > instalaci?n de Plone 4.1 con SSL.
> >
> > Ac? la docu:
> >
> http://docs.webfaction.com/software/zope-and-plone/configuring.html#using-zope-over-https
> >
> > Ah? tambien viene d?nde descargar el parche.
> >
> > HTH
> >
> >
> > 2013/7/15 Leonardo Caballero <leonardocaballero en gmail.com>
> >
> >> Hola Plonistas
> >>
> >> Estoy usando buildout.python [0] para compilar Python 2.4 para unos
> >> proyectos que est?n aun con Plone 3.3.x :/
> >>
> >> El problema es que buildout.python me genera mi interprete mas no me da
> >> soporte a SSL y cuando requiero descargar un paquete Egg desde un sitio
> con
> >> https
> >>
> >> changing mode of
> >> /home/macagua/pythons/parts/opt/lib/python2.4/lib-dynload/ to 755
> >> running install_scripts
> >> copying build/scripts-2.4/pydoc -> /home/macagua/pythons/parts/opt/bin
> >> copying build/scripts-2.4/idle -> /home/macagua/pythons/parts/opt/bin
> >> copying build/scripts-2.4/smtpd.py ->
> /home/macagua/pythons/parts/opt/bin
> >> changing mode of /home/macagua/pythons/parts/opt/bin/pydoc to 755
> >> changing mode of /home/macagua/pythons/parts/opt/bin/idle to 755
> >> changing mode of /home/macagua/pythons/parts/opt/bin/smtpd.py to 755
> >> if test -f /home/macagua/pythons/parts/opt/bin/python -o -h
> >> /home/macagua/pythons/parts/opt/bin/python; \
> >>     then rm -f /home/macagua/pythons/parts/opt/bin/python; \
> >>     else true; \
> >>     fi
> >> (cd /home/macagua/pythons/parts/opt/bin; ln python2.4 python)
> >> /usr/bin/install -c -m 644 ./Misc/python.man \
> >>         /home/macagua/pythons/parts/opt/man/man1/python.1
> >> Installing virtualenv172.
> >> Searching cache at /home/macagua/.buildout/downloads/
> >> Using cache file
> >> /home/macagua/.buildout/downloads/9b6c8541e881368cf1f4b9a04d6b14e7
> >> virtualenv172: Extracting package to
> >> /home/macagua/pythons/parts/virtualenv172
> >> Installing python-2.4-virtualenv.
> >> Installing python-2.4.
> >> python-2.4: Running '
> >> /home/macagua/pythons/bin/virtualenv-2.4
> /home/macagua/pythons/python-2.4
> >> /home/macagua/pythons/python-2.4/bin/easy_install -U collective.dist'
> >> New python executable in /home/macagua/pythons/python-2.4/bin/python2.4
> >> Also creating executable in /home/macagua/pythons/python-2.4/bin/python
> >> Installing
> >>
> distribute.................................................................................................................................................................................................done.
> >> Installing pip................done.
> >> Searching for collective.dist
> >> Reading http://pypi.python.org/simple/collective.dist/
> >> Download error on http://pypi.python.org/simple/collective.dist/:
> >> unknown url type: https -- Some packages may not be found!
> >> Reading http://pypi.python.org/simple/collective.dist/
> >> Download error on http://pypi.python.org/simple/collective.dist/:
> >> unknown url type: https -- Some packages may not be found!
> >> Couldn't find index page for 'collective.dist' (maybe misspelled?)
> >> Scanning index of all packages (this may take a while)
> >> Reading http://pypi.python.org/simple/
> >> Download error on http://pypi.python.org/simple/: unknown url type:
> >> https -- Some packages may not be found!
> >> No local packages or download links found for collective.dist
> >> error: Could not find suitable distribution for
> >> Requirement.parse('collective.dist')
> >> python-2.4: Non zero exit code (1) while running command.
> >> While:
> >>   Installing python-2.4.
> >>
> >> Error: Non zero exit code (1) while running command.
> >>
> >> Ya tengo instalando los paquetes openssl libssl-dev
> >>
> >> Alguna idea?
> >>
> >> [0] https://github.com/collective/buildout.python
> >>
> >> --
> >> Atentamente
> >>
> >> T.S.U. Leonardo Caballero
> >> Linux Counter ID = https://linuxcounter.net/user/369081.html
> >> Key fingerprint = 9FD2 DC71 38E7 A1D1 57F5  1D29 04DE 43BC 8A27 424A
> >>
> >> /me Corriendo Debian Wheezy y Canaina GNU/Linux 3
> >> /me Cree "El Conocimiento Humano le Pertenece al Mundo"
> >>
> >> _______________________________________________
> >> Usuarios-Plone mailing list
> >> Usuarios-Plone en lists.plone.org
> >> https://lists.plone.org/mailman/listinfo/plone-usuarios-plone
> >>
> >>
> >
> >
> > --
> > ---
> > Noe Nieto
> > NNieto Consulting Services
> > M: nnieto en noenieto.com
> > W: http://noenieto.com
> > T:  @tzicatl <https://twitter.com/#%21/tzicatl>
> > Li: Perfil en LinkedIn <http://www.linkedin.com/profile/view?id=84300665
> >
> >
> > _______________________________________________
> > Usuarios-Plone mailing list
> > Usuarios-Plone en lists.plone.org
> > https://lists.plone.org/mailman/listinfo/plone-usuarios-plone
> >
> >
>
>
> --
> Atentamente
>
> T.S.U. Leonardo Caballero
> Linux Counter ID = https://linuxcounter.net/user/369081.html
> Key fingerprint = 9FD2 DC71 38E7 A1D1 57F5  1D29 04DE 43BC 8A27 424A
>
> /me Corriendo Debian Wheezy y Canaina GNU/Linux 3
> /me Cree "El Conocimiento Humano le Pertenece al Mundo"
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.plone.org/pipermail/plone-usuarios-plone/attachments/20130716/cf8cfa0c/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> Usuarios-Plone mailing list
> Usuarios-Plone en lists.plone.org
> https://lists.plone.org/mailman/listinfo/plone-usuarios-plone
>
>
> End of Usuarios-Plone Digest, Vol 55, Issue 6
> *********************************************
>
------------ pr?xima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.plone.org/pipermail/plone-usuarios-plone/attachments/20130717/20567028/attachment-0001.html>


More information about the Usuarios-Plone mailing list