So was excited to try Inkscape 1.0 out and upgraded to it. Tried installing it twice with Full installation so Python is NOT getting mised. And the objects are converted to paths.
BUT, no matter what I do, for the love of God, I cant seem to make neither Interpolate or Pattern Along Path work through Extensions -> Generate from Path.
When I click on preview or apply, this **** code pops up:
Traceback (most recent call last): File "interp.py", line 27, in <module> from inkex.bezier import csplength, cspbezsplitatlength, cspbezsplit, bezlenapprx File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\bezier.py", line 29, in <module> import numpy File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\__init__.py", line 142, in <module> from . import core File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\core\__init__.py", line 106, in <module> from . import _dtype_ctypes File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\core\_dtype_ctypes.py", line 26, in <module> import ctypes File "C:\Program Files\Inkscape\lib\python3.8\ctypes\__init__.py", line 457, in <module> pythonapi = PyDLL("libpython%d.%d%s.dll" % (_sys.version_info[:2] + (_sys.abiflags,)), None) File "C:\Program Files\Inkscape\lib\python3.8\ctypes\__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 87] The parameter is incorrect
So was excited to try Inkscape 1.0 out and upgraded to it. Tried installing it twice with Full installation so Python is NOT getting mised. And the objects are converted to paths.
BUT, no matter what I do, for the love of God, I cant seem to make neither Interpolate or Pattern Along Path work through Extensions -> Generate from Path.
When I click on preview or apply, this **** code pops up:
Traceback (most recent call last):
File "interp.py", line 27, in <module>
from inkex.bezier import csplength, cspbezsplitatlength, cspbezsplit, bezlenapprx
File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\bezier.py", line 29, in <module>
import numpy
File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\__init__.py", line 142, in <module>
from . import core
File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\core\__init__.py", line 106, in <module>
from . import _dtype_ctypes
File "C:\Program Files\Inkscape\lib\python3.8\site-packages\numpy\core\_dtype_ctypes.py", line 26, in <module>
import ctypes
File "C:\Program Files\Inkscape\lib\python3.8\ctypes\__init__.py", line 457, in <module>
pythonapi = PyDLL("libpython%d.%d%s.dll" % (_sys.version_info[:2] + (_sys.abiflags,)), None)
File "C:\Program Files\Inkscape\lib\python3.8\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 87] The parameter is incorrect
PLZ HELP :'(((
Which OS?
(Working here in Linux Mint.)
Windows 7, on i5
Wow no reply yet? Any technical person online?
1.0 is not so exciting for me. And i dnt want to roll back to earlier version by accidently messing up registries and stuff. ☹️
Mostly users here.
Where to find technical help?
https://sourceforge.net/p/inkscape/mailman/inkscape-devel/
Thanks much.
@legendaire did you solve this problem? I have the same problem, please kindly share if you solve it. Thanks.
We are discussing the issue https://gitlab.com/inkscape/inbox/-/issues/3098
No solution so far though. Looks specific to Windows 7 (but not replicated on my Windows 7 machine).
@legendaire
@MH
@ainsleo
self._handle = _dlopen(self._name, mode)
not passing mode parameter here can solve this issue.