from
Sylvain Thénault <sylvain.thenault at logilab dot fr>
to
Fabio Zadrozny <fabioz at esss dot com dot br>
subject
[Python-projects] Re: Math module with PyLint
date
On Thursday 27 January à 13:42, Fabio Zadrozny wrote:2005/01/27 16:53
> Hi, in in the code below, I have the following error:
>
> ID:F0401 Unable to import 'math.log10' (No module 'math')
>
>
> from math import log10
>
> def log10_2():
> return log10(2)
gasp, I can't reproduce this one, so I guess it's yet another windows
specific problem, probably due to file extension once again. I'll
definitly have to find a windows machine to make some test.
> Is there somewhere else I should be posting those bugs?
no, this is the right place since we have no public bugs tracker
available yet (but we're thinking about it for a long time now, so it
will probably happend at some point...)
--
Sylvain Thénault LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

