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

This just does not work. #140

Open
kikendo opened this issue Jun 14, 2023 · 1 comment
Open

This just does not work. #140

kikendo opened this issue Jun 14, 2023 · 1 comment

Comments

@kikendo
Copy link

kikendo commented Jun 14, 2023

All I get is this error message:
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 11, in <module> from .extensions import * File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\extensions.py", line 34, in <module> from .elements import ( File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\elements\__init__.py", line 10, in <module> from ._base import ShapeElement, BaseElement File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\elements\_base.py", line 38, in <module> from ..styles import Style, Classes File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\styles.py", line 33, in <module> from .css import ConditionalRule File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\css.py", line 27, in <module> import cssselect ModuleNotFoundError: No module named 'cssselect'

@pdlloyd
Copy link

pdlloyd commented Oct 3, 2023

It's a missing dependency error. Try pip install cssselect. See https://pypi.org/project/cssselect/ for more info

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