[google-appengine] Re: remote_api ->ImportError: No module named models

2009-07-15 Thread Vincent
ok it s working Thanks Vincent export PYTHONPATH=~/google_appengine/myapp On 15 juil, 10:18, "Nick Johnson (Google)" wrote: > Hi Vincent, > > See the solution you quoted - you need to make sure PYTHONPATH > includes the path to your app. > > -Nick Johnson > > > > On Tue, Jul 14, 2009 at 9:48

[google-appengine] Re: remote_api ->ImportError: No module named models

2009-07-15 Thread Nick Johnson (Google)
Hi Vincent, See the solution you quoted - you need to make sure PYTHONPATH includes the path to your app. -Nick Johnson On Tue, Jul 14, 2009 at 9:48 PM, Vincent wrote: > > I have also the trouble but under linux > no models module found > > ImportError: No module named models > > any idea ? > >

[google-appengine] Re: remote_api ->ImportError: No module named models

2009-07-14 Thread Vincent
I have also the trouble but under linux no models module found ImportError: No module named models any idea ? On 17 juin, 18:02, johnfromCalgary wrote: > That worked, thanks. > (I actually saw that answer to another post earlier, and for some > reason misunderstood the instruction) > > On Jun

[google-appengine] Re: remote_api ->ImportError: No module named models

2009-06-17 Thread johnfromCalgary
That worked, thanks. (I actually saw that answer to another post earlier, and for some reason misunderstood the instruction) On Jun 17, 4:46 am, "Nick Johnson (Google)" wrote: > Hi johnfromCalgary, > > Try running "set PYTHONPATH=." in your shell window before running the > import script. > > -N

[google-appengine] Re: remote_api ->ImportError: No module named models

2009-06-17 Thread Nick Johnson (Google)
Hi johnfromCalgary, Try running "set PYTHONPATH=." in your shell window before running the import script. -Nick Johnson On Wed, Jun 17, 2009 at 1:30 AM, johnfromCalgary wrote: > > It seems like variations of this question has been asked a few times, > but I can't get tell which of the answers