Re: [Pythonmac-SIG] Cannot import name PyPIRCCommand

2011-02-09 Thread Chris Weisiger
I get a working app if I build with Python 2.6, so apparently something that altgraph changed has broken compatibility with 2.5, somehow. Unfortunately this doesn't completely fix my problem, as I have another app I need to be able to build that only works with Python 2.5. -Chris On Tue, Feb 8, 2

Re: [Pythonmac-SIG] Cannot import name PyPIRCCommand

2011-02-08 Thread Chris Weisiger
On further investigation, presumably what has changed is that one of the dependencies that is automatically downloaded by setup.py / py2app now doesn't work properly. I didn't include those in the previous paste, but on cleaning my directory and then rebuilding, I see that the build fails when tryi