[QE-developers] pwgui problem in qe 7.0 on Centos 7

Tone Kokalj tone.kokalj at ijs.si
Wed Apr 13 16:13:01 CEST 2022


On Wed, 2022-04-13 at 22:19 +0900, フォンスポール J wrote:
> Thank you for your suggestion.  The tclsh results show iwidgets is
> not installed, but as you can see below iwidgets is installed. Is
> this a problem with upper and lower case as there is no Iwidgets
> installation possible according to yum (or dnf).

The name of the yum/dnf package is iwidgets, but in Tcl the package
names are capitalized, hence Iwidgets. You may try with "package
require iwidgets" though.

Anyway this seems to be a system rather then the pwgui problem.
Iwidgets depends on several other packages, hence you may try to load
them sequentially to see where it fails:

tclsh
package require Tk
package require Itcl
package require Itk
package require Iwidgets


Best regards, Tone
-- 
Jožef Stefan Institute, Ljubljana, Slovenia






More information about the developers mailing list