Module Name Problem

Gordon McMillan gmcm at hypernet.com
Wed Jun 28 18:59:03 EDT 2000


Jerome Chan wrote:

>If I have a module called
>
>maxvu.os
>
>and I use
>
>import os
>
>Somehow, when I try to use the os calls or maxvu.os calls it gets 
>confused. Is there a workaround besides renaming my module?


Not if you want access to os within maxvu.

- Gordon



More information about the Python-list mailing list