latex md5 module

Asked by Martin

HI,

I'm using Inkscape under Ubuntu. Since I updated my Ubunut version, I have problems when trying to add latex formulas using textext. I get the following message:

/home/martin/.inkscape/extensions/textext.py:55: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import os, sys, tempfile, traceback, glob, re, md5, copy

Unfortunately, I have no idea what it means. Can you please help me?

Martin

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
jazzynico (jazzynico) said :
#1

Hi Martin,

This message means that the textext extension uses a md5 module which is deprecated since python 2.5 (and replaced by the hashlib module). Does it prevent the extension from working (it shouldn't)?

Regards.

Can you help with this problem?

Provide an answer of your own, or ask Martin for more information if necessary.

To post a message you must log in.