Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-13 Thread Ronald Oussoren
On 12 Jun, 2011, at 21:02, Mike wrote: > Hi, > > Tried installing Python 2.7 32 bit and WXPython. I now get import error: no > module named appkit > > I assume this means I would have to install XCode, then PyObjC for the py2.7 > build. Correct me if I'm wrong... Do you actually use PyObjC? >

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-13 Thread Ronald Oussoren
On 14 Jun, 2011, at 4:24, Mike wrote: > Hi, > > I'm trying to get Python 2.7 working. I was getting an error no module named > appkit, so I assume i need to install pyobjc. I get the following error when > I run easy_install pyobjc, as well as when I run setup.py in the > trunk/pyobjc/pyobjc

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-13 Thread Mike
Hi, I'm trying to get Python 2.7 working. I was getting an error no module named appkit, so I assume i need to install pyobjc. I get the following error when I run easy_install pyobjc, as well as when I run setup.py in the trunk/pyobjc/pyobjc directory of the source code: Searching for pyobj

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-13 Thread Christopher Barker
Mike wrote: I also just tried installing python2.6.6 from python.org, but when I run python2.6, it still claims i'm running python 2.6.1. Any idea how to fix this? The installer _should_ have updated your PATH so that the newly installed version would run when you typed "python", but dependin

Re: [Pythonmac-SIG] TZ and Plone.

2011-06-13 Thread Bill Janssen
William, > Essentially, because I'm in Kathmandu, Nepal right now (and will be > for the next few years on a research project), timezone support > doesn't work right so eventually, Plone becomes confused when it tries > to make a new site. The root of the problem seems to be way back down > at the

Re: [Pythonmac-SIG] TZ and Plone.

2011-06-13 Thread Aahz
On Mon, Jun 13, 2011, Tuladhar-douglas, Dr William B. wrote: > > I'm trying to install Plone 4.05 on my Mac (OSX 10.6.7), using the universal > installer which uses buildout. (It works fine on the London server that holds > the public Plone site...) After much frustration I finally found another