[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Ian Lewis
Michael,

Hmm, it seems to be running ok here for me.

On Tue, Feb 10, 2009 at 7:00 PM, mcobrien  wrote:

>
> Hi,
>
> now that sdk 1.1.9 disallows access to "skipped" files, the
> LoadAppengineEnvironment() function in the django helper isn't
> working. It makes a call to LoadAppConfig, which tries to read
> app.yaml. Since this is a skipped file (it's actually marked as
> skipped when LoadAppConfig is first called), the read fails.
>
> Is anyone else having this issue, or is something strange about my
> config? I'm using the latest google-app-engine-django from svn, and
> Vista x64.
>
> thanks!
> Michael
> >
>


-- 
===
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
===

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Matt Brown

Hi Michael,

mcobrien wrote:
> now that sdk 1.1.9 disallows access to "skipped" files, the
> LoadAppengineEnvironment() function in the django helper isn't
> working. It makes a call to LoadAppConfig, which tries to read
> app.yaml. Since this is a skipped file (it's actually marked as
> skipped when LoadAppConfig is first called), the read fails.
> 
> Is anyone else having this issue, or is something strange about my
> config? I'm using the latest google-app-engine-django from svn, and
> Vista x64.

Yes, this was a problem.

I've just committed r72 and r73 to make the helper compatible with the 
new SDK release.

Please let us know (file an issue in the tracker) if you encounter any 
more instances of the helper attempting to access files that would not 
be present in a production environment.

Cheers

Matt Brown

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Ian Lewis
Michael,

Ah, I may not have been running the current version from svn.

Matt,

Thanks for fixing it,

On Tue, Feb 10, 2009 at 7:35 PM, Matt Brown  wrote:

>
> Hi Michael,
>
> mcobrien wrote:
> > now that sdk 1.1.9 disallows access to "skipped" files, the
> > LoadAppengineEnvironment() function in the django helper isn't
> > working. It makes a call to LoadAppConfig, which tries to read
> > app.yaml. Since this is a skipped file (it's actually marked as
> > skipped when LoadAppConfig is first called), the read fails.
> >
> > Is anyone else having this issue, or is something strange about my
> > config? I'm using the latest google-app-engine-django from svn, and
> > Vista x64.
>
> Yes, this was a problem.
>
> I've just committed r72 and r73 to make the helper compatible with the
> new SDK release.
>
> Please let us know (file an issue in the tracker) if you encounter any
> more instances of the helper attempting to access files that would not
> be present in a production environment.
>
> Cheers
>
> Matt Brown
>
> >
>


-- 
===
株式会社ビープラウド  イアン・ルイス
〒150-0012
東京都渋谷区広尾1-11-2アイオス広尾ビル604
email: ianmle...@beproud.jp
TEL:03-5795-2707
FAX:03-5795-2708
http://www.beproud.jp/
===

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread mcobrien

Matt,

thanks a lot, that fixed it for me. I'll be sure to file an issue if I
see anything else strange.

cheers
M

On Feb 10, 10:35 am, Matt Brown  wrote:
> Hi Michael,
>
> mcobrien wrote:
> > now that sdk 1.1.9 disallows access to "skipped" files, the
> > LoadAppengineEnvironment() function in the django helper isn't
> > working. It makes a call to LoadAppConfig, which tries to read
> > app.yaml. Since this is a skipped file (it's actually marked as
> > skipped when LoadAppConfig is first called), the read fails.
>
> > Is anyone else having this issue, or is something strange about my
> > config? I'm using the latest google-app-engine-django from svn, and
> > Vista x64.
>
> Yes, this was a problem.
>
> I've just committed r72 and r73 to make the helper compatible with the
> new SDK release.
>
> Please let us know (file an issue in the tracker) if you encounter any
> more instances of the helper attempting to access files that would not
> be present in a production environment.
>
> Cheers
>
> Matt Brown
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-10 Thread Nuno Maltez

Hi,

I have a similar problem, except that I'm using Django 0.96 included
in the SDK and App Engine Helper for Django rev 53 (following the
instructions in the README, it's the latest revision that works with
0.96). Updating to r73 would mean having to update to a more recent
version of Django and include it in my project, which was not in my
plans.

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"
ERROR:root:Exception encountered handling request
Traceback (most recent call last):
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 2711, in _HandleRequest
base_env_dict=env_dict)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 380, in Dispatch
base_env_dict=base_env_dict)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1998, in Dispatch
self._module_dict)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1916, in ExecuteCGI
reset_modules = exec_script(handler_path, cgi_path, hook)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1812, in ExecuteOrImportScript
exec module_code in script_module.__dict__
  File "/home/nuno/tmp/work-i18n/main.py", line 28, in 
