-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Attempting to solve some problems with installing on Linux x86_64 debian (Mint).
- instructions don't seem to indicate that the package should be unzipped into the ~/.config/inkscape/extensions directory (eventually figured this out, and solved it)
- the Extension, as delivered, is **not set up to run with
Python3**(which is current, and so it seems that this Extension is not up to date) - Solved some installation problems by editing the
install.shfile, changing "python" to "python3" - Multiple errors generated when calling the Extension within Inkscape; here are some generated from the
latextext.pyprogram:
/home/username/.config/inkscape/extensions/LaTeXText-master/extension/latextext.py:472: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if self.options.math and latex_string[0] is not '$':
/home/username/.config/inkscape/extensions/LaTeXText-master/extension/latextext.py:639: DeprecationWarning: Effect.OptionParser or `optparse` has been deprecated and replaced with `argparser`. You must change `self.OptionParser.add_option` to `self.arg_parser.add_argument`; the arguments are similar.
add_options(self.OptionParser)
/home/username/.config/inkscape/extensions/LaTeXText-master/extension/latextext.py:640: DeprecationWarning: Effect.OptionParser or `optparse` has been deprecated and replaced with `argparser`. You must change `self.OptionParser.add_option` to `self.arg_parser.add_argument`; the arguments are similar.
self.OptionParser.set_conflict_handler("resolve")
Traceback (most recent call last):
File "/home/username/.config/inkscape/extensions/LaTeXText-master/extension/latextext_gtk3.py", line 176, in <module>
effect = RenderLatexEffectGTK3()
File "/home/username/.config/inkscape/extensions/LaTeXText-master/extension/latextext.py", line 640, in __init__
self.OptionParser.set_conflict_handler("resolve")
AttributeError: 'RenderLatexEffectGTK3' object has no attribute 'set_conflict_handler'
I was able to fix some of these errors, but other persist (due to my poor python3 skills, I guess)
Metadata
Metadata
Assignees
Labels
No labels