[EMAIL PROTECTED] wrote:

> from model import *
> from search import *
> 
> def create_connection():
>   # details are unimportant for this example
> 
> 
> When I try to use the create_connection function in model, I get errors
> when I use it as a global function ( just create_connection()).

importing everything from "model" into "OPS" isn't the same thing as 
importing everything from "OPS" into "model".

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to