Claudio Beccari
2016-12-14 17:14:53 UTC
I am sorry to inform you that running the Mac-package-installed
FontForge.app (downloaded from your site) on a Mac-Sierra-operated
MacBookPro does not work when the program is called by the python script
mftrace.
The error message is as such:
PKGBASE: /Users
/Users/claudio/bin/fontforge: line 23:
/Users/claudio/bin/CocoaDialog.app/Contents/MacOS/CocoaDialog: No such
file or directory
Traceback (most recent call last):
File "/Users/claudio/bin/mftrace", line 1426, in <module>
main()
File "/Users/claudio/bin/mftrace", line 1422, in main
do_file (filename)
File "/Users/claudio/bin/mftrace", line 1407, in do_file
shutil.copy2 (basename + '.' + format, origdir)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
line 130, in copy2
copyfile(src, dst)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
line 82, in copyfile
with open(src, 'rb') as fsrc:
The relvant line is:
/Users/claudio/bin/fontforge: line 23:
/Users/claudio/bin/CocoaDialog.app/Contents/MacOS/CocoaDialog: No such
file or directory
Of course, not finding it anywhere else, mftrace looks for CocoaDialog
in my $HOME/bin directory; but the .app ins not present anywhere in the
disk; searching for CocoaDialog.app on the Apple site does not give any
result.
But while FontForge.app apparently works fine as a standolaone GUI
within X11, apparently it does not work when called from a python script
such as mftrace.
Best regards
Claudio
FontForge.app (downloaded from your site) on a Mac-Sierra-operated
MacBookPro does not work when the program is called by the python script
mftrace.
The error message is as such:
PKGBASE: /Users
/Users/claudio/bin/fontforge: line 23:
/Users/claudio/bin/CocoaDialog.app/Contents/MacOS/CocoaDialog: No such
file or directory
Traceback (most recent call last):
File "/Users/claudio/bin/mftrace", line 1426, in <module>
main()
File "/Users/claudio/bin/mftrace", line 1422, in main
do_file (filename)
File "/Users/claudio/bin/mftrace", line 1407, in do_file
shutil.copy2 (basename + '.' + format, origdir)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
line 130, in copy2
copyfile(src, dst)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
line 82, in copyfile
with open(src, 'rb') as fsrc:
The relvant line is:
/Users/claudio/bin/fontforge: line 23:
/Users/claudio/bin/CocoaDialog.app/Contents/MacOS/CocoaDialog: No such
file or directory
Of course, not finding it anywhere else, mftrace looks for CocoaDialog
in my $HOME/bin directory; but the .app ins not present anywhere in the
disk; searching for CocoaDialog.app on the Apple site does not give any
result.
But while FontForge.app apparently works fine as a standolaone GUI
within X11, apparently it does not work when called from a python script
such as mftrace.
Best regards
Claudio