[Eric] Installation

Larry Shaffer larrys at dakotacarto.com
Tue Jan 12 02:54:25 GMT 2010


Hi David,

Under Interface/Interface in Preferences, the language can be set to
English(default) instead of System. That got rid of the warnings for me.

Also, I was having some random crashes with eric4's Help Viewer, but could
not get the custom path (in Preferences/Help Viewers) to not launch multiple
instances of any of my browsers. So, I made a little python script named
macopenurl.py with the following contents:

import sys
import os


os.system('osascript -e \"open location \\"' + u'file://' + \
unicode(sys.argv[1]) + '\\"\"')

sys.exit()

Make the file executable only by you and set the Custom path to it. That
will open any configured local html help paths with the default Mac OS
browser, via AppleScript. If that's what you want.


Larry


> From: David Arnold <dwarnold45 at suddenlink.net>
> Date: Mon, 11 Jan 2010 18:01:30 -0800
> To: "eric at riverbankcomputing.com" <eric at riverbankcomputing.com>
> Subject: [Eric] Installation
> 
> All,
> 
> After installing eric4 on my Macbook Pro, starting eric4 from the terminal
> yields this response:
> 
> david-arnolds-macbook-pro-2:~ darnold$ eric4
> Warning: translation file 'qt_en_US'could not be loaded.
> Using default.
> Warning: translation file 'eric4_en_US'could not be loaded.
> Using default.
> Warning: translation file 'qscintilla_en_US'could not be loaded.
> Using default.
> 
> The application runs fine. Should I worry about this response? If so, what is
> the workaround?
> 
> David Arnold
> College of the Redwoods
> Department of Mathematics
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric
> 




More information about the Eric mailing list