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

Reply via email to