Hi Guys,

Should webware get confused about my modules if I have the following setup.

My directory structure is as follows:

/work/developer1
   /lib/amod.py
   /templates/bmod.py
/work/developer2
   /lib/amod.py
   /templates/bmod.py

in amod.py i have "from templates.bmod import bmod".

I setup two contexts for each developer i.e

dev1 -> /work/developer1
dev2 -> /work/developer2

Now when I call amod under the dev1 context it imports templates.bmod from
/work/developer2.

Is this the expected behaviour ? Can each context not have their own private
modules unless the module is on the global search path i.e sys.path.

I read through the mail archives and it seems people having been having
similar problems that i'm seeing here but I could not find an answer to it.

Thanks

Huy



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to