Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on Windows #6

Open
vmario89 opened this issue Oct 10, 2019 · 1 comment
Open

Running on Windows #6

vmario89 opened this issue Oct 10, 2019 · 1 comment

Comments

@vmario89
Copy link

hi,

i tried to make this extension running on Windows but it seems that it does not work (and i dont know how it sohuld look alike because i did not find a screenshot of this extension). I do not get any error so far. At first the plugin failed because PyQT4 was missing in the built-in default of InkScape 0.92.4

Now i manually installed Python 2.7.16 (https://www.python.org/downloads/release/python-2716/) on Windows to standard directory C:\Python27

The in installed PyQT4 from this source: https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x64.exe/download

The i managed to modify the inkscape defaults to make use of the manually installed Python
C:\Users\mario\AppData\Roaming\inkscape\preferences.xml
...
<group
id="extensions"
python-interpreter="C:\Python27"

see also https://stackoverflow.com/questions/52046845/changing-the-python-interpreter-for-inkscape

after starting InkScape again and clicking the button in extensions menu "Inkscape Output Pro" some menu appears for ~1 seconds and disappears. If you are quick enough can see a really short message about "working state". Maybe half a second. I tried to make a screenshot.

grafik

any ideas?

regards, Mario

@jeremie-fouquet
Copy link

Same here, except I also had to install lxml (with pip and the wheels here https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml) before getting to the same state as you.

I'm not knowledgeable enough to come with a solution right now. Just saying there would be at least another person interested in a working version for Windows...

If I can help by testing some ideas, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants