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

Error with mesh_to_wireframe_CGO Argument in PyVOL #18

Open
Glohern opened this issue Jan 24, 2025 · 0 comments
Open

Error with mesh_to_wireframe_CGO Argument in PyVOL #18

Glohern opened this issue Jan 24, 2025 · 0 comments

Comments

@Glohern
Copy link

Glohern commented Jan 24, 2025

Issue Report: Error with mesh_to_wireframe_CGO Argument in PyVOL

When I tried to visualize a mesh using the GUI, I encountered the following error:

TypeError: mesh_to_wireframe_CGO() got an unexpected keyword argument 'color'

The issue was resolved by changing the argument name color_tuple to color in the mesh_to_wireframe_CGO function.

This function is located in the file

./pyvol/pymol_utilities.py

Note that the absolute path may vary depending on the installation, so please refer to the traceback for the exact location.

Let me know if more details are needed to reproduce or address this issue.

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