[Pyobjc-dev] Re: My application doesn't dock
Brought to you by:
ronaldoussoren
From: Bob S. <rsw...@tr...> - 2003-08-29 17:59:31
|
Just - Replacing bundlebuilder.py with the version you sent did, indeed fix the problem. Thanks! ----- Original Message ----- From: "Just van Rossum" <ju...@le...> To: "Bob Swerdlow" <rsw...@tr...> Cc: <pyo...@li...> Sent: Friday, August 29, 2003 12:14 PM Subject: Re: My application doesn't dock > Bob Swerdlow wrote: > > > Just - I upgraded to PyObjC1.0b1 but this problem does not seem to be > fixed. > > > > In my buildapp.py, I have: > > > > infoPlist = Plist( > > CFBundleDevelopmentRegion='English', > > CFBundleExecutable='python', > > CFBundleGetInfoString='Goombah 0.2', > > CFBundleHelpBookFolder='Goombah Help', > > CFBundleHelpBookName='Goombah Help', > > CFBundleIconFile='Goombah.icns', > > CFBundleIdentifier='com.transpose.goombah', > > CFBundleInfoDictionaryVersion='6.0', > > CFBundleName='Goombah', > > CFBundlePackageType='APPL', > > CFBundleShortVersionString='PreRelease', > > CFBundleSignature='????', > > CFBundleVersion='0.2', > > > > NSHumanReadableCopyright='Copyright 2003 Transpose, LLC All > rights > > reserved > > ..', > > NSMainNibFile='MainMenu', > > NSPrincipalClass='NSApplication' > > ) > > > > Is there anything I need to change or do I need a newer version of > > PyObjC? I know that 1.0 is coming, but I don't know when. > > Hm, it seems this was fixed after 1.0b1 was released. Or rather, it may > have been fixed before in the Python tree, but the one shipping with > PyObjC 1.0b1 is "old". This all assumes you're using Python 2.2, not > 2.3, which should contain the right version, and PyObjC's setup.py only > installs bundlebuiler if it's not already there. > > I've attached the latest version of bundlebuilder.py, please let me know > that I'm not dreaming... > > Just |