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

[Pythonmac-SIG] Cannot import name PyPIRCCommand

2011-02-08 Thread Chris Weisiger
This is really bizarre. I have a Python program that I've built many times successfully in the past. Now I'm getting this error when I try to build it. Nothing in the program itself has changed since I last built it successfully, and I'm fairly confident that I haven't changed my Python install eit