views:

26

answers:

0

Hello,

I am trying to build a facebook application with GAE. I added the facebook.py (renamed it from init.py) to my directory and then i am trying to import it. However, I get several compilation errors such as:

class AuthProxy(AuthProxy): "" undefined variable: Authproxy""

and so on...

How should I setup this script?

Thanks

Joel