from appengine_django import InstallAppengineHelperForDjango
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 982, in decorate
return func(self, *args, **kwargs)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1572, in load_module
return self.FindAndLoadModule(submodule, fullname, search_path)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 982, in decorate
return func(self, *args, **kwargs)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1480, in FindAndLoadModule
description)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 982, in decorate
return func(self, *args, **kwargs)
  File 
"/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
line 1430, in LoadModuleRestricted
description)
  File "/home/nuno/tmp/work-i18n/appengine_django/__init__.py", line
118, in 
from django import VERSION
ImportError: No module named django
INFO:root:"GET / HTTP/1.1" 500 -


Anyone else with the same problem? Any pointers to what need to be
changed in order to fix this?

I tried the zip from
http://code.google.com/p/google-app-engine-django/ but got the same
error.

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-11 Thread jtaylor

I am also getting the same error.  Upgraded GAE and I get the below
error.  This is very annoying and makes me wary about upgrading the
app engine and deploying my code.  Now I am stuck and unable to do my
development.

What is the fix?

-JT


Python 2.5.1: /System/Library/Frameworks/Python.framework/Versions/2.5/
Resources/Python.app/Contents/MacOS/Python
Thu Feb 12 06:13:14 2009

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver.py in _HandleRequest
(self=)

etc.

On Feb 10, 4:47 am, Nuno Maltez  wrote:
> Hi,
>
> I have a similar problem, except that I'm using Django 0.96 included
> in the SDK and App Engine Helper for Django rev 53 (following the
> instructions in the README, it's the latest revision that works with
> 0.96). Updating to r73 would mean having to update to a more recent
> version of Django and include it in my project, which was not in my
> plans.
>
> 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"
> ERROR:root:Exception encountered handling request
> Traceback (most recent call last):
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 2711, in _HandleRequest
>     base_env_dict=env_dict)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 380, in Dispatch
>     base_env_dict=base_env_dict)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1998, in Dispatch
>     self._module_dict)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1916, in ExecuteCGI
>     reset_modules = exec_script(handler_path, cgi_path, hook)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1812, in ExecuteOrImportScript
>     exec module_code in script_module.__dict__
>   File "/home/nuno/tmp/work-i18n/main.py", line 28, in 
>     from appengine_django import InstallAppengineHelperForDjango
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 982, in decorate
>     return func(self, *args, **kwargs)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1572, in load_module
>     return self.FindAndLoadModule(submodule, fullname, search_path)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 982, in decorate
>     return func(self, *args, **kwargs)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1480, in FindAndLoadModule
>     description)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 982, in decorate
>     return func(self, *args, **kwargs)
>   File 
> "/home/nuno/tmp/work-i18n/.google_appengine/google/appengine/tools/dev_appserver.py",
> line 1430, in LoadModuleRestricted
>     description)
>   File "/home/nuno/tmp/work-i18n/appengine_django/__init__.py", line
> 118, in 
>     from django import VERSION
> ImportError: No module named django
> INFO:root:"GET / HTTP/1.1" 500 -
>
> Anyone else with the same problem? Any pointers to what need to be
> changed in order to fix this?
>
> I tried the zip fromhttp://code.google.com/p/google-app-engine-django/but got 
> the same
> error.
>
> thanks,
> 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
-~--~~~~--~~--~--~---



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-12 Thread Brett C.



On Feb 10, 4:47 am, Nuno Maltez  wrote:
> Hi,
>
> I have a similar problem, except that I'm using Django 0.96 included
> in the SDK and App Engine Helper for Django rev 53 (following the
> instructions in the README, it's the latest revision that works with
> 0.96). Updating to r73 would mean having to update to a more recent
> version of Django and include it in my project, which was not in my
> plans.
>
> 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.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread Nuno Maltez

On Thu, Feb 12, 2009 at 8:07 PM, Brett C.  wrote:
> On Feb 10, 4:47 am, Nuno Maltez  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
-~--~~~~--~~--~--~---



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread techmonkey

The same problem occurs in me.
Django included in appengine(1.1.9) is 0.96.1.
http://code.google.com/intl/ja/appengine/articles/django.html

