[pyar] Google App Engine 1.3.8 en Ubuntu 10.04

Ale peralta.alejandro en gmail.com
Mie Oct 27 16:50:01 ART 2010


2010/10/27 Axel Ariel Arroyo Braconi <arroyo.axelsl en gmail.com>

> No hay problema lo unico que pido es una mano no me dejen que me hunda en
> php tanto tiempo con CacaPHP me esta afectando demasiado, no me dejen que me
> hunda en el oscuro mundo de PHP jajajaj
>
>
OK, parto de que ya tenes instalado el python 2.5 en lucid (Ubuntu 10.04).

Podes hacer:

sudo apt-get install virtualenv

una vez que lo tenes instalado podes crear un entorno para correr tus
programas de python e instalar bibliotecas particulares para este proyecto
sin instalarlas system-wide (para todo el sistema).

virtualenv -p /path/al/exec nombre_del_entorno

ej:

$ virtualenv -p /usr/bin/python2.5 env
$ . env/bin/activate
(env)$ which python
/home/ale/Projects/env/bin/python
(env)$ python --version
Python 2.5.4
$ easy_install PIL
.. (se instala PIL)

Y si no mira el video que te paso Joaquín...

Saludos.









>
> 2010/10/27 Ale <peralta.alejandro en gmail.com>
>
>>
>>
>> El 27 de octubre de 2010 16:33, fisa <fisadev en gmail.com> escribió:
>>
>> 2010/10/27 Ale <peralta.alejandro en gmail.com>:
>>> >
>>> >
>>> > 2010/10/27 Axel Ariel Arroyo Braconi <arroyo.axelsl en gmail.com>
>>> >>
>>> >> Asi es en teoria parece estar instalado pero cuando arranco el
>>> >> dev_appserver.py me muestra esto:
>>> >> INFO     2010-10-27 19:13:30,110 appengine_rpc.py:153] Server:
>>> >> appengine.google.com
>>> >> INFO     2010-10-27 19:13:30,117 appcfg.py:414] Checking for updates
>>> to
>>> >> the SDK.
>>> >> INFO     2010-10-27 19:13:30,772 appcfg.py:428] The SDK is up to date.
>>> >> WARNING  2010-10-27 19:13:30,772 datastore_file_stub.py:818] Could not
>>> >> read datastore data from /tmp/dev_appserver.datastore
>>> >> WARNING  2010-10-27 19:13:30,774 dev_appserver.py:3663] Could not
>>> >> initialize images API; you are likely missing the Python "PIL" module.
>>> >> ImportError: No module named _imaging
>>> >> INFO     2010-10-27 19:13:30,781 dev_appserver_main.py:443] Running
>>> >> application new-project-template on port 8080: http://localhost:8080
>>> >> que podra ser?
>>> >
>>> > PIL en GAE? No lo vas a poder hacer... PIL tiene cosas hechas en C y no
>>> vas
>>> > a poder cargarlas dentro del sandbox que tiene GAE, mira acá:
>>> > http://code.google.com/p/googleappengine/issues/detail?id=38
>>> >
>>> > Vas a tener que buscar otra solución.
>>> > --
>>> > Ale.
>>> >
>>>
>>> Pero el no está hablando de poner pil en gae. El habla de poder usar
>>> el sdk, que requiere pil, en su pc.
>>>
>>
>> ah, pido mil disculpas Axel.
>>
>>
>>
>>
>>>
>>>
>>> --
>>> fisa  -  Juan Pedro Fisanotti
>>> _______________________________________________
>>> pyar mailing list pyar en python.org.ar
>>> http://listas.python.org.ar/listinfo/pyar
>>>
>>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>>
>>
>>
>>
>> --
>> Ale.
>>
>> _______________________________________________
>> pyar mailing list pyar en python.org.ar
>> http://listas.python.org.ar/listinfo/pyar
>>
>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>
>
>
>
> --
> *Axel Ariel, Arroyo Braconi*
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>



-- 
Ale.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20101027/484001c0/attachment.html>


More information about the pyar mailing list