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,
inkscape complains the following about textext .. .
Re: inkscape complains the following about textext .. .
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
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
Re: inkscape complains the following about textext .. .
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