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