Yes Tcl need to be installed separately.
2,576 2021-03-14 21:08:14
Re: Klemmenplan-Plugin kann nicht gestartet werden-TB Plugin can´t started (36 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
2,578 2021-03-14 18:14:35
Re: Share the elements library (14 replies, posted in Elements)
Hi Luca,
yes you can share it here, on better with a PR on Github https://github.com/qelectrotech/qelectr … rce-mirror
2,579 2021-03-14 18:10:36
Re: Suggestion : Saisie de masse des informations (3 replies, posted in FR : Aide, suggestions, discussions, ...)
Bonjour,
il est déjà possible d'exporter la base de donnée sqlite "nomenclature", justement pour l’éditer en SQL, exemple avec un browser-sql.
https://sqlitebrowser.org/
Ou
https://www.devart.com/odbc/sqlite/docs/excel.htm
https://wiki.qt.io/Handling_Microsoft_Excel_file_format
Mais pour l'instant il n'est pas facile de la re-injecter sans bricoler dans le code.
https://git.tuxfamily.org/qet/qet.git/t … tabase.cpp
L'export de la db n'est pour le moment pas accessible sur OSX, AppImage, Flatpak.
2,580 2021-03-14 18:04:21
Re: Klemmenplan-Plugin kann nicht gestartet werden-TB Plugin can´t started (36 replies, posted in DE : Hilfe, Vorschläge, Unterhaltungen...)
Hallo,
have you installed TCl?
https://www.activestate.com/products/tcl/downloads/
2,581 2021-03-12 16:57:17
Re: QElectroTech version 0.8 released (17 replies, posted in News)
Version 0.8 arrives on Debian, thanks Martin.
http://incoming.debian.org/debian-build … ectrotech/
https://tracker.debian.org/pkg/qelectrotech
2,582 2021-03-12 00:57:07
Re: Problem opening .qet files creates with v0.9 and v0.8 (7 replies, posted in EN : Help, suggestions, discussions, ...)
Try last builds.
2,583 2021-03-11 17:49:57
Re: Add new font (2 replies, posted in EN : Help, suggestions, discussions, ...)
Hi,
you want to install Windows fonts in your Linux?
2,584 2021-03-10 15:42:26
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Thanks for your help, but I 'm waitting to have Big sur on my KVM machine.
2,585 2021-03-09 20:51:26
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Thanks for feedback, if user on Big sur can adapt command with new Python path, I 'm happy to added.
https://git.tuxfamily.org/qet/qet.git/t … .cpp#n2344
2,586 2021-03-09 17:17:38
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
I don't know, I don't have yet Big sur, only Catalina.
https://github.com/foxlet/macOS-Simple-KVM/issues/413
QET need to be cloed when your run in manualhy qet_tb_generator.
You could try it with industrial.qet example provided in bundle.
2,587 2021-03-08 21:25:40
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
in manual the plugin will work just as well, just have QET closed and go with dialog find and chose the QET project file to generate terminalblocks.
2,588 2021-03-08 21:19:49
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Maybe force quit finder and terminal and retry?
2,589 2021-03-08 21:18:21
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Or with
/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator
2,590 2021-03-08 21:14:26
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
ok,
now
It 'launch with this command:
python3.8 /Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator
2,591 2021-03-08 20:50:42
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
/Applications/Python\ 3.8/Update\ Shell\ Profile.command ; exit;Qet_tb_generator path need to be in this path for is open with QET
/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator
not in Users/jvdv/Library/Pyhon/3.8 ....
2,592 2021-03-08 15:55:32
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
OK, plugin run, but QET search plugin in this path
#elif defined(Q_OS_MAC)
if (openedProjects().count()){
success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
}
else {
success = process->startDetached("/Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator", {("")});
}2,593 2021-03-08 15:48:24
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
When you installed Python3.8 pkg your run Profile.command script?
/Applications/Python\ 3.8/Update\ Shell\ Profile.command ; exit;
2,594 2021-03-08 15:46:18
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Clik on QEt_tb_generator is start?
2,595 2021-03-08 15:08:51
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
It 'launch with this command:
python3.8 /Library/Frameworks/Python.framework/Versions/3.8/bin/qet_tb_generator
2,596 2021-03-08 14:58:59
Re: QET V0.8 - TB Generator V1.1.7 - MAC OS 11.2.2 - Python 3.8 (32 replies, posted in Terminal block generator)
Hi and thanks for compliments,
what your OS?
QET version?
How you install qet_tb_generator?
2,597 2021-03-07 23:23:33
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Ok, fixed.
2,598 2021-03-07 13:23:30
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Testerai ce soir en rentrant du boulot.
2,599 2021-03-07 13:19:41
Re: Crash on loading project (30 replies, posted in EN : Help, suggestions, discussions, ...)
Il n'y a pas eut de changement sur ce code récemment, et les builds précédents sont passés..
