File Icon
 
 

2847

Tableau

inkscape-tableau
-----
Version 2020.2
For inkscape V 1.x avaiable for 0.9 in "before inskape V1" folder
====================

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.

Question possible en français.

Artwork

Size
4.2 KB
Created
Revisions
3
Type
application/zip
Public Domain (PD)

Link

confade wrote :

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.

FrankI4466 wrote :

I'm sorry is in the "Extensions" menu. I have update description.

branislavp wrote :

cool

Digital30280728011519 wrote :

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?

FrankI4466 wrote :

The licence is CC BY-NC-SA 3.0 FR.

FrankI4466 wrote :

The licence is CC BY-NC-SA 3.0 FR but i can't select this one and same for the category laser cut.

Digital30280728011519 wrote :

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

Maren Hachmann wrote :

(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.)

Benjamin Michael Mathews wrote :

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. :(

Benjamin Michael Mathews wrote :

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. :(

Maren Hachmann wrote :

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.

FrankI4466 wrote :

I also think it's not related to this extension.

Benjamin Michael Mathews wrote :

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.

brynn wrote :

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

Please log in to leave a comment!