[PyKDE] XML module in Eric3?

Detlev Offenbach detlev at die-offenbachs.de
Wed Dec 29 11:02:29 GMT 2004


Am Mittwoch, 29. Dezember 2004 00:47 schrieb Kevin Walzer:
> I'm trying to wrap Eric3 in a Mac application bundle (standalone), and I
> get an error message when running the application: "can't find
> XML.XMLUtilities." The script I'm using is py2app (Mac-based version of
> py2exe) which has support for PyQt, and which is supposed to find all
> required modules and bundle them in with the application. The py2app
> developer says he's not familiar with the XML module that's being
> referenced. Can someone help me identify this module? My traceback is
> below.
>

That is part of eric3.

>
>
> Traceback (most recent call last):
>
> ~  File "/Users/kevin/Desktop/eric3.app/Contents/Resources/__boot__.py",
> line 28, in ?
>
> ~    _run('eric3.py')
>
> ~  File "/Users/kevin/Desktop/eric3.app/Contents/Resources/__boot__.py",
> line 25, in _run
>
> ~    execfile(os.path.join(base, 'Python', script), globals(), globals())
>
> ~  File
> "/Users/kevin/Desktop/eric3.app/Contents/Resources/Python/eric3.py",
> line 20, in ?
>
> ~    from UI.SingleApplication import SingleApplicationClient
>
> ~  File "UI/SingleApplication.pyc", line 17, in ?
>
> ~  File "Preferences/__init__.pyc", line 1270, in ?
>
> ~  File "Preferences/Shortcuts.pyc", line 17, in ?
>
> ImportError: No module named XML.XMLUtilities
>
> 2004-12-28 16:11:15.106 eric3[1890] eric3 Error
>
> 2004-12-28 16:11:15.107 eric3[1890] An unexpected error has occurred
> during execution of the main script
>
> ImportError: No module named XML.XMLUtilities

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list