View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000579 | ascend | pygtk gui | public | 2013-10-25 00:53 | 2013-10-25 13:09 |
Reporter | jordan | ||||
Assigned To | |||||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Windows | OS | Windows | OS Version | 7 |
Product Version | 0.9.8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000579: Installation and runtime are not compatible with the use of the PyGTK all-in-one package. | ||||
Description | The configuration of the GTKLIB variable in ascend does not support the use of the all-in-one PyGTK installer. The all-in-one installer includes GTK, PyGTK, PyCario and PyGObject and manages the configuration of the python path to ensure that everything is configured correctly. From a very brief review, it appears to me that the ascend launch script looks to configure the GTK library paths on its own and this causes a problem. This behavior is only observed after the installer is 'tricked' into working by installing GTK manually and adding it to the system path. Of course, this indicates that the installer is also incompatible with the use of the all-in-one PyGTK installer. | ||||
Steps To Reproduce | Install GTK, add it to the path. Install PyGTK all-in-one installer. Install Ascend Run Ascend | ||||
Additional Information | This seems like a barrier to accessibility on Windows platforms. The GTK community encourages the use of the all-in-one installer to minimize barriers to use of PyGTK applications. | ||||
Tags | No tags attached. | ||||
|
Hi Jordan What happens in the installer in this case, does it detect GTK but not PyGTK, or does it detect neither? What is the correct way of detecting all fully functioning PyGTK when the 'all-in-one' installer is running. Preferably by looking at the Windows registry rather than having to run Python -- is there a way? Cheers JP |
|
Hi John. Without the standalone GTK+ installed, the installer would fail to install the GUI, I don't recall if there was a distinction between PyGTK and GTK being installed. I'm not certain if there is a way to detect the installation of PyGTK. I expect that there must be a registry entry though. The operation of the launch script is a separate problem though. The all-in-one PyGTK installer manages the path when Python launches. If all is working, "import gtk" should succeed. |
|
Hi Jordan The detection of different bits and pieces is implemented in NSIS code as shown here: code/trunk/nsis/detect.nsi Cheers JP |