] > Math module with PyLint (Logilab.org)

Email Math module with PyLint

from
cc
Sylvain Thenault <syt at logilab dot fr>
subject
Math module with PyLint
date
2005/01/27 13:42
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)


Is there somewhere else I should be posting those bugs?


Regards,

Fabio Zadrozny
------------------------------------------------------
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br



has reply