Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-24 Thread Sean Robinson
On 10/24/2011 04:12 AM, Ronald Oussoren wrote: On 13 Oct, 2011, at 18:25, Sean Robinson wrote: On 10/10/2011 07:44 AM, Sean Robinson wrote: On 10/08/2011 07:36 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 22:35, Sean Robinson wrote: I believe I can overcome this error by finding the righ

Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-24 Thread Ronald Oussoren
On 13 Oct, 2011, at 18:25, Sean Robinson wrote: > On 10/10/2011 07:44 AM, Sean Robinson wrote: >> On 10/08/2011 07:36 AM, Ronald Oussoren wrote: >>> >>> On 6 Oct, 2011, at 22:35, Sean Robinson wrote: I believe I can overcome this error by finding the right path(s) to append to th

Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-13 Thread Ronald Oussoren
On 13 Oct, 2011, at 18:25, Sean Robinson wrote: > On 10/10/2011 07:44 AM, Sean Robinson wrote: >> On 10/08/2011 07:36 AM, Ronald Oussoren wrote: >>> >>> On 6 Oct, 2011, at 22:35, Sean Robinson wrote: I believe I can overcome this error by finding the right path(s) to append to th

Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-10 Thread Sean Robinson
On 10/08/2011 07:36 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 22:35, Sean Robinson wrote: On 10/06/2011 07:54 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 16:51, Sean Robinson wrote: Yes, my actual project had the same structure with a module and package with the same name. This ha

Re: [Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-08 Thread Ronald Oussoren
On 6 Oct, 2011, at 22:35, Sean Robinson wrote: > On 10/06/2011 07:54 AM, Ronald Oussoren wrote: >> >>> On 6 Oct, 2011, at 16:51, Sean Robinson wrote: >>> >>> >>> Yes, my actual project had the same structure with a module and package >>> with the same name. This had not been a problem elsewh

[Pythonmac-SIG] AppKit ImportError (was py2app: ImportError)

2011-10-06 Thread Sean Robinson
On 10/06/2011 07:54 AM, Ronald Oussoren wrote: On 6 Oct, 2011, at 16:51, Sean Robinson wrote: Yes, my actual project had the same structure with a module and package with the same name. This had not been a problem elsewhere, but I can see why it does not work with py2app. So, I'll make