Hi

Not sure of the cause of your problem, (I have been running app engine
under the same config now for a very long time - for appengine ;-)

So some things that I note from you traceback.

It looks like you have installed appengine in your system python lib.
I think thats probably a mistake.  Personally I always keep it
independant form my python install.

I would move it somewhere else.  ( I normally name each release of app
engine with the full release number, then create a symlink from
google_appengine -> google_appengine-1.3.1 etc...
The when I get a new sdk, I just move the symlink dest and everything
else stays the same,

T

On Mar 16, 1:25 am, Wojtek Augustynski <[email protected]> wrote:
> I fancy myself quite diligent to try to find the answer myself, though I'm
> missing something here.
>
> I had everything set up alright before, though now I can't seem to start the
>
> dev server.
>
> Ubuntu 9.10
> Python2.5 (called explicitly, system defaults to 2.6)
>
> I can import google packages in the console (2.5), though:> python2.5 
> /usr/lib/python2.5/google_appengine/dev_appserver.py helloworld
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/google_appengine/dev_appserver.py", line 68, in
> <module>
>     run_file(__file__, globals())
>   File "/usr/lib/python2.5/google_appengine/dev_appserver.py", line 64, in
> run_file
>     execfile(script_path, globals_)
>   File
> "/usr/lib/python2.5/google_appengine/google/appengine/tools/dev_appserver_m 
> ain.py",
>
> line 66, in <module>
>     from google.appengine.tools import os_compat
> ImportError: cannot import name os_compat
>
> So it can't see the google packages?
> Notice that I put the google_appengine directly in my python2.5 folder and:> 
> $PATH
>
> bash:
> /home/bin:/usr/local/bin:/usr/X11R6/bin:/usr/lib/python2.5/google_appengine 
> :/usr/lib/python-
> django/bin/django-
> admin.py:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:

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