However, django of version 1.0.0 or more is necessary for r73.
Therefore, it is not possible to operate.
How should I do?

On 2月10日, 午後7:35, Matt Brown  wrote:
> Hi Michael,
>
> mcobrien wrote:
> > now that sdk 1.1.9 disallows access to "skipped" files, the
> > LoadAppengineEnvironment() function in the django helper isn't
> > working. It makes a call to LoadAppConfig, which tries to read
> > app.yaml. Since this is a skipped file (it's actually marked as
> > skipped when LoadAppConfig is first called), the read fails.
>
> > Is anyone else having this issue, or is something strange about my
> > config? I'm using the latest google-app-engine-django from svn, and
> > Vista x64.
>
> Yes, this was a problem.
>
> I've just committed r72 and r73 to make the helper compatible with the
> new SDK release.
>
> Please let us know (file an issue in the tracker) if you encounter any
> more instances of the helper attempting to access files that would not
> be present in a production environment.
>
> Cheers
>
> Matt Brown

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-02-16 Thread R Warren

Hi,

I am also encountering the same problem as jtaylor and I am running
the same configuration as the poster in this thread:

http://groups.google.com/group/google-appengine/browse_frm/thread/9e9f3715a866b754

(Installed GAE SDK 1.1.9 on Mac OS X 10.5.6 running Python 2.5.1)

I had no problems with GAE prior to this update.

I have posted relevant code/error msgs below, the primary error msg
(the bottom line) is as follows:

 :
Application configuration could not be read from "/Users/robertwarren/
Documents/workspace/BioVenturist/BioVenturist/bioventurist_v0.2/
app.yaml"

Any suggestions as to how to begin fixing this issue would be
appreciated.

Here is my app.yaml:

application: bioventurist
version: 1
runtime: python
api_version: 1

handlers:
- url: /media
  static_dir: media

- url: /static
  static_dir: static

- url: /bvapp/static
  static_dir: bvapp/static

- url: /img
  static_dir: static/img

- url: /img/(.*)
  static_files: static/img/\1
  upload: static/img/(.*)

- url: /.*
  script: common/appenginepatch/main.py

And the error msg:

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver.py in _HandleRequest
(self=)
 2709   infile,
 2710   outfile,
 2711   base_env_dict=env_dict)
 2712 finally:
 2713   self.module_manager.UpdateModuleFileModificationTimes
()
base_env_dict undefined, env_dict = {'APPLICATION_ID': 'bioventurist',
'CURRENT_VERSION_ID': '1.1', 'REMOTE_ADDR': '127.0.0.1',
'REQUEST_METHOD': 'GET', 'SERVER_NAME': 'localhost', 'SERVER_PORT':
'8082', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/
1.0'}
 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver.py in Dispatch
(self=, relative_url='/', path=None, headers=, infile=, outfile=,
base_env_dict={'APPLICATION_ID': 'bioventurist', 'CURRENT_VERSION_ID':
'1.1', 'REMOTE_ADDR': '127.0.0.1', 'REQUEST_METHOD': 'GET',
'SERVER_NAME': 'localhost', 'SERVER_PORT': '8082', 'SERVER_PROTOCOL':
'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/1.0'})
  378   infile,
  379   outfile,
  380
base_env_dict=base_env_dict)
  381
  382 if forward:
base_env_dict = {'APPLICATION_ID': 'bioventurist',
'CURRENT_VERSION_ID': '1.1', 'REMOTE_ADDR': '127.0.0.1',
'REQUEST_METHOD': 'GET', 'SERVER_NAME': 'localhost', 'SERVER_PORT':
'8082', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/
1.0'}
 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver.py in Dispatch
(self=, relative_url='/', path='common/appenginepatch/main.py',
headers=,
infile=,
outfile=, base_env_dict=
{'APPLICATION_ID': 'bioventurist', 'CURRENT_VERSION_ID': '1.1',
'REMOTE_ADDR': '127.0.0.1', 'REQUEST_METHOD': 'GET', 'SERVER_NAME':
'localhost', 'SERVER_PORT': '8082', 'SERVER_PROTOCOL': 'HTTP/1.0',
'SERVER_SOFTWARE': 'Development/1.0'})
 1996  infile,
 1997  outfile,
 1998  self._module_dict)
 1999   handler.AddDebuggingConsole(relative_url, env, outfile)
 2000 finally:
