Answering my own issue.
I found this (not-nice line for MACs) line in my py code:
reload(sys); sys.setdefaultencoding('utf-8') # DO NOT USE ON A MAC!!
OK on Windows and the GAE but not on
the Mac local version - errors it out.
I do not know why MacBook Airs (Lion) do not like this.
it was quite a difficult error to find.
Droid
On Oct 2, 8:02 am, Droid <[email protected]> wrote:
> I have recently bought a MacBook Air running Lion OS.
> Some of my GAE apps do not now work on a local "browse".
> The error is "illegal seek". Something to do with i/o I think.
>
> My python version is OK.
>
> I am using Windows until I can sort this error. CAnnot find anything
> on Google about it.
>
> Any solutions grateful....
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.