Jeff,
Could you file this as an issue on bugs.python.org?
Ronald
On 18 Jun, 2009, at 21:40, Jeff Senn wrote:
Ah! I did need to fix one bug in Mac/BuildScript/build-installer.py,
due to some odd path problems. And then run the installer script by
cd-ing into the BuildScript directory.
Patch is below.
cd Mac/BuildScript/
python ./build-installer.py
-Jas
Index: Mac/BuildScript/build-installer.py
===================================================================
--- Mac/BuildScript/build-installer.py (revision 73316)
+++ Mac/BuildScript/build-installer.py (working copy)
@@ -991,6 +991,7 @@
toolPath = os.path.join(os.path.dirname(__file__), "seticon.app/
Contents/MacOS/seticon")
dirPath = os.path.dirname(__file__)
+ if dirPath == '': dirPath = '.'
if not os.path.exists(toolPath) or os.stat(toolPath).st_mtime <
os.stat(dirPath + '/seticon.m').st_mtime:
# NOTE: The tool is created inside an .app bundle,
otherwise it won't work due
# to connections to the window server.
On Jun 18, 2009, at 12:02 PM, Kevin Kelley wrote:
Jeff,
If you don't mind my asking, how did you get stackless to compile
under OS X?
- Kevin
On Wed, Jun 17, 2009 at 9:55 PM, Richard Tew
<richard.m....@gmail.com> wrote:
Jeff has kindly built a OS X installer for 2.6.2. This is now
available from the Stackless web site.
---------- Forwarded message ----------
From: Jeff Senn <s...@maya.com>
Date: Thu, Jun 11, 2009 at 12:58 AM
Subject: stackless 2.6.2 on OS-X
To: Richard Tew <richard.m....@gmail.com>
I had an occasion to build an installer for 2.6.2 for OS-X,
it is here:
http://www.maya.com/local/senn/stackless-2.6.2-macosx2009-06-09.dmg
if you would like to plop in onto the stackless site.
(Remind me if this in not correct:
svn co from:
URL: http://svn.python.org/projects/stackless/tags/python-2.6.2
Revision: 73316)
I'm not using it in earnest yet, but the stackless tests run and
it appears to have about the same (very few test) failures as the
non-stackless dist on python.org.
-Jas
_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless
_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless
_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless
_______________________________________________
Stackless mailing list
Stackless@stackless.com
http://www.stackless.com/mailman/listinfo/stackless