473,503 Members | 5,495 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

OS X and Python - wxPython has forced a rehash of my approach

Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp....de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.

Sep 4 '06 #1
8 1398
One other thing: the mac os x built at python.org
(http://www.python.org/download/)

does not state whether it is a Framework build or not. I'm guessing it
isn't.

Sep 4 '06 #2
me**********@gmail.com wrote:
One other thing: the mac os x built at python.org
(http://www.python.org/download/)

does not state whether it is a Framework build or not. I'm guessing it
isn't.
It is.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco

Sep 4 '06 #3

me**********@gmail.com wrote:
Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp....de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.
I'd really recommend using the universal build from python.org. As a
previous poster mentioned, it is a framework build. I've never had any
trouble using wxPython in conjunction with it, either.

Sep 4 '06 #4
hiaips wrote:
me**********@gmail.com wrote:
>Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp....de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.

I'd really recommend using the universal build from python.org. As a
previous poster mentioned, it is a framework build. I've never had any
trouble using wxPython in conjunction with it, either.
The universal build from Python.org is outdated (IIRC). A better, more
optimized one is available from
http://pythonmac.org/packages/py24-f...2006-04-07.dmg

--
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com
Sep 5 '06 #5

Kevin Walzer wrote:
hiaips wrote:
me**********@gmail.com wrote:
Earlier I asked about how people installed Python on OS X, given that
one can choose from Xcode, Fink, Darwin, ActiveState and source builds:

http://groups.google.com/group/comp....de06a6bb6b2361

but before I knew it, I had been sucked in by the ease and vastness of
the Fink repository.

Now my bliss run has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point.
I'd really recommend using the universal build from python.org. As a
previous poster mentioned, it is a framework build. I've never had any
trouble using wxPython in conjunction with it, either.
The universal build from Python.org is outdated (IIRC). A better, more
optimized one is available from
http://pythonmac.org/packages/py24-f...2006-04-07.dmg

--
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com
Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.

Sep 5 '06 #6
hiaips wrote:
Kevin Walzer wrote:
>The universal build from Python.org is outdated (IIRC). A better, more
optimized one is available from
http://pythonmac.org/packages/py24-f...2006-04-07.dmg

Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.
The Mac OS X Universal binary build process has been improved since the 2.4.3
source release.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco

Sep 5 '06 #7
hiaips wrote:
>
Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.
There have been a couple of releases of Python 2.4.3 "universal" on OS
X.The first one was quietly posted for download from one of the
developers' .Mac account, and announced only on the MacPython list,
with an invitation for feedback. It probably should have been tagged
"release candidate," but it wasn't. Someone grabbed it and posted it at
python.org.

A week or so later, a significantly faster/optimized release of Python
2.4.3 was announced on the MacPython list and posted for download at
pythonmac.org. That's the release that the Mac community considers to be
the "official" universal release.

It looks like the earlier release is what is available at python.org; it
hasn't been updated. That release was made on March 30, while the faster
release was made on April 7 (or thereabouts).

Once 2.5 is out, it will probably be moot. The "universal" build of
Python 2.4.3 is currently a fork from the main Python code base; the Mac
developers are concentrating on merging the changes in for the 2.5
release. No further work is being done on 2.4.3 as far as I know.

--
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com
Sep 5 '06 #8
hiaips wrote:
>
Outdated??? It's Python 2.4.3 (and they already have a build for
2.5rc1), so I'm not sure what you mean.
Also, for what it's worth, I strongly recommend the packages hosted at
pythonmac.org; these are built and tested by the core MacPython developers.

--
Kevin Walzer
Poetic Code
http://www.kevin-walzer.com
Sep 5 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1557
by: Raymond Hettinger | last post by:
QOTW: "the DOM API is designed for consultants, not for humans or computers" -- Fredrik Lundh giving solace to a confused DOM API user QOTW: "Python enjoys making tradeoffs that drive *someone*...
15
2883
by: Grant Edwards | last post by:
Can anybody recommend a good book on wxPython? Are there any books on wxPython? I've been trying to learn wxPython and/or wax for a few weeks, and I'm just not getting it. wxWindows seems...
5
4190
by: Andr? Roberge | last post by:
Sorry about the cryptic subject line, but I wanted to capture the essence of my message in a single line. I am learning Python (which, as everyone know is the best language :-) so that I can...
3
2263
by: Kenneth McDonald | last post by:
If this is not an appropriate newsgroup for this type of posting, please let me know and (if possible) suggest an alternative. I've done a fair bit of research on the net, but information is...
217
8941
by: gyromagnetic | last post by:
The following url points to an article written by Damian Conway entitled "Ten Essential Development Practices": http://www.perl.com/pub/a/2005/07/14/bestpractices.html Althought the article has...
4
1134
by: Peter Otten | last post by:
QOTW: "It's hard to make a mistake by having too many short and simple functions. And much too easy to make them when you have too few ;-)" - Thomas Bartkus "Argh, the following is valid Python...
13
3069
by: filippo | last post by:
Hello, I coded my +10k lines app using Perl/Tk. It is something like a hotel software manager, it has a bunch of windows to manage the arrivals, bills etc etc. I want to port this on...
20
2595
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
4
3148
by: Claire Blair | last post by:
I am trying to write a VB6 (not VB.Net) application that has a console window that allows Python command to be typed at the prompt. The idea is so that, I can have full Python scripting from...
0
7207
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7291
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7012
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3171
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
402
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.