I have a module named math.py in a package with some class definitions. I am trying to import the standard python math module inside of math.py but It seems to be importing itself. Is there any way around this problem without renaming my math.py file? -- http://mail.python.org/mailman/listinfo/python-list
- Module Conflicts Jose
- Re: Module Conflicts Benjamin
- Re: Module Conflicts Jose
- Re: Module Conflicts Terry Reedy
- Re: Module Conflicts Steve Holden
- Re: Module Conflicts Ivan Illarionov
- Re: Module Conflicts Ivan Illarionov
- Re: Module Conflicts Gabriel Genellina