[PyKDE] XML module in Eric3?

Kevin Walzer sw at wordtech-software.com
Tue Dec 28 23:47:03 GMT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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.



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

- --
Cheers,

Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:sw at wordtech-software.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB0fB2JmdQs+6YVcoRAkeWAJ4jp37GYN5QtN9rw5ZLWbobkpB+TwCcCbY7
hiuy3zyscrlhIVhVlNiGfac=
=lj+r
-----END PGP SIGNATURE-----




More information about the PyQt mailing list