ok, well that's good to know that it's still there. i'm kinda of
stumped too. can you try one thing for me?

1) undo the manual setting of PYTHONPATH and "echo $PYTHONPATH"
2) "echo $PATH" so we can see what you're accessing
3) run appcfg.py by itself with no args

post your results here. just a minor note that although using 2.6 is
fine in dev, be sure not to use 2.6-specific features, because the
live runtime uses 2.5.2, as stated in the docs here:

http://code.google.com/appengine/docs/python/runtime.html#Pure_Python

what i hope to see is the usage for appcfg.py and not the import
error. crossing fingers!
-wesley


On Mon, Dec 28, 2009 at 12:03 PM, Peter Behr <psb...@gmail.com> wrote:
> Hi Wesley, thanks for the reply.
>
>> can you doublecheck that directory to ensure that it's still there?
>> unfortunately, i only have 2.5 on my machine so i can't confirm
>> whether it works (or doesn't) in 2.6.
>
> Yup, it's all there:
>
> /usr/local/google_appengine/google/appengine/cron $ ls
> total 280
> drwxr-xr-x  12 admin  admin    408 Dec 27 23:02 .
> drwxr-xr-x  12 admin  admin    408 Dec 27 23:02 ..
> -r-xr-xr-x@  1 admin  admin  27794 Dec 14 15:22 GrocLexer.py
> -r-xr-xr-x   1 admin  admin  26294 Dec 27 23:02 GrocLexer.pyc
> -r-xr-xr-x@  1 admin  admin  24143 Dec 14 15:22 GrocParser.py
> -r-xr-xr-x   1 admin  admin  20040 Dec 27 23:02 GrocParser.pyc
> -r-xr-x---   1 admin  admin    646 Dec 14 15:22 __init__.py
> -r-xr-x---   1 admin  admin    313 Dec 27 23:02 __init__.pyc
> -r-xr-x---   1 admin  admin   1909 Dec 14 15:22 groc.py
> -r-xr-x---   1 admin  admin   3050 Dec 27 23:02 groc.pyc
> -r-xr-xr-x@  1 admin  admin   9673 Dec 14 15:22
> groctimespecification.py
> -r-xr-xr-x   1 admin  admin  12133 Dec 27 23:02
> groctimespecification.pyc
>
> One thing I suspect now is that in trying to wipe out my old install
> and redo it, I did only a partial job. But I'm still kind of stumped.


-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Core Python Programming", Prentice Hall, (c)2007,2001
"Python Fundamentals", Prentice Hall, (c)2009
   http://corepython.com

wesley.j.chun :: wesc+...@google.com
developer relations :: google app engine

--

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-appeng...@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.


Reply via email to