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

wxPython not supported #1309

Open
jmoraleda opened this issue Jul 14, 2024 · 0 comments
Open

wxPython not supported #1309

jmoraleda opened this issue Jul 14, 2024 · 0 comments

Comments

@jmoraleda
Copy link

jmoraleda commented Jul 14, 2024

The website mentions support for wxPython. But none of the examples can be made to work.

The fundamental error when trying to add a mayavi control to a wxPython window appears to be:

    sizer.Add(self.control, 0, wx.ALL, 10)
TypeError: Sizer.Add(): arguments did not match any overloaded call:
  overload 1: argument 1 has unexpected type 'QWidget'

Searching in my email I notice I participated in a discussion about this as far back as 2020: #726 but that issue appears to have been removed.

Is there any interest in adding back support for wxPython?

If there is, I may be able to help. I am not familiar with mayavi's implementation, but I am a regular contributor to wxPython, and I have helped with the integration between matplotlib and wxPython. (e.g. matplotlib/matplotlib#26710)

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