Where did you get the files?
if you go to the pyfacebook at google
http://code.google.com/p/pyfacebook/the project is now hosted in
github.
So if you downloaded from google it may be outdated.
The installation is much more simpler than what the tutorial says, so i
recommend to download from http://github.com/sciyoshi/pyfacebook/tree/master

HTH,

Matias.


On Wed, Aug 26, 2009 at 9:58 PM, garagefan <monkeygar...@gmail.com> wrote:

>
> 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
> >
>


-- 
:wq

--~--~---------~--~----~------------~-------~--~----~
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