inkscape complains the following about textext .. .

Post questions on how to use or achieve an effect in Inkscape.
bsmile
Posts: 4
Joined: Thu Aug 09, 2012 5:06 am

inkscape complains the following about textext .. .

Postby bsmile » Thu Aug 09, 2012 5:33 am

It complains "

textext.py:55: DeprecationWarning: the md5 module is deprecated; use hashlib instead

import os, sys, tempfile, traceback, glob, re, md5, copy

Traceback (most recent call last):

File "textext.py", line 306, in <module>

raise RuntimeError("Neither pygtk nor Tkinter is available!")

RuntimeError: Neither pygtk nor Tkinter is available!

"
can anybody decipher this error message for me and see what is missing in my system?

Thanks,

v1nce
Posts: 696
Joined: Wed Jan 13, 2010 4:36 am

Re: inkscape complains the following about textext .. .

Postby v1nce » Thu Aug 09, 2012 6:51 pm

hi
looks like some dependencies (pygtk or tkinter (or both ?)) are missing

try
sudo apt-get install python-gtk2 or
sudo apt-get install python-tk or
sudo apt-get install python3-tk

bsmile
Posts: 4
Joined: Thu Aug 09, 2012 5:06 am

Re: inkscape complains the following about textext .. .

Postby bsmile » Sat Aug 11, 2012 1:43 pm

Thanks, there are several packages missing from the install, python, imagewick and gs script, after fixing these, latex finally be able to be input with inkscape


Return to “Help with using Inkscape”