Python scripts work, but not app - pg99--2008
thanks - I had found that, but didn't realize it included the GUI apps, so I didn't download it.So - I installed 2.5, including Build Applet, and rebuilt the apps using 2.5. These work on my system, and your apps now work also.
As I suspect you have now figured out. the apps built by Build Applet are referencing the Python Framework of the same version as Build Applet, and the 2.5 framework wasn't there till I just installed it.
#!/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
If your fix is to remove that dependency somehow, then you should be able to test it by temporarily moving the 2.5 framework to a different path.
Friday, January 19 2007 @ 01:16 PM PST
Python scripts work, but not app - pg99--2008
thanks - I had found that, but didn't realize it included the GUI apps, so I didn't download it.So - I installed 2.5, including Build Applet, and rebuilt the apps using 2.5. These work on my system, and your apps now work also.
As I suspect you have now figured out. the apps built by Build Applet are referencing the Python Framework of the same version as Build Applet, and the 2.5 framework wasn't there till I just installed it.
#!/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
If your fix is to remove that dependency somehow, then you should be able to test it by temporarily moving the 2.5 framework to a different path.
Friday, January 19 2007 @ 01:39 PM PST
Python scripts work, but not app - pg99--2008
thanks - I had found that, but didn't realize it included the GUI apps, so I didn't download it.So - I installed 2.5, including Build Applet, and rebuilt the apps using 2.5. These work on my system, and your apps now work also.
As I suspect you have now figured out. the apps built by Build Applet are referencing the Python Framework of the same version as Build Applet, and the 2.5 framework wasn't there till I just installed it.
#!/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
If your fix is to remove that dependency somehow, then you should be able to test it by temporarily moving the 2.5 framework to a different path.
Reply to This | Parent
Friday, January 19 2007 @ 12:26 PM PST