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

2013-03-31 Thread Ronald Oussoren
On 31 Mar, 2013, at 3:28, Kevin Walzer k...@codebykevin.com wrote: On 3/30/13 7:37 PM, sameer wrote: Does anyone have any hints about how I can make this work? I am new to Mac Apps and sandboxing. This appears to be the error: 3/30/13 7:04:02.050 PM

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

2013-03-30 Thread sameer
Hello all. I'm trying to make a Mac App using py2app that will go on the Mac App store. I enabled sandboxing and now my app crashes. I noticed on the py2app bitbucket issue #85 https://bitbucket.org/ronaldoussoren/py2app/issue/85/sandboxing-interaction-issue which led me to find this thread

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

2013-03-30 Thread Kevin Walzer
On 3/30/13 7:37 PM, sameer wrote: Does anyone have any hints about how I can make this work? I am new to Mac Apps and sandboxing. This appears to be the error: 3/30/13 7:04:02.050 PM [0x0-0xb15b15].com.falkorsystems.defisheye: ImportError: dlopen(/Users/sameer/Documents/Falkor

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 appears

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

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

2011-11-09 Thread Kevin Walzer
On 11/8/11 11:41 PM, Kevin Walzer wrote: Is there any way I can get this executable linked to /System/Library/Frameworks/Cocoa.framework? I didn't think install_name_tool would do the trick, as that just rewrites links, rather than adding them. A Any suggestions are appreciated. I solved the

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

2011-11-08 Thread Kevin Walzer
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 appears that part of the issue is that the executable stub