Hi Tiz,

Too bad you don't have a mac with an apple silicon m1 m2 chip, QET arm64 application run very well. If you can try?

1,252

(9 replies, posted in EN : Help, suggestions, discussions, ...)

also can you give the references custom names that show up in the reference linking panel?

Just name your conductors and you see it in report link dialog.
You can also filter and search by conductor name, etc.

1,253

(9 replies, posted in EN : Help, suggestions, discussions, ...)

links and XREFs not work in export to PDF.
https://qelectrotech.org/forum/viewtopi … 5819#p5819

Try to launch qet_tb_generator with QElectroTech open with industrial.qet example provided.

Or get it here: https://github.com/qelectrotech/qelectr … strial.qet

You don't have forgot to install
pip3 install qet_tb_generator

Modify PATH to your python 3.9 version.

cat .zprofile
# Setting PATH for Python 3.11
# The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
export PATH

for 0.90 QET version only use python 3.9
When you install python bundle at end is show a windows with more scripts, double click on "Update Shell Profile.command" script in the windows list to add python Path in your shell.

Hi,

is a real Linux install on your PC or a Linux VM on your MAC?
What actions cause the crash?

Don't be afraid for your SSD, QET projects are very small and won't wear out your SSD.

For big projects I use this tip since 20 years: open project and save as date format yyyy/mm/dd_my_project.qet, each day i work on it.
Like: 2022-7-23_Vibrafloor.qet


ls -al | grep Vibrafloor.qet
-rw-r--r--  1 laurent laurent  5591356 30 juin   2022 2022-5-28_Vibrafloor.qet
-rw-r--r--  1 laurent laurent  5543797  2 juil.  2022 2022-7-01_Vibrafloor.qet
-rw-r--r--  1 laurent laurent  6322642 11 nov.  14:54 2022-7-23_Vibrafloor.qet


Cordially.

1,260

(224 replies, posted in News)

travail en cours...

https://learn.microsoft.com/fr-fr/windo … ws-11-22h2

1,262

(224 replies, posted in News)

@Galexis te faudra attendre que Josua te réponde, c'est marqué WIP pour l'instant..

1,263

(9 replies, posted in EN : Help, suggestions, discussions, ...)

See video howto:
https://qelectrotech.org/forum/viewforum.php?id=19

1,264

(9 replies, posted in EN : Help, suggestions, discussions, ...)

https://download.qelectrotech.org/qet/m … index.html

1,265

(9 replies, posted in EN : Help, suggestions, discussions, ...)

Example

1,266

(9 replies, posted in EN : Help, suggestions, discussions, ...)

This?

1,267

(224 replies, posted in News)

For each user using our Github mirror, use this command to refresh it:
https://github.com/qelectrotech/qelectr … mirror.git

git reset --hard origin

FYI, qet_tb_generator on macOS need now python 3.11 with last macOS 0.100.0 versions.
https://qelectrotech.org/forum/viewtopi … 640#p17640

1,268

(224 replies, posted in News)

@Galexis:https://git.tuxfamily.org/qet/qet.git/c … 968c3ce8dd

1,269

(21 replies, posted in Terminal block generator)

scorpio810 wrote:

MacOS arm64 python 3.11 installation
get:
https://www.python.org/ftp/python/3.11. … acos11.pkg
1) Install it.

2) Click on "Update Shell Profile.command" script to add python Path in your shell.

3) Install qet_tb-generator in terminal:

laurent@mini-de-laurent ~ % pip3 install qet_tb_generator
Collecting qet_tb_generator
  Using cached qet_tb_generator-1.3.1-py3-none-any.whl (393 kB)
Collecting PySimpleGUI
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 7.1 MB/s eta 0:00:00
Installing collected packages: PySimpleGUI, qet_tb_generator
Successfully installed PySimpleGUI-4.60.4 qet_tb_generator-1.3.1

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
laurent@mini-de-laurent ~ % 

Test if launch:

laurent@mini-de-laurent ~ % /Library/Frameworks/Python.framework/Versions/3.11/bin/qet_tb_generator
15:02:21 INFO     QET Terminal Block Generator - v1.3.1 [main.main:840]
15:02:28 INFO     Using the file: None [main.get_QET_fullpath:189]
laurent@mini-de-laurent ~ % 

macOs arm64 ok:

QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.202)
Built with Qt 5.15.8 - arm64 - Date : Feb 22 2023 : 17:30:28
Git Revision : 78644a35245a4c658bcaa350d17130092d31b05b
Run with Qt 5.15.8 using 8 thread(s)
CPU : Apple M2
RAM Total : 8 GB

