MindClass wrote:
> Is possible import a library according to a condition?
> 
> if Foo = True:
>     import bar
> 

Why don't you try it?

(in the above code, not the import is the problem, but using the
assignment operator in an expression)

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

Reply via email to