Re: [web2py] facebook apps

2010-10-18 Thread Napoleon Moreno
Thanks a lot for your help. It is working well now. I was working in ubuntu 10.4 lucid lynx. it comes with python2.6 by default! I wonder why i had not problems with it until now. best regard Napoleon On Mon, Oct 18, 2010 at 5:25 PM, Michele Comitini < michele.comit...@gmail.com> wrote: > wr

Re: [web2py] facebook apps

2010-10-18 Thread Michele Comitini
wrong url... correct one: http://code.google.com/intl/it-IT/appengine/docs/python/overview.html 2010/10/18 Michele Comitini : > http://code.google.com/intl/it-IT//docs/python/gettingstarted/devenvironment.html > > you need python2.5 > > > > 2010/10/18 Napoleon Moreno : >> I tried to install it >>

Re: [web2py] facebook apps

2010-10-18 Thread Michele Comitini
http://code.google.com/intl/it-IT//docs/python/gettingstarted/devenvironment.html you need python2.5 2010/10/18 Napoleon Moreno : > I tried to install it > > It answers: > > "This extension should not be used with Python 2.6 or later (already built > in), and has not been tested with Python 2.3

Re: [web2py] facebook apps

2010-10-18 Thread Napoleon Moreno
I tried to install it It answers: "This extension should not be used with Python 2.6 or later (already built in), and has not been tested with Python 2.3.4 or earlier." It looks like it is currently installed In the console of python i could import ssl I am working with the release: "1.3.7" o

Re: [web2py] facebook apps

2010-10-18 Thread Michele Comitini
The import was just to test if your application was able to import the "ssl" module. Since it does not work it is not installed, see here: http://pypi.python.org/pypi/ssl/1.15 install it in your python (the python you use for GAE) and try again! mic 2010/10/18 Napoleon Moreno : > Thanks for y

Re: [web2py] facebook apps

2010-10-18 Thread Napoleon Moreno
Thanks for your answer. where should i import ssl? I am try in db.py and the facebook.py. it does not work. best regards Napoleon On Mon, Oct 18, 2010 at 2:12 PM, Michele Comitini < michele.comit...@gmail.com> wrote: > That error is usually because you are using a python version that does > no

Re: [web2py] facebook apps

2010-10-18 Thread Michele Comitini
That error is usually because you are using a python version that does not find the ssl module. in your GAE env try the following: import ssl mic 2010/10/18 Napoleon Moreno : > Good day > > Thanks a lot for share this code. > > It works well in my local sqlite environment. > > I can't make it

Re: [web2py] facebook apps

2010-10-18 Thread Napoleon Moreno
Good day Thanks a lot for share this code. It works well in my local sqlite environment. I can't make it work in my local GAE. It looks like it makes the authentication in facebook , but when it returns it raise the error in P.D Best regard Napoleon Traceback (most recent call last): File

Re: [web2py] facebook apps

2010-09-27 Thread bally boy
Looks real cool Mic.. thanks! On Tue, Sep 28, 2010 at 2:16 AM, Michele Comitini < michele.comit...@gmail.com> wrote: > Hi! > > You can start here: > > > http://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg/applications/helloFacebook > > you can look and even copy! ;-) > > mic

Re: [web2py] facebook apps

2010-09-27 Thread Michele Comitini
Hi! You can start here: http://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg/applications/helloFacebook you can look and even copy! ;-) mic 2010/9/27 bally boy : > Hi has anyone here created any facebook apps using web2py.. would love to > have a look! > ( and well if anyo

[web2py] facebook apps

2010-09-27 Thread bally boy
Hi has anyone here created any facebook apps using web2py.. would love to have a look! ( and well if anyone has ever documented anything.. that would be a treat!)