On Thu, Feb 12, 2009 at 8:07 PM, Brett C. <bcan...@gmail.com> wrote:
> On Feb 10, 4:47 am, Nuno Maltez <nuno.li...@gmail.com> wrote:
>> I get the following Warning followed by an Error when I try to access my app:
>>
>> WARNING:root:Blocking access to skipped file
>> "/home/nuno/tmp/work-i18n/.google_appengine/lib/django/django/foo"
>
> That WARNING line is what is causing your trouble. SDK 1.1.9 blocks
> relying on files that will not be uploaded with your application,
> including anything in a directory starting with a dot,
> e.g. .google_appengine. Thus when the Django helper tries to import
> django it gets blocked by dev_appserver since the SDK is living in a
> place that will not be uplaoded with your application.
>
> The fix should be not use the Django helper's little trick of keeping
> your SDK in .google_appengine but instead actually install it, or at
> least keep it outside of your app directory. That should prevent the
> skipped file blocking from interfering with your imports.

Thanks. I installed the SDK on /usr/local and this particular problem
was solved. I still had to apply the changes made in r72 and r73 in
__init__.py to my version of the helper to stop it from trying to
access app.yaml. Now everything's working with the Django version
included on the SDK.

Nuno

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to