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

Veusz fails to lauch: PyCapsule_GetPointer called with incorrect name #286

Closed
badshah400 opened this issue Nov 26, 2018 · 2 comments
Closed

Comments

@badshah400
Copy link

Veusz fails to launch with recent sip (4.19.12+) and PyQt5, probably because it doesn't use the required copies of the now private sip python modules:

:~> veusz
Traceback (most recent call last):
  File "/usr/bin/veusz", line 11, in <module>
    load_entry_point('veusz==3.0.1', 'gui_scripts', 'veusz')()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2725, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2343, in load
    return self.resolve()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2349, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib64/python3.6/site-packages/veusz/veusz_main.py", line 31, in <module>
    from veusz import utils
  File "/usr/lib64/python3.6/site-packages/veusz/utils/__init__.py", line 22, in <module>
    from .textrender import Renderer, FontMetrics, latexEscape
  File "/usr/lib64/python3.6/site-packages/veusz/utils/textrender.py", line 30, in <module>
    from . import points
  File "/usr/lib64/python3.6/site-packages/veusz/utils/points.py", line 25, in <module>
    from ..helpers.qtloops import plotPathsToPainter
ValueError: PyCapsule_GetPointer called with incorrect name

Other apps have seen similar problems, see:

@jeremysanders
Copy link
Collaborator

I assume this ok now? Please reopen if a problem. Veusz supports SIP5 now, so maybe things have changed.

@badshah400
Copy link
Author

Yes, this has been fixed for a while. Thanks.

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