[Pythonmac-SIG] Problems with pimp in 2.3.4

Markus Neff markus at neffster.de
Sun Jul 4 12:06:59 EDT 2004


Hi dear Pythonmac-SIG mailing list readers,

I just compiled a framework build of Python 2.3.4 on Mac OS X 10.3.4.
As far as I can tell, everything works fine except for the
Package Manager. The GUI version shows the following message:

----------------------------------------------- 8< 
-------------------------------------------
   Unspecified error while parsing database: http://
   www.python.org/packman/version-0.4/prod-2.3-
   darwin_macpython-7-Power_Macintosh.plist
   Usually, this means the database is not correctly
   formatted.

   See MacPython Package Manager help page.
----------------------------------------------- 8< 
-------------------------------------------

When starting "pimp.py -l" in the terminal, I get the following 
messages:

----------------------------------------------- 8< 
-------------------------------------------
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 1044, in ?
     main()
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 1024, in main
     _run(mode, verbose, force, args, prefargs)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 890, in _run
     db.appendURL(prefs.pimpDatabase)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 323, in appendURL
     self.appendURL(url, included=1)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 323, in appendURL
     self.appendURL(url, included=1)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/pimp.py", line 304, in appendURL
     dict = plistlib.Plist.fromFile(fp)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/plistlib.py", line 212, in fromFile
     plist = p.parse(pathOrFile)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/plistlib.py", line 303, in parse
     parser.ParseFile(file)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/plistlib.py", line 310, in handleBeginElement
     handler(attrs)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/plistlib.py", line 346, in begin_dict
     self.addObject(d)
   File "/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
   plat-mac/plistlib.py", line 322, in addObject
     self.stack[-1][self.currentKey] = value
   TypeError: list indices must be integers
----------------------------------------------- 8< 
-------------------------------------------

Any ideas about that ?
Thanks for any help in advance,

Markus




More information about the Pythonmac-SIG mailing list