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 12:59] – [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.
  
-Download the current personal version of GuiPy and start the installation. GuiPy will start and is ready to use.+Download the latest personal version of GuiPy and run the installation. GuiPy will start and is ready for use.  
 +==== 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 in a network folder is preferred, as a required update only needs to be made on the server and configuration presets can be made for all users
-Besides the personal installation. it is possible to install GuiPy as portable software or as classroom installation.+
  
-Download the current special version, unpack the zip file to a temporary folder and run the setup.exe +In the GuiPy folder the file GuiPyMachine.INI is created, which contains the protected configuration settings and the global settings for all usersFrom this file GuiPy reads the path of the GuiPyUser.ini file, which contains the user-specific configurations
-program as administrator.+
  
-{{:en:setupen.png}}+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 can be local folder or a folder on your networkIn the latter case you use either the UNC-notation %%\\Server\NetworkShare\GuiPy%% or a network drive letter+To set configuration settings globally for all users, copy them from GuiPyUser.ini to the GuiPyMachine.ini file
  
-In a classroom situation, installation in a network folder is prefered, because a required update is only necessary on the server and it is possible to set configuration preferences for all users.+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
  
-The file GuiPyMachine.ini is created in the GuiPy folder, which contains the protected configuration settings and the global settings for all usersFrom 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 //Seiteneinrichtung// angezeigt werdenDazu 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.
  
-As you can see in the pictureit is possible to use the %Username% variable to specify the path for GuiPyUser.ini. Normally this path is in the users's home directory.+The tabs for //Tkinter// and //TTK// shall no longer be displayed and the additional command //Page Setup// shallappear in the file menu. To do thisuncheck 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 usernameIn the [GuiPy Options] section you will find the visibility configuration settingsThese 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>
  
-To set configurations settings global for all users, copy them from a GuiPyUser.ini to the GuiPyMachine.ini file. 
  
 ===Portable software=== ===Portable software===
-You can select the option "Portable Application" to install GuiPy as portable software, which runs directly from an USB stick. GuiPy than uses automatically the drive of the USB stick.+You can select the "Portable applicationoption to install GuiPy as portable software that runs directly from USB stick. GuiPy will then automatically use the drive of the USB stick.  
 + 
  
-====Deinstallation==== 
-Use the setup.exe program to deinstall GuiPy. 
  
en/installation.1646481577.txt.gz · Zuletzt geändert: 2022/03/05 12:59 von roehner