Bill White ha scritto:
Thanks, Damian, for the background and for the specific guidance.
Ubuntu had me first run this: sudo apt-get python-gtk2 before it would respond to sudo ./install. But it all worked out and arm 1.4.4 is even better than my previous version. Thanks for this.
hi bill, my workaround is, run arm in this way: sudo ./arm He works without problems.
The "install" script requires the GTK environment these are all the necessary dependencies for ubuntu server:
# apt-get install python-gtk2 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: defoma fontconfig hicolor-icon-theme libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdatrie1 libfontenc1 libgdk-pixbuf2.0-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libjasper1 libpango1.0-0 libthai-data libthai0 libtiff4 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxrandr2 x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils Suggested packages: defoma-doc psfontmgr libfont-freetype-perl cups-common librsvg2-common gvfs libjasper-runtime ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp python-gtk2-doc python-numpy The following NEW packages will be installed: defoma fontconfig hicolor-icon-theme libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdatrie1 libfontenc1 libgdk-pixbuf2.0-0 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libjasper1 libpango1.0-0 libthai-data libthai0 libtiff4 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxfont1 libxft2 libxi6 libxinerama1 libxrandr2 python-gtk2 x-ttcidfont-conf x11-common xfonts-encodings xfonts-utils 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/6,156 kB of archives. After this operation, 22.7 MB of additional disk space will be used. Do you want to continue [Y/n]?
But, this is the error you get after:
# ./install /usr/lib/pymodules/python2.7/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) installed to /usr/share/arm
ihmo, this install script is not suitable for servers