Skip to content

Conversation

jmwright
Copy link
Member

Co-authored by @dirtdigger via #517

@jmwright
Copy link
Member Author

@dirtdigger how did you get qtawesome 1.4.0 to work with CQ-editor's version pin of <6 on the Spyder IDE? It looks like Spyder only updated their version pin for qtawesome within the last 3 months.

@dirtdigger
Copy link

That's a great question. I have a local clone of cq-editor that I run from and periodically rebase, separate from my pip installs. This is probably a unique issue with my setup, at least until the next version of spyder-ide.

@jmwright
Copy link
Member Author

Do you have the Spyder IDE updated to >=6 in your local clone? 5.5.6 was the last in the 5.x series that I could pin to, but if the 6.x upgrade is fairly simple it would be good to do that as part of this PR.

@dirtdigger
Copy link

Yup! And I'm running with python 3.13.

image

There is one issue with spyder 6 that I think is related to #455 . I had to comment out several of the menu_removeAction calls in editor.py. I'm not entirely sure what those do, but it has allowed me to run via run.py hasn't messed with my workflow.

@jmwright
Copy link
Member Author

I'll keep this PR open, but it is causing some other dependency version issues so it will have to wait until I have the time to focus on it.

@jmwright
Copy link
Member Author

I spent some time seeing if I could finish this PR. Version 6 of the Spyder IDE changed how debugging is done, and some of the features have been removed from the Python API. It looks like it will be a significant project to fix/replace the functionality we have now with Spyder 5.5.x, so I'm going to put this PR on hold again.

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

Successfully merging this pull request may close these issues.

2 participants