Re: [Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Chris Fonnesbeck
> uninstall EPD in order to try it out without breaking their previously > installed Pythons. Thanks for the advice. I was indeed using Enthought. I am just going to go ahead and upgrade, and see what that does. cf -- Chris Fonnesbeck Department of Mathematics and Statistics PO Box 56, Univers

[Pythonmac-SIG] Unwanted PPC build in setuptools

2009-10-19 Thread Chris Fonnesbeck
Is there any way of convincing setuptools to *not* build for PPC? For some reason, it tries to build a universal binary by default: g++ -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk ...etc Which results in errors: ld warning: in /Developer/SDKs/MacOSX10.4u.sdk/Library/Framework

Re: [Pythonmac-SIG] "Best" Mac Python under Leopard?

2008-08-21 Thread Chris Fonnesbeck
Andrew Jaffe gmail.com> writes: > > Hi All, > > Thanks for the advice! > > However, I'm pretty sure I don't need the overhead of a fink or MacPorts > install -- I've been very happy with Framwork installs so far (and I'm > pretty sure that's necessary for PyObjC). > I can vouch for the new

[Pythonmac-SIG] strange py2app errors

2005-12-19 Thread Chris Fonnesbeck
ying files for scheme doc error: cannot copy tree 'doc': not a directory Any ideas how to resolve this? -- Chris Fonnesbeck Atlanta, GA ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] python2.4 crashes (bus error)

2005-10-25 Thread Chris Fonnesbeck
On 10/25/05, Piet van Oostrum <[EMAIL PROTECTED]> wrote: > >>>>> Chris Fonnesbeck <[EMAIL PROTECTED]> (CF) wrote: > > >CF> # Loop over models > >CF> for model in models: > ... > >CF> # Initialize sampler &g

[Pythonmac-SIG] python2.4 crashes (bus error)

2005-10-24 Thread Chris Fonnesbeck
pple Internal Keyboard/Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA -- Chris Fonnesbeck Atlanta, GA -- Chris Fonnesbeck Atlanta, GA ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] version mismatch error

2005-10-17 Thread Chris Fonnesbeck
Seemingly out of nowhere, I now get the following error when I try to import anything in python 2.3 (on Panther): Fatal Python error: Interpreter not initialized (version mismatch?) Abort trap I'm not sure what I could have done to cause this. Any hints as to how to get python working again are m

[Pythonmac-SIG] compiling wxPython

2005-08-18 Thread Chris Fonnesbeck
Has anyone had success compiling wxPython on Tiger? I get the following when trying to compile: ./bk-make-pch .pch/wxprec_basedll/wx/wxprec.h.gch wx/wxprec.h g++ -I.pch/wxprec_basedll -D__WXMAC__ -I./src/tiff -I./src/jpeg -I./src/expat/lib -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -d

[Pythonmac-SIG] memory allocation issue

2005-07-30 Thread Chris Fonnesbeck
I have a Bayesian simulation package, PyMC, that I run on OSX 10.4 using either Python 2.3.5 or the ActiveState 2.4. It essentially generates long sample arrays of parameter values, which it then summarizes at the end (I am using Numeric arrays). However, after a simulation of only 80K iterations (

[Pythonmac-SIG] Tkinter problems

2005-05-02 Thread Chris Fonnesbeck
I am attempting to get Tkinter working on a new Powerbook, but seem unable to do so (works fine on my old 'book). I have installed the Panther add-ons and TclTkAqua (Batteries included). However, nothing involving Tcltk seems to work. Idle dies: Traceback (most recent call last): File "/System/L

[Pythonmac-SIG] building pkg installers with py2app

2005-02-07 Thread Chris Fonnesbeck
I am trying to make an installer for my MCMC software (PyMC) with py2app, however when I try running bdist_mpkg, I get the following errors: Traceback (most recent call last): File "/usr/local/bin/bdist_mpkg", line 2, in ? from bdist_mpkg.scripts.script_bdist_mpkg import main File "/Syste

Re: [Pythonmac-SIG] pythonw

2005-02-07 Thread Chris Fonnesbeck
On Sat, 5 Feb 2005 13:35:10 -0500, Bob Ippolito <[EMAIL PROTECTED]> wrote: > For running your own scripts and playing around in the terminal, just > use pythonw all the time. There is a very slight increase in start-up > time, but nothing worth caring about. > OK, so if I replace the symbolic l

[Pythonmac-SIG] pythonw

2005-02-05 Thread Chris Fonnesbeck
Sorry in advance for what may, in fact, be a naive post, but I am trying to figure out the significance of pythonw on OSX. I know that you need to run pythonw if you intend to use python programs with certain graphical backends, otherwise the UI becomes unresponsive. Running idle from the command l