piaget-dev team mailing list archive
-
piaget-dev team
-
Mailing list archive
-
Message #00001
Renaming math?
It sometimes happens that I want to run some Python program while
within my piaget/piaget directory, and if it tries to import the 'math'
module, it will import piaget.math instead of the standard math
module... which does not work too well.
Is there another solution besides renaming math? If not, we should
probably try to avoid naming any submodule the same as an existing
Python base module.
--
Olivier
Follow ups