[pyar] Google App Engine 1.3.8 en Ubuntu 10.04

Axel Ariel Arroyo Braconi arroyo.axelsl en gmail.com
Mie Oct 27 18:05:34 ART 2010


Para instalar python2.5 use solamente sudo apt-get install python2.5 no
compile nada de nada voy a probar si lo desinstalo y pruebo con
python2.5-dev a ver que pasa

2010/10/27 Ale <peralta.alejandro en gmail.com>

>
>
> 2010/10/27 Axel Ariel Arroyo Braconi <arroyo.axelsl en gmail.com>
>
>> mmmm... lo logre crear al virtualenv pero al parecer nuevamente tengo lios
>> con PIL adjunto lo que me muestra en este link
>> http://pastebin.com/nbVjNXed para no llenar los mensajes
>>
>>
> Generalmente ese error se arregla agregando sudo apt-get install
> python2.5-dev en ubuntu 9.04 (9.10), pero si vos lo compilaste a python
> deberías tener el Python.h en algún lado. Quizás el instalador no lo está
> encontrando...
>
> Lo instalaste compilando a python2.5 o agregaste el paquete de algún lado?
>
> Saludos,
>
>
>
>> 2010/10/27 Ale <peralta.alejandro en gmail.com>
>>
>>>
>>>
>>> 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.
>>>
>>> _______________________________________________
>>> 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.
>
> _______________________________________________
> 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*
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20101027/5a1a0312/attachment.html>


More information about the pyar mailing list