This seems to have worked for me. I'm now getting another error (at the 
end of this message). I haven't had time to look at it yet because of 
other things that came up today, so it may be something simple.

Thanks for the help,

Mike


ImportError: 
dlopen(/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PyObjC/objc/_objc.so,
 
2): no suitable image found.  Did find:
 
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/PyObjC/objc/_objc.so:
 
mach-o, but wrong architecture



Ronald Oussoren wrote:
>  
> On Friday, June 02, 2006, at 02:22AM, Michael Glassford <[EMAIL PROTECTED]> 
> wrote:
> 
>> Ronald Oussoren wrote:
>>> On 1-jun-2006, at 18:32, Michael Glassford wrote:
>>>
>>>> My main problem is that when I run "setup.py bdist_mpkg --open", after
>>>> building for a while, I get this error:
>>> That's my bad. I've renamed subdirectories in source-deps due to a  
>>> new warning in python2.5, but haven't updated the mpkg builder yet.
>> Is there any way to work around it until you make the further changes? I 
>> tried just renaming the directory from "py2app-source" to "py2app" and 
>> running "setup.py bdist_mpkg --open" again, but it wasn't happy.
>>
>> Mike
>>
>>
> 
> This should do it:
> 
> $ svn diff
> Index: setup-lib/pyobjc_mpkg.py
> ===================================================================
> --- setup-lib/pyobjc_mpkg.py    (revision 1842)
> +++ setup-lib/pyobjc_mpkg.py    (working copy)
> @@ -53,7 +53,7 @@
>  )
>  
>  SUBPROJECT_SCHEMES = dict(
> -    py2app='source-deps/py2app/setup.py',
> +    py2app='source-deps/py2app-source/setup.py',
>  )
> 
> 
> I'm not at a location where I can perform the checking at the moment, I'll do 
> that this weekend.
> 
> Ronald
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> 

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to