Share

PyObjC

Tracker: Bugs

5 Plugins compiled with py2app 0.3.4 fail to load - ID: 1570802
Last Update: Settings changed ( ronaldoussoren )

Between py2app 0.3.2 and 0.3.4, building plugins that load broke. I've
included a demo of the problem as an Xcode project. Building and
running the command line tool target will build the plugin as well.
The command line tool simply attempts to load the plugin. (you may
have to copy the built plugin bundle to the products directory or
change the path to the plugin in the project's products list.

Loading the plugin fails at -[NSBundle load] if py2app > 0.3.2 is used.


Barry Wark ( barrywark ) - 2006-10-04 16:23

5

Closed

Works For Me

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2008-03-25 15:25
Sender: ronaldoussorenProject Admin


I hadn't looked at the bug tracker for a very long time...

The sample project seems to work fine with pyobjc and py2app from
subversion, after fixing a typo in the plugin code (spelling error in
"import Foundation").


Attached File ( 1 )

Filename Description Download
Py2AppPluginDemo.zip Xcode project demonstrating bug in py2app Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2008-03-25 15:48 ronaldoussoren
close_date - 2008-03-25 15:48 ronaldoussoren
resolution_id None 2008-03-25 15:25 ronaldoussoren
File Added 196557: Py2AppPluginDemo.zip 2006-10-04 16:23 barrywark