Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 103, Issue 2

2011-11-10 Thread daniela romeo
Hi Christian, I did exactly what you did as I had some problems with the previous installation. I don't know if Qt4.8 is for Lion, I just followed instructions to install all for "Mac OSX", there was nothing that made me think that it was for Lion only. I spent a lot of time to uninstall and re

Re: [Pythonmac-SIG] PyQt4 ImportError for QtWebKit

2011-11-10 Thread daniela romeo
Hi Ronald, thank you very much for your answer. I'm not sure to have fully understood your explanation, but this is what I did. I found on stackoverflow site a shell command to retrieve which sdk python is using, but it didn't work on my machine. On the terminal I wrote this: python-config --cf

Re: [Pythonmac-SIG] How to make py2app app stub link to Cocoa framework?

2011-11-10 Thread Kevin Walzer
On 11/10/11 5:39 AM, Ronald Oussoren wrote: What kind of problem did you run into? Are those something that can be easily reproduced by signing a trivial application? It wouldn't display a save dialog. Under the hood Tkinter/Tk's save dialog calls into NSSavePanel. In a sandboxed app, the ca

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 103, Issue 2

2011-11-10 Thread Christian Prinoth
> > -- Forwarded message -- > From: Ronald Oussoren > To: daniela romeo > Date: Thu, 10 Nov 2011 11:43:49 +0100 > Subject: Re: [Pythonmac-SIG] PyQt4 ImportError for QtWebKit > > On 9 Nov, 2011, at 17:44, daniela romeo wrote: > > Hi all, > I'm new to the list and new to Python also

Re: [Pythonmac-SIG] PyQt4 ImportError for QtWebKit

2011-11-10 Thread Ronald Oussoren
On 9 Nov, 2011, at 17:44, daniela romeo wrote: > Hi all, > I'm new to the list and new to Python also. > I've been requested to create a program with a webview in it. > I've tried to import QtWebKit module but I have this error: > > Traceback (most recent call last): > File "", line 1, in >

Re: [Pythonmac-SIG] How to make py2app app stub link to Cocoa framework?

2011-11-10 Thread Ronald Oussoren
On 9 Nov, 2011, at 5:41, Kevin Walzer wrote: > I've been trying to get one of my Python-Tk applications to integrate with > Lion's sandboxing framework (for Mac App Store submission) and have been > having difficulty. Based on some feedback I received in the Apple Developer > forums, it appear