On 24-mrt-2006, at 1:22, Bill Janssen wrote:
>> On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote:
>>
It is officialy released, even if Bill hasn't updated the download
page at python.org yet.
>>>
>>> Ronald, what's the proper URL to advertise? I've got
>>>
>>> http://homepage.mac.com/ro
> Are we really ready to call it the "official" version to use? I just had
> a colleague try it, then he asked me how to get wxPython and numpy
> working with it.
OK, I'll hold off on it till people start yelling at me to update the
page. We still haven't seen Kevin's new icon ideas, either.
B
Bill Janssen wrote:
>> It is officialy released, even if Bill hasn't updated the download
>> page at python.org yet.
Are we really ready to call it the "official" version to use? I just had
a colleague try it, then he asked me how to get wxPython and numpy
working with it.
I don't think there
Louis Pecora wrote:
> % python setup.py bdist_mpkg --open
>
> at the shell prompt.Is that right?
I'm sorry I wasn't clear:
>> bdist_mpkg
at the shell prompt, all by itself (it's a script) should do it. If
there is a setup.py in the directory you type that in, it should use it.
-Chris
> On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote:
>
> >> It is officialy released, even if Bill hasn't updated the download
> >> page at python.org yet.
> >
> > Ronald, what's the proper URL to advertise? I've got
> >
> > http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython
> >
On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote:
>> It is officialy released, even if Bill hasn't updated the download
>> page at python.org yet.
>
> Ronald, what's the proper URL to advertise? I've got
>
> http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython
> %202.4.2.dmg
>
>
> It is officialy released, even if Bill hasn't updated the download
> page at python.org yet.
Ronald, what's the proper URL to advertise? I've got
http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython%202.4.2.dmg
but perhaps you'd like to upload it to pythonmac.org, or somewhe
> It is officialy released, even if Bill hasn't updated the download
> page at python.org yet.
I must be missing something about updating the new website's pages.
I've removed the old comment on the main downloads page several times,
but it keeps showing up. In fact, looking at the svn history
Andrew Barnert:
> > What are the actual problems with having a
root/wheel
> > 755 framework directory instead of root/admin 775?
I
> > guess it means you can't install modules to
> > site-packages out of .pkg files? If it's
important, it
> > would be nice if it were easier to do properly.
Ronald O
On 3/23/06, Scott Frankel <[EMAIL PROTECTED]> wrote:
> If I understand correctly, this would translate in Python to:
>
> rectangle = setWidthheight_(width, height)
obj-c:
[rectangle setWidth:width height:height]
python:
rectangle.setWidth_height_(width, height)
> Correct that the '
On 23-mrt-2006, at 20:53, Scott Frankel wrote:
>
> Apologies in advance for this tangential question.
>
> I'm trying to wrap my head around how Objective-C methods are
> constructed -- and more importantly, how they're converted to Python
> methods. Doco I've found uses as an example a method wi
On 23-mrt-2006, at 0:31, Andrew Barnert wrote:
> Thanks for the quick answers, and it's good to know
> that I'm not missing information right in front of my
> face
>
> Me:
>>> First, what's up with ctypes and other things that
>>> need libffi?
>
> Ronald:
>> PyObjC contains a port of libffi t
Thanks for the clarifications!
Scott
On Mar 23, 2006, at 12:06 PM, Jordan Krushen wrote:
> obj-c:
> [rectangle setWidth:width height:height]
>
> python:
> rectangle.setWidth_height_(width, height)
On Mar 23, 2006, at 12:11 PM, Zachery Bir wrote:
> You're not assigning the result of
On 23-mrt-2006, at 20:13, has wrote:
>
> [1] Re. Python 2.4.x on Intel Macs: I'll make up a binary appscript
> installer once the universal Python 2.4.2 installer is officially
> released. Meantime you should be able to build from source.
It is officialy released, even if Bill hasn't update
James Boyle wrote:
> I am running gcc 3.3. I note that the python 2.4.2 was built using gcc
> 4.0.1. Could this difference in gcc versions be the problem?
> At present I am at a loss as to what to try next.
It sure could. The thing to try is using gcc 4.0.1:
sudo gcc_select 4.x
You may need to
On 23-mrt-2006, at 19:24, James Boyle wrote:
> I'm not sure whether to post this to this list or the numpy list
> but I'll start here.
>
> I am running OX 10.3.9. I installed python 2.4.2 using Universal
> MacPython 2.4.2.dmg.
>
> When I try to install numpy 0.9.6 it fails with the message.
>
On Mar 23, 2006, at 2:53 PM, Scott Frankel wrote:
> Apologies in advance for this tangential question.
>
> I'm trying to wrap my head around how Objective-C methods are
> constructed -- and more importantly, how they're converted to Python
> methods. Doco I've found uses as an example a method wi
Apologies in advance for this tangential question.
I'm trying to wrap my head around how Objective-C methods are
constructed -- and more importantly, how they're converted to Python
methods. Doco I've found uses as an example a method with white
space between the parts of the method name.
Louis Pecora wrote:
> Any ideas?
yup.
Py2App should have installed a script in /usr/local/bin called
bdist_mpkg. If that's on your PATH, you should be able to run:
bdist_mpkg
in the directory that your setup.py lives in.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Christopher Barker wrote:
> Why don't you build a package out of this? If you install Py2app, you
> can run: bdist_mpkg and you'll get a nice package that you can give to
> Bob to put on the site.
>
>
OK, I tried this. installed Py2app (2.4.1 Frameworks version) no
problem. But now I have trou
Hi!
I've installed 2.4.2 Universal on a machine which has 2.4.1 from fink
installed. This worked very well. I had to install some packages with
'python setup.py install' but no problem here.
Then I wanted sqlobject and I tried 'easy_install -U sqlobject' which
told, that its already installe
Hi all,
Appscript updates are now available at:
http://freespace.virgin.net/hamish.sanderson/appscript.html
This release adds Intel Mac support [1] and changes the license from LGPL to
MIT.
Many thanks to Ben Artin for providing Intel compatibility patches.
If anyone has any problems, please
I'm not sure whether to post this to this list or the numpy list but I'll start here.
I am running OX 10.3.9. I installed python 2.4.2 using Universal MacPython 2.4.2.dmg.
When I try to install numpy 0.9.6 it fails with the message.
.
.
gcc: _configtest.c
gcc: cannot specify -o with -c or -S and
In article <[EMAIL PROTECTED]>,
Louis Pecora <[EMAIL PROTECTED]> wrote:
> Yes, I tried creating the 2.4 directories, but that didn't work. So
> what am I to do? Python 2.4.1 cannot find Numeric, wxPython or anything
> in the 2.3 directories that Python 2.3 can find. import just gives
> Trac
Lou,
Thanks for the summary, you beat me to it. I'm a bit surprised that you
didn't already know this -- I thought is was made pretty darn clear that
you needed to re-install all your add-on packages when you installed an
upgraded Python. In fact, that's one of the reasons' not to use Apple's
Info on converting over installed Python packages to non-Apple Python
for those who are newbies or are not gurus (includes me):
Bob Ippolito was right. When you upgrade to a non-Apple python you have
to re-install all the "add-on" packages like Numeric. You also have to
set your paths in the
On 3/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Does matplotlib work with AquaTerm as a backend?
Recently an AquaTerm backend was donated to matplotlib. I haven't had
a chance to test or commit it to svn yet though. I am attaching it
for anyone interested.
- Charlie
"""
An AquaTerm b
Bob Ippolito wrote:
> On Mar 22, 2006, at 1:26 PM, Louis Pecora wrote:
>
>
>> A few months ago I installed (at the prodding of gurus here) Python
>> 2.4.1. I tried to use it today (haven't used it for a while since the
>> install) and it cannot find Numeric. I checked and I have no 2.4
>> direc
On Wednesday, March 22, 2006, at 11:21PM, Russell Finn <[EMAIL PROTECTED]>
wrote:
>On 3/22/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
>> 2) you mentioned a programmatic API: In fact, I think there is a plist
>> somewhere that sets the default environment variables for all apps, you
>> co
On Wednesday, March 22, 2006, at 11:37PM, Nicholas Riley <[EMAIL PROTECTED]>
wrote:
>On Wed, Mar 22, 2006 at 05:20:12PM -0500, Russell Finn wrote:
>> On 3/22/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
>> > 2) you mentioned a programmatic API: In fact, I think there is a plist
>> > somewh
30 matches
Mail list logo