Re: [Pythonmac-SIG] Module Import Problem

2010-05-11 Thread Mike
- Original Message - From: "Ronald Oussoren" To: "Mike" Cc: Sent: Tuesday, May 11, 2010 4:04 AM Subject: Re: [Pythonmac-SIG] Module Import Problem On 9 May, 2010, at 22:21, Mike wrote: - Original Message - From: "Ronald Oussoren" To:

Re: [Pythonmac-SIG] Module Import Problem

2010-05-11 Thread Ronald Oussoren
On 9 May, 2010, at 22:21, Mike wrote: > > - Original Message - From: "Ronald Oussoren" > To: "Mike" > Cc: > Sent: Monday, May 03, 2010 1:09 AM > Subject: Re: [Pythonmac-SIG] Module Import Problem > > > > On 2 May, 2010, at 20:16

Re: [Pythonmac-SIG] Module Import Problem

2010-05-09 Thread Mike
- Original Message - From: "Ronald Oussoren" To: "Mike" Cc: Sent: Monday, May 03, 2010 1:09 AM Subject: Re: [Pythonmac-SIG] Module Import Problem On 2 May, 2010, at 20:16, Mike wrote: I built the latest PyObjC from source and got the same error. What

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Ronald Oussoren
ore, then "easy_install pyobjc==2.2" to install the rest. Ronald > Do I need to build the older version, PyObjC 2.0? Also, what is mac ports? > > Mike > - Original Message - From: "Aahz" > To: > Sent: Saturday, May 01, 2010 9:55 PM > Subject: Re: [Py

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Aahz
First: please do not top-post -- you'll notice that none of the regulars do that on this list. On Sun, May 02, 2010, Mike wrote: > - Original Message - From: "Aahz" >> On Sun, Apr 25, 2010, Mike wrote: >>> >>> ImportError: >>> dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/p

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Mike
I built the latest PyObjC from source and got the same error. Do I need to build the older version, PyObjC 2.0? Also, what is mac ports? Mike - Original Message - From: "Aahz" To: Sent: Saturday, May 01, 2010 9:55 PM Subject: Re: [Pythonmac-SIG] Module Import Problem O

Re: [Pythonmac-SIG] Module Import Problem

2010-05-01 Thread Aahz
On Sun, Apr 25, 2010, Mike wrote: > > ImportError: > dlopen(/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyobjc_core-2.2-py2.6-macosx-1 > 0.3-fat.egg/objc/_objc.so, 2): Library not loaded: /usr/lib/libxml2.2.dylib > Referenced from: > /Library/Frameworks/Python

Re: [Pythonmac-SIG] Module Import Problem

2010-04-27 Thread Ronald Oussoren
On 27 Apr, 2010, at 2:41, Chris Barker wrote: > Mike wrote: >> I figured I'd try installing PyObjC from source. However, the Mac doesn't >> seem to have GCC. I can't figure out how to get this, > > you need to download XCode Tools from the Apple Developer site Xcode is also on the MacOSX inst

Re: [Pythonmac-SIG] Module Import Problem

2010-04-26 Thread Chris Barker
uot; Sent: Sunday, April 25, 2010 1:11 PM Subject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: Using easy_install. I installed easy_install by using this script: http://peak.telecommunity.com/dist/ez_setup.py I ran that as python ez_setup.py seetuptools Then: easy_install pyttsx I&#x

Re: [Pythonmac-SIG] Module Import Problem

2010-04-26 Thread Mike
- Original Message - From: "Chris Barker" To: "Mike" Sent: Sunday, April 25, 2010 1:11 PM Subject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: Using easy_install. I installed easy_install by using this script: http://peak.telecommunity.com/dist

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
ubject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: I don't think I'm doing anything special really. Just running it with python zgp.py. It may be something the pyttsx package is doing... how did you install pyttsx ? -Chris - Original Message - From: "Chris B

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Chris Barker
12:14 PM Subject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: File "build/bdist.macosx-10.6-universal/egg/pyttsx/__init__.py", line 39, in init this looks like you are running code out of the build dir, which may not have anything to do with your problem, but it

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
I don't think I'm doing anything special really. Just running it with python zgp.py. It may be something the pyttsx package is doing... - Original Message - From: "Chris Barker" To: Sent: Sunday, April 25, 2010 12:14 PM Subject: Re: [Pythonmac-SIG] Module Import P

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Chris Barker
macosx-10 .3-fat.egg/objc/_objc.so Reason: Incompatible library version: _objc.so requires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0 - Original Message - From: "Aahz" To: Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Impo

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
uires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0 - Original Message ----- From: "Aahz" To: Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Import Problem On Wed, Apr 21, 2010, Mike wrote: My friend is testing my program for me

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
Foundation - Original Message - From: "Aahz" To: Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Import Problem On Wed, Apr 21, 2010, Mike wrote: My friend is testing my program for me on his Mac, he's running Snow leopard. I'm using a

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Aahz
On Wed, Apr 21, 2010, Mike wrote: > > My friend is testing my program for me on his Mac, he's running Snow > leopard. I'm using a package called Pyttsc that allows for text to > speech on the Mac. He's getting the following error: > > file: build/bdist.macosx-10.6universal/egpyttsx/drivers/nsss.py

[Pythonmac-SIG] Module Import Problem

2010-04-21 Thread Mike
Hi, My friend is testing my program for me on his Mac, he's running Snow leopard. I'm using a package called Pyttsc that allows for text to speech on the Mac. He's getting the following error: file: build/bdist.macosx-10.6universal/egpyttsx/drivers/nsss.py, line 18: no module named foundation