dmitrey wrote:
> howto check does module 'asdf' exist (is available for import) or no?

Walk through sys.path and find it yourself?


> (without try/cache of course)

Why is the obvious (and most common) try/import/catch solution "of course" out?

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

Reply via email to