Hello, I'm trying to design a card game for me and my wife and so i'm learning inkscape (and graphic design in general) i downloaded the boardgame extension and moved all the files into the inkscape extension folder. I see the boardgame option but when i click on "creat counter sheet" this pops up
Traceback (most recent call last):
File "countersheet.py", line 26, in <module>
import xml.dom.ext
ImportError: No module named ext
and then it wont open anything.
My goal is to find a template for making playing cards.
thank you!
error with boardgame extension
Re: error with boardgame extension
Hello
Please confirm , is this the extension are you talking about?
https://www.boardgamegeek.com/thread/29 ... evelopment
mmm...what kind of boardgame do you want to do?... perhaps the use of that extension can be bypassed
Well... more about the error message: Briefly, it says a module is missing, So you have to install it... but do you know how to install modules of python?
Other thing: what version of Inkscape are you using, and what operative system are you using (Wndows, MAc OS, Linux OS)?
Greetings
Please confirm , is this the extension are you talking about?
https://www.boardgamegeek.com/thread/29 ... evelopment
mmm...what kind of boardgame do you want to do?... perhaps the use of that extension can be bypassed
Well... more about the error message: Briefly, it says a module is missing, So you have to install it... but do you know how to install modules of python?
Other thing: what version of Inkscape are you using, and what operative system are you using (Wndows, MAc OS, Linux OS)?
Greetings
If you have problems:
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.
-
- Posts: 10
- Joined: Wed Jul 15, 2015 1:04 am
Re: error with boardgame extension
thanks for the reply. No i don't know how to install modules. I'm running inkscape 0.91 on windows 8.
the game is simply a 72 card game to be printed on poker sized cards with no board.
the game is simply a 72 card game to be printed on poker sized cards with no board.
-
- Posts: 10
- Joined: Wed Jul 15, 2015 1:04 am
Re: error with boardgame extension
and yes that was right extension.
Re: error with boardgame extension
Greetings
I'll forget to tell you if you could copy and paste all the error message that appears, or at least a screen shot of it.
Anyway. I downloaded the extension on the link I provided. Then I installed in my system (Linux Ubuntu). When using the extension, I still don't see the message you see. But on the other hand, I still don't get the expected results. But that is because I have to learn how this extension works.
In the README file that comes with the extension, it mentions these videos:
https://www.youtube.com/watch?v=sZ__PwMZp_8
https://www.youtube.com/watch?v=EJeW8_EHcAA
Also He explains how to install the extension:
However, I think that it's possible to make a card set in Inkscape relatively easy. Just copy, or duplicate your template to use with another card. It will take time, of course.
This extension seems interesting, and I wonder if it can be used for other things. I have to take a look
I'll forget to tell you if you could copy and paste all the error message that appears, or at least a screen shot of it.
Anyway. I downloaded the extension on the link I provided. Then I installed in my system (Linux Ubuntu). When using the extension, I still don't see the message you see. But on the other hand, I still don't get the expected results. But that is because I have to learn how this extension works.
In the README file that comes with the extension, it mentions these videos:
https://www.youtube.com/watch?v=sZ__PwMZp_8
https://www.youtube.com/watch?v=EJeW8_EHcAA
Also He explains how to install the extension:
Code: Select all
Installation
------------
You need Inkscape installed (version 0.48, although 0.47 might still work too).
Copy countersheet.py, csv.py, and countersheet.inx to where Inkscape
looks for extensions. On my Mac and Linux computers this is in
.config/inkscape/extensions. In Windows it will be something like
C:\Program Files\Inkscape\share\extensions.
After you (re)start Inscape you should find "Create Countersheet"
in the "Boardgames" submenu of the "Extensions" menu.
There is an old tutorial also on youtube by Erulisseuiin:
http://www.youtube.com/watch?v-sZ__PwMZp_8
While it is for an older version of the Inkscape Board Game Extensions,
it might still be easier to follow than my short instructions above.
I recommend Google or the Inkscape Guild on BoardGameGeek for help.
However, I think that it's possible to make a card set in Inkscape relatively easy. Just copy, or duplicate your template to use with another card. It will take time, of course.
This extension seems interesting, and I wonder if it can be used for other things. I have to take a look

If you have problems:
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.
1.- Post a sample (or samples) of your file please.
2.- Please check here:
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.html
3.- If you manage to solve your problem, please post here your solution.