to
Sylvain Thenault <syt at logilab dot fr>
subject
Re: [Python-projects] Check imported modules attributes
date
2005/06/21 11:28
Bonjour Sylvain,
> I'll try to
> make a fix so that if the module is already imported, such as the re
> module, we take advantage of it.
This would also handle many cases of "magic imports" where the
actual module is not where you think you imported it.
For example, wxPython has an elaborated way to "select" the
version of the library, and pythonWin does horrible things
(see pythonWin/win32com/__init__.py)
A good solution would be to allow the user to manually import
packages before running PyLint, or a way to specify directories
from which modules are to be really imported.
--
Amaury Forgeot d'Arc
Ubix Development
www.ubitrade.com
