zee wrote: > by this (below) are you saying the User's Library, as opposed to the > System Library? > Does the tilde (~) signify System or User Library?
~ means user home directory, it expands to /Users/vox (or whatever) On OSX frameworks are placed in either of these locations: /Library/Frameworks (system), /System/Library/Frameworks (system reserved, don't install anything yourself there) /Network/Library/Frameworks (workgroup) /Users/vox/Library/Frameworks (user) Unfortunately the Ghostscript.framework works *only* at the first of these places. I'm currently debugging other errors with GS. I found out that the framework does not include the fonts (my fault), so that it will fail if the used fonts are not in /Library/Fonts. Also there appears to be another error with interfacing Scribus<->GS which makes importing eps files fail. I still have to find the cause for that. Print preview should work, tho. /Andreas
