en:installation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:installation [2022/01/05 21:54] – 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. | ||
- | Download the current | + | Download the latest |
+ | ==== Special Versions ==== | ||
+ | Besides the standard installation it is possible to install GuiPy as portable software or for a PC room. Download the current special version, unzip the zip file and run the setup.exe program as administrator. | ||
- | If you receive a security warning from the operating system, you can use an online virus scanner to convince yourself that this security warning is unfounded. | + | {{:en:setup.png}} |
+ | Use the corresponding button to select the desired installation folder. This can be a local folder or a folder on your network. In the latter case you use either the UNC-notation %%\\Server\NetworkShare\GuiPy%% or a network drive letter. | ||
- | ==== Special Versions ==== | + | For a PC room, installation |
- | Besides the personal | + | |
- | Download | + | In the GuiPy folder |
- | program as administrator. | + | |
- | {{: | + | As you can see in the picture, it is possible to use the %Username% variable to specify the path for GuiPyUser.ini. Normally this path is located in the user's home directory. |
- | Select the desired installation folder with the corresponding button. This may be a local folder or a folder in your network. In the latter case you use either the UNC-notation %%\\Server\NetworkShare\JavaEditor%% or a network drive letter. | + | To set configuration settings globally for all users, copy them from a GuiPyUser.ini to the GuiPyMachine.ini file. |
- | In a classroom situation the installation in a network folder is prefered, because a required update is only necessary on the server and it is possible to make configuration | + | To set configuration |
- | The file GuiPyMachine.ini is created in the GuiPy folder, which contains the protected configuration settings and the global settings for all users. From this file GuiPy reads the path of the file GuiPyUser.ini, which contains the user specific configurations. | + | **Example**: |
+ | Die Registerkarten für //Tkinter// und //TTK// sollen nicht mehr angezeigt werden und im Dateimenü soll der zusätzliche Befehl // | ||
- | As you can see in the picture, it is possible to use the variable %Username% | + | The tabs for //Tkinter// and //TTK// shall no longer be displayed and the additional command //Page Setup// shallappear |
+ | |||
+ | < | ||
+ | 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 | ||
+ | </ | ||
- | To set configurations settings global for all users you copy them from a GuiPyUser.ini to the GuiPyMachine.ini file. | ||
===Portable software=== | ===Portable software=== | ||
- | You can select the option | + | 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.1641416058.txt.gz · Zuletzt geändert: 2022/01/05 21:54 von roehner