seebk / LaTeXText

Inkscape extension to render text as Latex
GNU General Public License v3.0
140 stars 19 forks source link

Windows rendering issue #19

Closed aaronmross closed 5 years ago

aaronmross commented 5 years ago

Thanks for building this package, excited to get it working.

I am having an issue when I attempt to render the LaTeX layer:

image

Additionally, trying to use the other rendering option (Text with Latex) gives me a different error: "Traceback (most recent call last): File "latextext.py", line 13, in from lxml import etree ImportError: No module named lxml"

My MikTeX package and Inkscape are all up to date.

seebk commented 5 years ago

Did you use the extension installer exe or copied the files manually? It seems some Python modules in the Inkscape Python folder are not found.

aaronmross commented 5 years ago

I used the extension installer.

seebk commented 5 years ago

That's weird. At the moment I do not have a Windows machine to check if the installer still works with Inkscape 0.9.23. Do you have a non-standard directory setup, e.g. Inkscape is the portable version or installed outside of C:\Program Files\? Is it maybe a 32bit version of Inkscape?

seebk commented 5 years ago

Finally, I got a windows machine to test with latest Inkscape. Still works for me.

aaronmross commented 5 years ago

I needed to reinstall my python package, works now. Thanks!

On Sat, Oct 27, 2018 at 12:55 PM seebk notifications@github.com wrote:

Finally, I got a windows machine to test with latest Inkscape. Still works for me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seebk/LaTeXText/issues/19#issuecomment-433636966, or mute the thread https://github.com/notifications/unsubscribe-auth/AhR_ncqMjthBXeptEElzT3yuXq48VjAmks5upI_lgaJpZM4XCQu9 .

seebk commented 5 years ago

Great :)