Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:installation

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:installation [2022/03/05 16:56] – [Special Versions] roehneren:installation [2023/12/02 14:29] (aktuell) – [Special Versions] roehner
Zeile 1: Zeile 1:
-==== Standard Installation (Personal Versions====+==== Personal Versions ====
  
-Before installing GuiPy, a version 3.or higher of Python should be installed. Python can be download from http://www.python.org/.+Before installing GuiPy, a version 3.or higher of Python should be installed. Python can be download from http://www.python.org/.
  
 A 64-bit version of GuiPy works only with a 64-bit version of Python and a 32-bit version of GuiPy works only with a 32-bit version of Python. A 64-bit version of GuiPy works only with a 64-bit version of Python and a 32-bit version of GuiPy works only with a 32-bit version of Python.
Zeile 20: Zeile 20:
  
 To set configuration settings globally for all users, copy them from a GuiPyUser.ini to the GuiPyMachine.ini file.  To set configuration settings globally for all users, copy them from a GuiPyUser.ini to the GuiPyMachine.ini file. 
 +
 +To set configuration settings globally for all users, copy them from a C:\Users\<Username>\AppData\Roaming\GuiPy\GuiPy.ini to the C:\Program Files\GuiPy\GuiPyMachine.ini file. 
 +
 +**Example**:\\ 
 +Die Registerkarten für //Tkinter// und //TTK// sollen nicht mehr angezeigt werden und im Dateimenü soll der zusätzliche Befehl //Seiteneinrichtung// angezeigt werden. Dazu entfernen Sie unter Werkzeuge\Konfiguration\Sichtbarkeit\Tabs die Häkchen bei Tkinter und TTK. Dann klicken Sie im Bereich Menüs auf Datei und haken Seiteneinrichtung an. Speichern Sie diese Einstellungen und beenden Sie GuiPy. Rufen Sie dann die Datei C:\Users\<Username>\AppData\Roaming\GuiPy\GuiPy.ini für ihren Benutzernamen auf. Im Abschnitt [GuiPy Options] finden Sie die Konfigurationseinstellungen der Sichtbarkeit. Davon werden diese beiden Einstellungen benötigt.
 +
 +The tabs for //Tkinter// and //TTK// shall no longer be displayed and the additional command //Page Setup// shallappear in the file menu. To do this, uncheck Tkinter and TTK under Tools\Configuration\Visibility\Tabs. Then click on File in the Menus area and tick "Page Setup". Save these settings and exit GuiPy. Then go to the C:\Users\<Username>\AppData\Roaming\GuiPy\GuiPy.ini file for your username. In the [GuiPy Options] section you will find the visibility configuration settings. These two settings are required.
 +
 +<code> 
 +VisTabs=10011
 +VisFileMenu=11100111011111011
 +</code>
 +
 +Then open the file C:\Program Files\GuiPy\GuiPyMachine.ini or C:\Program Files (x86)\GuiPy\GuiPyMachine.ini with administrator rights and add:
 +
 +<code>
 +[GuiPy Options] 
 +VisTabs=10011
 +VisFileMenu=11100111011111011
 +</code>
 +
  
 ===Portable software=== ===Portable software===
Zeile 25: Zeile 46:
  
  
-====Deinstallation==== +
-Use the setup.exe program to deinstall GuiPy.+
  
en/installation.1646495762.txt.gz · Zuletzt geändert: 2022/03/05 16:56 von roehner