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/01/05 21:47] 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 Python version 3.or higher 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 may be a local folder or folder in your network +To set configuration settings globally for all users, copy them from GuiPyUser.ini to the GuiPyMachine.ini file
-In the latter case you use either the UNC-notation %%\\Server\NetworkShare\JavaEditor%% or a network drive letterIn a classroom situation the installation in a network folder is prefered, because it is easier to update GuiPy and it is possible to make configuration presettings for all users.+
  
-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.+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
  
-As you can see in the pictureit is possible to use the variable %Username% to specify the path for GuiPyUser.ini. Normally this path is in the home directory of the user.+**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 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, which are normally saved user specific, 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 "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 a USB stick. GuiPy will then automatically use the drive of the USB stick.  
 + 
  
-====Deinstallation==== 
-Use the setup.exe program to deinstall GuiPy. 
  
en/installation.1641415679.txt.gz · Zuletzt geändert: 2022/01/05 21:47 von roehner