GPU :
GPU RAM :
OS : darwin - arm64 - Version : macOS 13.2 - Kernel : 22.3.0
*** Qt screens ***
( 1 : 3840 x 2160 )

https://download.qelectrotech.org/qet/forum_img_2/qet_tb-generator-arm64_python3.11.png

scorpio810 wrote:

MacOS arm64 python 3.11 installation
get:
https://www.python.org/ftp/python/3.11. … acos11.pkg
1) Install it.

2) Click on "Update Shell Profile.command" script to add python Path in your shell.

3) Install qet_tb-generator in terminal:

laurent@mini-de-laurent ~ % pip3 install qet_tb_generator
Collecting qet_tb_generator
  Using cached qet_tb_generator-1.3.1-py3-none-any.whl (393 kB)
Collecting PySimpleGUI
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 7.1 MB/s eta 0:00:00
Installing collected packages: PySimpleGUI, qet_tb_generator
Successfully installed PySimpleGUI-4.60.4 qet_tb_generator-1.3.1

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
laurent@mini-de-laurent ~ % 

Test if launch:

laurent@mini-de-laurent ~ % /Library/Frameworks/Python.framework/Versions/3.11/bin/qet_tb_generator
15:02:21 INFO     QET Terminal Block Generator - v1.3.1 [main.main:840]
15:02:28 INFO     Using the file: None [main.get_QET_fullpath:189]
laurent@mini-de-laurent ~ % 

macOs arm64 ok:

QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.202)
Built with Qt 5.15.8 - arm64 - Date : Feb 22 2023 : 17:30:28
Git Revision : 78644a35245a4c658bcaa350d17130092d31b05b
Run with Qt 5.15.8 using 8 thread(s)
CPU : Apple M2
RAM Total : 8 GB

GPU :
GPU RAM :
OS : darwin - arm64 - Version : macOS 13.2 - Kernel : 22.3.0
*** Qt screens ***
( 1 : 3840 x 2160 )

https://download.qelectrotech.org/qet/forum_img_2/qet_tb-generator-arm64_python3.11.png

1,271

(3 replies, posted in EN : Help, suggestions, discussions, ...)

https://download.qelectrotech.org/qet/m … ance.html#
Click on conductor and touch F2 shortcut for color dialog box for change to new color.

MacOS arm64 python 3.11 installation
get:
https://www.python.org/ftp/python/3.11. … acos11.pkg
1) Install it.

2) Click on "Update Shell Profile.command" script to add python Path in your shell.

3) Install qet_tb-generator in terminal:

laurent@mini-de-laurent ~ % pip3 install qet_tb_generator
Collecting qet_tb_generator
  Using cached qet_tb_generator-1.3.1-py3-none-any.whl (393 kB)
Collecting PySimpleGUI
  Downloading PySimpleGUI-4.60.4-py3-none-any.whl (509 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 510.0/510.0 kB 7.1 MB/s eta 0:00:00
Installing collected packages: PySimpleGUI, qet_tb_generator
Successfully installed PySimpleGUI-4.60.4 qet_tb_generator-1.3.1

[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip3 install --upgrade pip
laurent@mini-de-laurent ~ % 

Test if launch:

laurent@mini-de-laurent ~ % /Library/Frameworks/Python.framework/Versions/3.11/bin/qet_tb_generator
15:02:21 INFO     QET Terminal Block Generator - v1.3.1 [main.main:840]
15:02:28 INFO     Using the file: None [main.get_QET_fullpath:189]
laurent@mini-de-laurent ~ % 

macOs arm64 ok:

QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.202)
Built with Qt 5.15.8 - arm64 - Date : Feb 22 2023 : 17:30:28
Git Revision : 78644a35245a4c658bcaa350d17130092d31b05b
Run with Qt 5.15.8 using 8 thread(s)
CPU : Apple M2
RAM Total : 8 GB

GPU :
GPU RAM :
OS : darwin - arm64 - Version : macOS 13.2 - Kernel : 22.3.0
*** Qt screens ***
( 1 : 3840 x 2160 )

https://download.qelectrotech.org/qet/forum_img_2/qet_tb-generator-arm64_python3.11.png

A framework /Library/Frameworks/Python.framework, which includes the Python executable and libraries. The installer adds this location to your shell path.

https://docs.python.org/3/using/mac.html

Le mardi 21 février 2023 23:52:51 CET, vous avez écrit :
> Bonjour
> Je suis sur Win11 et depuis quelques temps , je ne peux plus faire «
> enregistrer sous » sous Qelectrotech Cordialement
>

Hi Peter,

when you have installed python 3.9 bundle have you also added python PATH in your zsh profile?

BTW, for my personnal information what QET version use you, intel or arm64 version?