I guess you can use the import statement in the other directories to access
anything from DB floder
lets say if you have  models.py in DB folder contains your data model
classes
then  in the other directories you can access it by

from DB import models
....



On Mon, Jan 12, 2009 at 9:09 AM, arnie <parvez...@rediffmail.com> wrote:

>
> Hi all
> I have three folders
> BusinessList
> Conversion
> DB
>
> First two folders contains one WSGI app [no UI] each. The last folder
> contains a datta model [2 tables with 1- to Many relationship]
> Each WSGI app accesses the data model in DB folder. My problem is that
> If I place the data model file in DB folder then none of the wsgi app
> is able to locate it. If I copy the datamodel file in each of the wsgi
> folder, it works
> My urgent requirement is to access the data model file in DB folder?
> What should I do?
> All the three folders are in C:\APP\
>
> >
>


-- 
cheers
Gipsy

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