en:installation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:installation [2022/03/05 16:56] – [Special Versions] roehner | en:installation [2024/10/15 12:29] (aktuell) – [Special Versions] roehner | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ==== Standard Installation (Personal Versions) ==== | + | ==== Personal Versions ==== |
- | Before installing GuiPy, | + | Before installing GuiPy, |
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: | ||
+ | |||
+ | **Example**: | ||
+ | Die Registerkarten für //Tkinter// und //TTK// sollen nicht mehr angezeigt werden und im Dateimenü soll der zusätzliche Befehl // | ||
+ | |||
+ | 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" | ||
+ | |||
+ | < | ||
+ | VisTabs=10011 | ||
+ | VisFileMenu=11100111011111011 | ||
+ | </ | ||
+ | |||
+ | Then open the file C:\Program Files\GuiPy\GuiPyMachine.ini or C:\Program Files (x86)\GuiPy\GuiPyMachine.ini with administrator rights and add: | ||
+ | |||
+ | < | ||
+ | [GuiPy Options] | ||
+ | VisTabs=10011 | ||
+ | VisFileMenu=11100111011111011 | ||
+ | </ | ||
+ | |||
===Portable software=== | ===Portable software=== | ||
You can select the " | You can select the " | ||
+ | If you also want to use Python from the USB stick, install Python on the USB stick or copy a Python folder from a hard drive to it. In GuiPy, add the Python on the USB stick as an " | ||
- | ====Deinstallation==== | ||
- | Use the setup.exe program to deinstall GuiPy. | ||
en/installation.1646495762.txt.gz · Zuletzt geändert: 2022/03/05 16:56 von roehner