Re: [Pythonmac-SIG] how to recover from a framework build?

2009-07-30 Thread Bill Janssen
Bill Janssen wrote: > Think I fixed things. > > I found two problems. First of all, my build wasn't universal, but it > appparently overwrote the Python framework SDK in /Developer/. So when > Xcode tried to build for both ppc and i386, it only found i386. That > was the link error I original

[Pythonmac-SIG] Problem in EasyDialogs???[Sec=Unclassified]

2009-07-30 Thread mathew oakes
on Leopard 10.5.6 using python2.6.2 from macports When asking for multiple select in file dialog, get an error: raise Nav.error, arg TypeError: exceptions must be classes or instances, not str I can find the exception declared in this file: /opt/local/Library/Framewords/Python.Framework/Versions

Re: [Pythonmac-SIG] Problem in EasyDialogs???[Sec=Unclassified]

2009-07-30 Thread Ned Deily
In article <1248999001.3965.0.ca...@mjoakes-desktop>, mathew oakes wrote: > on Leopard 10.5.6 using python2.6.2 from macports > > When asking for multiple select in file dialog, get an error: > > raise Nav.error, arg > TypeError: exceptions must be classes or instances, not str > > I can find

Re: [Pythonmac-SIG] how to recover from a framework build?

2009-07-30 Thread Ned Deily
[reposting] On Jul 30, 2009, at 13:49 , Bill Janssen wrote: > Bill Janssen wrote: > Think I fixed things. >> I found two problems. First of all, my build wasn't universal, but >> it >> appparently overwrote the Python framework SDK in /Developer/. So >> when >> Xcode tried to build for both

Re: [Pythonmac-SIG] how to recover from a framework build?

2009-07-30 Thread Bill Janssen
Ned Deily wrote: > Sorry, I don't use Xcode for Python development but I'm having a hard > time imagining what sequence of events would have caused the SDK to be > overwritten. I'm assuming you mean: > > /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Python.framework > > Did you