inkscape-tableau
-----
Version 2024.1
For inkscape V 1.x
====================
Draw simple table with or not rounded corner.
Optimized for laser cutter.
Usage
-----
Copy the .inx, .svg and *.py files into your Inkscape extensions directory (usually on windows C:\Users\username\AppData\Roaming\inkscape\extensions).
The actual directory can be found under Preferences/System.
Restart inkscape.
The table will be available under Extensions/Tableau.
All code is offered under Licence : Public Domain.
Translated in english. If you translat it in other language, please send me the pot file.
Question possible en français.
I'm trying to use the Tableau extension, but I can't find it. Can you give me a more precise route than Effects/Tableau, please?
I can't find the Effects option.
Greetings.
I'm sorry is in the "Extensions" menu. I have update description.
cool
Thank you for creating this extension!
Tell me, please, what license does it have? On the code, also on Github, and also in its description above it says "All code is offered under Licence : CC BY-NC-SA 3.0 FR.". However, on the right side of this very page, and also on the extension showcase page, it says "PD" (Public Domain). Which one is the correct license, please?
The licence is CC BY-NC-SA 3.0 FR.
The licence is CC BY-NC-SA 3.0 FR but i can't select this one and same for the category laser cut.
Thank you for the clarification.
Any chance you could also release it under the same license as Inkscape?
https://en.wikipedia.org/wiki/Multi-licensing
(Additional info: CC licenses are commonly not used for code, they are more for art and texts. The thing is that they don't talk about the source code, so you could also just compile the code and distribute it. But open source software is made for collaborative editing.)
I'm getting an error when I try to run this:
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "C:\Program Files\Inkscape\python\Lib/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
The fantastic lxml wrapper for libxml2 is required by inkex.py and therefore this extension.Please download and install the latest version from http://cheeseshop.python.org/pypi/lxml/, or install it through your package manager by a command like: sudo apt-get install python-lxml
Technical details:
No module named lxml
Similar error for trying to use n-up layout extension. :(
I'm getting an error when I try to run this:
ERROR:root:code for hash md5 was not found.
(then a big long traceback, but I seem to have issues posting it here.
Similar error for trying to use n-up layout extension. :(
The page just doesn't reload after posting, all your posts are there. To fix this, you probably need to uninstall (completely! Remove any files left in the installation directory after uninstalling!) and reinstall Inkscape.
I also think it's not related to this extension.
Thanks for the reply :), I will try that. I have quite a few machines as well as portable versions of Inkscape so I will try on other machines and see if I can replicate the error.
Hello,
Thank you for providing this extension for Inkscape users!
This is just to let you know that most 3rd party Inkscape extensions, like this one, probably will not work with the upcoming new Inkscape version, the long-awaited version 1.0.
Here is the info you need to update this extension, so that it will work with 1.0 and future versions.
https://wiki.inkscape.org/wiki/index.php?title=Updating_your_Extension_for_1.0
If you have further questions, you can contact Inkscape developers via mailing lists (https://lists.inkscape.org/postorius/lists/?all-lists), forum (https://inkscape.org/forums/extensions/), or the chatroom (https://chat.inkscape.org/channel/team_devel)
If you have already updated it, please disregard this message.
All best,
brynn