[Pythonmac-SIG] py2app ImportError

Erwin Marsi e.c.marsi at uvt.nl
Tue Feb 6 10:35:34 CET 2007


On Feb 6, 2007, at 10:23, Ronald Oussoren wrote:

>
> How does ielemtree import ElementTree? Does it use an import  
> statement or does it call __import__ directly? py2app can only  
> detect imports that are done using the import statement.
>
>
> Ronald

It uses a normal import statement:

from xml.etree.cElementTree import ElementTree

Erwin




More information about the Pythonmac-SIG mailing list