Hello,
I've (finally) managed to get everything in place to build my
python/vtk/Tk application as a universal binary and have py2app (0.3.6)
successfully bundle it into an app.
However, when I run the application under the finder, in addition to my
application, I get a small white window appea
Ronald Oussoren wrote:
>
> On Friday, January 04, 2008, at 12:37PM, "Jens Thomas" <[EMAIL PROTECTED]>
> wrote:
>
>> Hello,
>>
>> I've (finally) managed to get everything in place to build my
>> python/vtk/Tk application as a universal binary and have py2app (0.3.6)
>> successfully bundle it
On Friday, January 04, 2008, at 12:37PM, "Jens Thomas" <[EMAIL PROTECTED]>
wrote:
>Hello,
>
>I've (finally) managed to get everything in place to build my
>python/vtk/Tk application as a universal binary and have py2app (0.3.6)
>successfully bundle it into an app.
That's a Tk artifact on OSX.
Ronald Oussoren wrote:
> You can do this through the bundle API (open the bundle for an
> application, look up the name of the icon from the Info.plist and then
> locate that icon.
>
> Something like:
>
> path = ...
> bundle = NSBundle.bundleWithPath_(path)
> info = bundle.infoDictionary()
> i