Hi folks, Getting the following error when using py2app to build ASDictionary:
mb:~/appscript/ASDictionary/src has$ python setup.py py2app Traceback (most recent call last): File "setup.py", line 46, in <module> iconfile='ASDictionary.icns' File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/distutils/core.py", line 112, in setup _setup_distribution = dist = klass(attrs) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/site-packages/setuptools-0.6c7-py2.5.egg/setuptools/ dist.py", line 223, in __init__ File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/distutils/dist.py", line 239, in __init__ for (opt, val) in cmd_options.items(): AttributeError: 'list' object has no attribute 'items' Freshly installed Python 2.5 on MBP. Relevant packages straight off PyPI: altgraph-0.6.7-py2.5.egg bdist_mpkg-0.4.3-py2.5.egg macholib-1.1-py2.5.egg modulegraph-0.7-py2.5.egg py2app-0.3.6-py2.5.egg setuptools-0.6c7-py2.5.egg Any ideas? Thanks, has -- http://appscript.sourceforge.net http://rb-appscript.rubyforge.org _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig