Kevin Walzer wrote:
> It appears that Tcl and Python differ in some respects in code execution.
> Python doesn't appear to return a value from code that is passed to the
> "exec" statement.
exec evaluates statements, and Python statements don't return values. You'd
need to pass global/local di
Hi,
I have an application which I created with python 2.5 and py2app on
OSX 10.4.11. All is well. Trying to build it with python 2.6.4 and
py2app 0.4.3 ends in pdb. python setup.py -A works.
Analyzing the code snippet which causes the exception, one can see it
calls a unix tool called 'ib
NOTE: cc-d to the pythonmac list from the numpy list -- this is really a
Mac issue. It's a discussion of what/how to produce binaries of numpy
for OS-X
David Cournapeau wrote:
On Wed, Jan 6, 2010 at 9:18 AM, Christopher Barker
wrote:
If distutils/setuptools could identify the python versio
One more note:
An easy improvement to the current situation with binaries is to LABEL
THEM WELL:
It's worse to have a binary you expect to work fail for you than to not
have one available. IN the past, I think folks' have used the default
name provided by bdist_mpkg, and those are not always
>
> However, there is a different type of Mac user -- the type that has
> traditionally used Macs. Some of these folks are giving a bit of programming
> a try, and have heard that python is an easy to learn language -- and, cool,
> OS-X even comes with it installed!
It's true there is definitely