[google-appengine] Re: Python scripts do no run in child directories?

2009-08-19 Thread Rayn
Hi Jeff, Thanks for ur help. I add __init__.py into the subdir and it works. I am python beginer :) Regards Rayn On Aug 19, 7:23 am, Jeff S (Google) j...@google.com wrote: Hi Rayn, Does the subdirectory contain a file named __init__.py? Also you'll need to change your import statements to

[google-appengine] Re: Python scripts do no run in child directories?

2009-08-18 Thread Jeff S (Google)
Hi Rayn, Does the subdirectory contain a file named __init__.py? Also you'll need to change your import statements to match the new directory structure (but I assume you already did this). This tends to trip people up who are creating their first python packages so that's the first thing I think