[google-appengine] Re: No module named os

2008-10-13 Thread Ilia Lobsanov

Uninstalling (trashing GoogleAppEngineLauncher from /Applications) and
reinstalling resolved my problem.

Thank you.

ilia.


On Oct 6, 1:13 pm, Josh Heitzman [EMAIL PROTECTED] wrote:
 Can't speak for Mac or this specific SDK, but on Windows when I
 upgraded to an earlier SDK release, I couldn't get my app working
 again on the new release until I re-imaged my hard disk to GAE SDK
 free image.  This was after having uninstalled the older SDK before
 installing the new one.

 The problem I encountered was alsomoduleloading related.

 On Oct 6, 9:51 am, Marzia Niccolai [EMAIL PROTECTED] wrote:

  Hi Ilia,

  What python installation have you set in your preferences for the
  MacLauncher?  Are you using the standard Mac python? Is this a fresh install
  of the launcher or did you just download the SDK?

  Sorry for the lame advice but have you tried uninstalling and
  re-installing?  On 10.5.3 I'm able to call 'importos' withnoerrors (using
  /usr/local/bin/python), so consider me officially flummoxed this morning.

  -Marzia

  On Sat, Oct 4, 2008 at 9:52 AM, Ilia Lobsanov [EMAIL PROTECTED] wrote:

   oh and this is on macosx 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':Nomodulenamedos
      args = ('Nomodulenamedos',)
      message = 'Nomodulenamedos'

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 google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: No module named os

2008-10-06 Thread Ilia Lobsanov

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 google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: No module named os

2008-10-06 Thread Marzia Niccolai
Hi Ilia,

What python installation have you set in your preferences for the
MacLauncher?  Are you using the standard Mac python? Is this a fresh install
of the launcher or did you just download the SDK?

Sorry for the lame advice but have you tried uninstalling and
re-installing?  On 10.5.3 I'm able to call 'import os' with no errors (using
/usr/local/bin/python), so consider me officially flummoxed this morning.

-Marzia

On Sat, Oct 4, 2008 at 9:52 AM, Ilia Lobsanov [EMAIL PROTECTED] 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 google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: No module named os

2008-10-06 Thread Josh Heitzman

Can't speak for Mac or this specific SDK, but on Windows when I
upgraded to an earlier SDK release, I couldn't get my app working
again on the new release until I re-imaged my hard disk to GAE SDK
free image.  This was after having uninstalled the older SDK before
installing the new one.

The problem I encountered was also module loading related.

On Oct 6, 9:51 am, Marzia Niccolai [EMAIL PROTECTED] wrote:
 Hi Ilia,

 What python installation have you set in your preferences for the
 MacLauncher?  Are you using the standard Mac python? Is this a fresh install
 of the launcher or did you just download the SDK?

 Sorry for the lame advice but have you tried uninstalling and
 re-installing?  On 10.5.3 I'm able to call 'import os' with no errors (using
 /usr/local/bin/python), so consider me officially flummoxed this morning.

 -Marzia

 On Sat, Oct 4, 2008 at 9:52 AM, Ilia Lobsanov [EMAIL PROTECTED] 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 google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: No module named os

2008-10-04 Thread David Koblas
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 google-appengine@googlegroups.com
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
-~--~~~~--~~--~--~---



[google-appengine] Re: No module named os

2008-10-04 Thread Bruno Mihira
I don't know but there is a creepy bug that some basic api functions stoped
working after this update.

On Sat, Oct 4, 2008 at 2:00 PM, David Koblas [EMAIL PROTECTED] wrote:

  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] [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?



 



-- 
Bruno Mihira Silva Cavalcante
Gerente de Projetos
CITi - Centro Integrado de Tecnologia da Informação
+ 55 (81) 8785 1374
+ 55 (81) 2126 8430 r 4764
www.citi.org.br
Graduando em Ciência da Computação 2006.2 - CIn – UFPE
http://bmihira.blogspot.com/

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---