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 ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org 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-11 Thread Mike
- Original Message - From: Ronald Oussoren ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org 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

Re: [Pythonmac-SIG] Module Import Problem

2010-05-09 Thread Mike
- Original Message - From: Ronald Oussoren ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org 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

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Mike
-SIG] Module Import Problem 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

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 a...@pythoncraft.com On Sun, Apr 25, 2010, Mike wrote: ImportError:

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Ronald Oussoren
==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 a...@pythoncraft.com To: pythonmac-sig@python.org Sent: Saturday, May 01, 2010 9:55 PM Subject: Re: [Pythonmac-SIG] Module Import Problem

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:

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 install

Re: [Pythonmac-SIG] Module Import Problem

2010-04-26 Thread Mike
- From: Chris Barker chris.bar...@noaa.gov To: Mike smartmi...@gmail.com 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

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Chris Barker
: _objc.so requires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0 - Original Message - From: Aahz a...@pythoncraft.com To: pythonmac-sig@python.org Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Import Problem On Wed, Apr 21, 2010, Mike

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
: [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's odd. How are you running this, setting your

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Chris Barker
: Sunday, April 25, 2010 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

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
: Sunday, April 25, 2010 12:26 PM Subject: 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

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,

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
-sig@python.org 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 package called Pyttsc that allows for text to speech on the Mac

[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