steps followed here:

http://wiki.developers.facebook.com/index.php/PythonPyFacebookTutorial

page with error is here:

http://kennethdavid.net/fbapp/fbsample/

obviously, python.conf is setup correctly to call the correct settings
file. facebook is a link (ln -s) to /pyfacebook/facebook, as per
instructions. facebook IS in the site-packages directory, same as
django

settings as per instructions:

MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'facebook.djangofb.FacebookMiddleware',
)


svn for pyfacebook is http://pyfacebook.googlecode.com/svn/trunk/ if
anyone wants to check out the files that come in the folders...oooor
you can check them out here http://github.com/sciyoshi/pyfacebook/tree/master

running python setup.py install in pyfacebook ends up being an error
looking for config/Makefile saying that it does not exist, infact... i
do not have a config dir in python2.5

any help would be appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to