[Pythonmac-SIG] Pythonmac-SIG Digest, Vol 66, Issue 30

Juan C. Méndez jcmendez at alum.mit.edu
Wed Oct 29 03:12:03 CET 2008


I use Komodo and love it

On Mon, Oct 27, 2008 at 7:00 PM,  <pythonmac-sig-request at python.org> wrote:
> Send Pythonmac-SIG mailing list submissions to
>        pythonmac-sig at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.python.org/mailman/listinfo/pythonmac-sig
> or, via email, send a message with subject or body 'help' to
>        pythonmac-sig-request at python.org
>
> You can reach the person managing the list at
>        pythonmac-sig-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pythonmac-SIG digest..."
>
>
> Today's Topics:
>
>   1. Py2App and PyQT (kelsolaar_fool at hotmail.com)
>   2. Re: IDE that doesn't look awful? (David Warde-Farley)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 26 Oct 2008 17:13:09 +0100
> From: <kelsolaar_fool at hotmail.com>
> Subject: [Pythonmac-SIG] Py2App and PyQT
> To: <pythonmac-sig at python.org>
> Message-ID: <BAY124-DS37F99FEBFDC76D60A5F58FA250 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello,
>
> Now that I have my application running and packaged on Windows and Linux, I'm trying to get it working under Mac Os X ( Leopard 10.5.5 ).
> Everything seem to be fine on compilation  side, but when I launch my application I'm getting :
>
> Traceback (most recent call last):
>  File "/Volumes/sIBL/src/dist/sIBL_GUI.app/Contents/Resources/__boot__.py", line 137, in <module>
>    _run('sIBL_GUI.py')
>  File "/Volumes/sIBL/src/dist/sIBL_GUI.app/Contents/Resources/__boot__.py", line 134, in _run
>    execfile(path, globals(), globals())
>  File "/Volumes/sIBL/src/dist/sIBL_GUI.app/Contents/Resources/sIBL_GUI.py", line 71, in <module>
>    from PyQt4.QtCore import *
>  File "PyQt4/QtCore.pyc", line 18, in <module>
>  File "PyQt4/QtCore.pyc", line 15, in __load
> ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/PyQt4/QtCore.so' not found
> 2008-10-26 08:55:36.106 sIBL_GUI[432:10b] sIBL_GUI Error
> 2008-10-26 08:55:36.117 sIBL_GUI[432:10b] sIBL_GUI Error
> An unexpected error has occurred during execution of the main script
>
> ImportError: '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/PyQt4/QtCore.so' not found
>
> This is pretty strange because I actually found that the file is correctly included in "dist/sIBL_GUI.app/Contents/Resources/lib/python2.5/lib-dynload/PyQt4/" directory.
> Anyone faced this or have an idea ?
>
> Thanks,
>
> Thomas
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20081026/095875a3/attachment-0001.htm>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 27 Oct 2008 03:56:45 -0400
> From: David Warde-Farley <dwf at cs.toronto.edu>
> Subject: Re: [Pythonmac-SIG] IDE that doesn't look awful?
> To: Joe Strout <joe at strout.net>
> Cc: Pythonmac-Sig <pythonmac-sig at python.org>
> Message-ID: <7B6BA1FC-22D3-4E2B-8E97-AE83B8B93FC1 at cs.toronto.edu>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> On 20-Oct-08, at 5:46 PM, Joe Strout wrote:
>
>> Hi all,
>>
>> I'd heard good things about Wing IDE (including that it was written
>> with wxPython, and I know that wxPython can make decent Mac apps
>> with a bit of care).  So I downloaded the disk image today, and man
>> -- is it ever ugly!  It's really not a Mac app at all, but an X-
>> Window app, with all the usual cruft that brings.  Even XCode is
>> better than that.  I know I shouldn't care, but... somehow, I do.
>>
>> Is there any Python IDE that looks and feels more like a proper Mac
>> app?
>
> I have to echo an endorsement elsewhere in the thread for pydev on
> Eclipse. It's really quite polished, and other than the weird tab
> widgets that Eclipse/SWT uses, looks okay to me.
>
> David
>
>
> End of Pythonmac-SIG Digest, Vol 66, Issue 30
> *********************************************
>


More information about the Pythonmac-SIG mailing list