Inkscape.org
Beyond the Basics Interpolate & Pattern Along Path bug
  1. #1
    legendaire legendaire @legendaire
    *

    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 :'(((

  2. #2
    Tyler Durden Tyler Durden @TylerDurden

    Which OS? 

    (Working here in Linux Mint.)

  3. #3
    legendaire legendaire @legendaire

    Windows 7, on i5

  4. #4
    legendaire legendaire @legendaire

    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. ☹

  5. #5
    Tyler Durden Tyler Durden @TylerDurden

    Mostly users here.

  6. #6
    legendaire legendaire @legendaire

    Where to find technical help?

  7. #7
    Tyler Durden Tyler Durden @TylerDurden

    https://sourceforge.net/p/inkscape/mailman/inkscape-devel/

  8. #8
    legendaire legendaire @legendaire

    Thanks much.

  9. #9
    MH MH @MH

    @legendaire did you solve this problem? I have the same problem, please kindly share if you solve it. Thanks.

  10. #10
    Nathan Lee Nathan Lee @ainsleo

    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).

  11. #11
    booyee booyee @booyee
    *

    @legendaire
    @MH
    @ainsleo

    self._handle = _dlopen(self._name, mode)

    not passing mode parameter here can solve this issue.

  12. #12
    booyee booyee @booyee
    @MH There is solution now. https://inkscape.org/forums/beyond/share-a-solution-for-winerror-87-happening-in-inkscape-in-win7/#c67085
Inkscape Inkscape.org Inkscape Forum Beyond the Basics Interpolate & Pattern Along Path bug