-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from quintijn/installerdetails
Installerdetails
- Loading branch information
Showing
73 changed files
with
14,136 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,3 +86,5 @@ MacroSystem/*_vcl.py | |
|
||
# Visual Studio | ||
.vs | ||
/PyTest/readwritefiletest/*.txt | ||
/PyTest/readwritefiletest/*out.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
The natlinkconfigfunctions.py is now a very much simplified version of the python2 version. | ||
|
||
This is because the natlink installer program handles the enabling of Natlink itself. Elevated mode is | ||
no longer needed. | ||
|
||
|
||
|
||
With the GUI (configurenatlink.pyw) you can configure NatLink, Vocola and Unimacro, but also DragonFly, via the UserDirectory. | ||
|
||
This program is written in wxPython. | ||
|
||
The definitions are made with the (nonfree) program: wxDesigner (see http://www.roebling.de) | ||
|
||
The definition file for wxDesigner is called configurenatlink.wdr, these definitions that were | ||
translated by wxDesigner into configurenatlink_wdr.py, and it is this file that is used by configurenatlink.pyw. | ||
|
||
It is unwise to edit these 2 files by hand, as they will be regenerated if a new wxDesigner run is done. | ||
|
||
The program configurenatlink.pyw uses uses functions from the module: natlinkconfigfunctions.py. | ||
|
||
If the GUI program doesn't work for some reason, you can fall back to | ||
the command line interface, which is contained in | ||
natlinkconfigfunctions.py. Just start this program from the start | ||
menu or the folder that you are in now, preferably in elevated mode too with start_natlinkconfigfunctions.py | ||
|
||
Quintijn Hoogenboom, February 18, 2008, (...)April 2022 (python3) | ||
|
||
|
||
|
Oops, something went wrong.