self = , self._module_dict = {'__main__': , 'aecmd': , 'appenginepatcher.aecmd': None,
'appenginepatcher.google': None, 'appenginepatcher.os': None,
'appenginepatcher.sys': None, 'codecs': ,
'common': , 'common.appenginepatch':
, 'common.appenginepatch.main': , ...}
 /Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver.py in ExecuteCGI(root_path='/
Users/robertwarren/Documents/workspace/BioVenturist/BioVenturist/
bioventurist_v0.2', handler_path='common/appenginepatch/main.py',
cgi_path='/Users/robertwarren/Documents/workspace/BioVentu...t/
bioventurist_v0.2/common/appenginepatch/main.py', env=
{'APPLICATION_ID': 'bioventurist', 'AUTH_DOMAIN': 'gmail.com',
'CONTENT_LENGTH': '', 'CONTENT_TYPE': 'application/x-www-form-
urlencoded', 'CURRENT_VERSION_ID': '1.1', 'GATEWAY_INTERFACE': 'CGI/
1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/
xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET':
'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_LANGUAGE': 'en-
us,en;q=0.5', 'HTTP_CONNECTION': 'keep-alive', ...},
infile=,
outfile=, module_dict=
{'__main__': , 'aecmd':
, 'appenginepatcher.aecmd': None,
'appenginepatcher.google': None, 'appenginepatcher.os': None,
'appenginepatcher.sys': None, 'codecs': ,
'common': , 'common.appenginepatch':
, 'common.appenginepatch.main': , ...}, exec_script=)
 1914

[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-03-10 Thread arbi

Hi,

I had exactly the same problem of "importing django error". The
warning I got is :
[WARNING:root:Blocking access to skipped file "/Users/brouard/
mysite/.google_appengine/lib/django/django/foo"]

Can Brett or Nuno help me?
I have the 1.1.9 version of appengine. The SDK folder
(google_appengine) is already in /usr/local.

But I don't understand what Brett said :

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

How can I fix this pb? (I am kind of newb)
Thx

Arbi

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



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-03-14 Thread Coonay

where can i get r72?
the latest is just r52
http://code.google.com/p/google-app-engine-django/downloads/list,

thanks for ur help


On Mar 10, 9:36 pm, arbi  wrote:
> Hi,
>
> I had exactly the same problem of "importingdjangoerror". The
> warning I got is :
> [WARNING:root:Blocking access to skipped file "/Users/brouard/
> mysite/.google_appengine/lib/django/django/foo"]
>
> Can Brett or Nuno help me?
> I have the 1.1.9 version of appengine. The SDK folder
> (google_appengine) is already in /usr/local.
>
> But I don't understand what Brett said :
>
> "
> The fix should be not use theDjangohelper's little trick of keeping
> your SDK in .google_appengine but instead actually install it, or at
> least keep it outside of yourappdirectory. That should prevent the
> skipped file blocking from interfering with your imports.
> "
>
> How can I fix this pb? (I am kind of newb)
> Thx
>
> Arbi
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: SDK 1.1.9 breaks google-app-engine-django?

2009-03-16 Thread Michael O'Brien

The zip hasn't been updated in a while, so you'll need to get the
latest version from subversion:

http://code.google.com/p/google-app-engine-django/source/checkout

cheers
Michael

On Mar 15, 3:58 am, Coonay  wrote:
> where can i get r72?
> the latest is just 
> r52http://code.google.com/p/google-app-engine-django/downloads/list,
>
> thanks for ur help
>
> On Mar 10, 9:36 pm, arbi  wrote:
>
> > Hi,
>
> > I had exactly the same problem of "importingdjangoerror". The
> > warning I got is :
> > [WARNING:root:Blocking access to skipped file "/Users/brouard/
> > mysite/.google_appengine/lib/django/django/foo"]
>
> > Can Brett or Nuno help me?
> > I have the1.1.9version of appengine. The SDK folder
> > (google_appengine) is already in /usr/local.
>
> > But I don't understand what Brett said :
>
> > "
> > The fix should be not use theDjangohelper's little trick of keeping
> > your SDK in .google_appengine but instead actually install it, or at
> > least keep it outside of yourappdirectory. That should prevent the
> > skipped file blocking from interfering with your imports.
> > "
>
> > How can I fix this pb? (I am kind of newb)
> > Thx
>
> > Arbi
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---