Hi. I uploaded the version 1.0.10 to the python repositories.
[size=3]To use:
1. save the current project in QElectroTech
2. Open the plug-in (under Project menu)
3. Use the plug-in and generate the Terminal Blocks. In the CONFIG tab you can specify overwrite the changes to the same file project, or write to a new file. A backup is always done.
4. Reopen the project in QElectroTech.
[size=3]To install:
Requires python 3.5 or above.
First install on Linux:
1. check if you have pip3 installed: pip3 --version.
If not install with: sudo apt-get install python3-pip
2. Install the plug-in: sudo pip3 install qet_tb_generator
3. Run the plug-in directly (writing qet_tb_generator from the command line) or from the 'Project' menu in QElectroTech.
Update on Linux
1. sudo pip3 install --upgrade qet_tb_generator
First install on Windows
1. Install, if required, python 3.5 or above
2. Install the plug-in: python -m pip install qet_tb_generator
Update on Windows
python -m pip install --upgrade qet_tb_generator
@Scorpio: If possible, add the full path of the current project as an argument when calling the plug-in from QET. If not a file dialog is showed to select the QET project.