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

ImportError: cannot import name 'optparse' from 'inkex.deprecated' #137

Open
alecjprobst opened this issue Jan 21, 2023 · 0 comments
Open

Comments

@alecjprobst
Copy link

I am trying to use program with the example viruspcb.svg file but am running into this error when exporting:

Traceback (most recent call last): File "export.py", line 3, in <module> import inkex File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\__init__.py", line 21, in <module> from .deprecated import optparse ImportError: cannot import name 'optparse' from 'inkex.deprecated' (C:\Program Files\Inkscape\share\inkscape\extensions\inkex\deprecated\__init__.py)

I am using Inksccape 1.0 on Windows 11 Pro. I have made no modifications to any of the files.

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

1 participant