Not sure about the Mac OS "bug", but on Windows with 1.1.4 there was a 
problem with os.unlink not being defined for another library I was using 
(it didn't use it, just referenced it).

Would it be possible for the Sandboxer to wrap the functions in things 
that raise exceptions rather than remove them from the namespace?  That 
way things would fail on call rather than fail on reference.

--koblas

Ilia Lobsanov wrote:
> oh and this is on mac os x 10.5.5
>
> On Oct 4, 12:43 pm, Ilia Lobsanov <[EMAIL PROTECTED]> wrote:
>   
>> As of the 1.1.5 upgrade, I am getting this error when I try to access
>> my app using the dev server:
>>
>> <type 'exceptions.ImportError'>: No module named os
>>       args = ('No module named os',)
>>       message = 'No module named os'
>>
>> Any ideas?
>>     
> >
>   

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

Reply via email to