[Pyobjc-dev] [ pyobjc-Bugs-853553 ] Path error in PyObjC tutorial
Brought to you by:
ronaldoussoren
From: SourceForge.net <no...@so...> - 2003-12-03 20:19:57
|
Bugs item #853553, was opened at 2003-12-03 12:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=853553&group_id=14534 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Path error in PyObjC tutorial Initial Comment: In step 6 under "Testing the User Interface", the tutorial states: If you are using Python 2.3 the script is located in plat-mac instead of site-packages and the command is: $ python2.3 $PYLIB/plat-mac/PyObjC/bundlebuilder.py --link --nib=MainMenu --mainprogram=CurrencyConverter.py -- resource=MainMenu.nib build "PyObjC" needs to be removed from the path. In python 2.3, bundlebuilder.py is in the plat-mac directory and not in the subdirectory "PyObjC". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=853553&group_id=14534 |