Variable Dragging not working on osx
See original GitHub issueI love this project. I can see myself using it constantly. It really fits a niche of working between spreadsheet and notebook. I actually think you could charge for this when it’s mature.
Running miniconda python on OSX Cataline, and when trying to plot, the variables won’t drag over. Let me know the best way to communicate my system state, and I can give you what you need.
Here’s my setup.
λ which python
/Users/rob/miniconda/envs/viz/bin/python
•_simbiz•[mac_pro][19:17:04]( master )[ ~/rob/repos/sales_ops ]
λ python --version
Python 3.6.8 :: Anaconda, Inc.
•_simbiz•[mac_pro][19:17:08]( master )[ ~/rob/repos/sales_ops ]
λ pip freeze | grep gui
pandasgui==0.2.4.3
λ pip freeze | grep -i pyqt
PyQt5==5.15.1
PyQt5-sip==12.8.1
PyQtWebEngine==5.15.1
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:20 (2 by maintainers)
Top Results From Across the Web
Here's what to do if drag and drop stops working on a Mac
Here's what to do if drag and drop stops working on a Mac ; Hardware; Software ; Press Command-Option-Escape. Select Finder. Click Relaunch....
Read more >Drag and drop function not working. - Mac Support
Today, for no reason I can understand, my drag and drop function stopped working. I can't drag things (applications, documents, ...
Read more >How to fix drag and drop not working on Mac - Setapp
What to do if drag and drop not working · Check your mouse and trackpad · Relaunch the Finder app · Restart your...
Read more >Drag & Drop not working; mac Bluetooth ha…
Drag and Drop of text is not working using our Apple Magic Mouse on our iMac (macOS 10.12.3) in Safari , Apple Mail,...
Read more >How to Fix Drag and Drop Not Working on Mac - Lifewire
Enable three-finger drag. Select Apple > System Preferences > Accessibility > Pointer Control > Trackpad Options > Enable dragging and then ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@adamerose I just updated to version pandasgui==0.2.5.1, and drag and drop appears to be working now. Thanks for the quick turn around. This issue can be closed as far as I’m concerned.
And thanks again for writing this.
I don’t think the PyQt5 issues I had were related to pandasgui specifically. I think that only one library can be using it at the same time. If I understand it correctly, PyQt5 is what is bringing up the additional window, and, at least on macs, you can’t have 2 libraries imported at the same time that both use PyQt5 for this feature. And having them installed is fine as long as you don’t import them.
I did a quick test in a new env, and indeed importing both libraries causes the following error: