flika-org / flika

An interactive image processing program for biologists written in Python.
http://flika-org.github.io/
MIT License
22 stars 1 forks source link

Pip installed Flika does not support drop events #25

Closed BrettJSettle closed 7 years ago

BrettJSettle commented 7 years ago

Not just an issue with the console_scripts entry point for flika, also occurs when running from within the interpreter.

kyleellefsen commented 7 years ago

How is it run from the interpreter? This works for me when pip installed on OSX. I can run "flika" in the command line and I can drag and drop files into flika.

BrettJSettle commented 7 years ago

Exactly like that. On my laptop. and "g.m.acceptDrops()" returns True. But if I drag anything over Flika, the cursor turns into the not allowed symbol.

kyleellefsen commented 7 years ago

I just tested this on my Mac and on Windows and it works in both. Any idea what would be different on your system?

BrettJSettle commented 7 years ago

I really don't know. If seems to just be my desktop now. But you can close the issue. I think it's not specific to flika

On Mar 27, 2017 1:33 PM, "Kyle Ellefsen" notifications@github.com wrote:

I just tested this on my Mac and on Windows and it works in both. Any idea what would be different on your system?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flika-org/flika/issues/25#issuecomment-289577255, or mute the thread https://github.com/notifications/unsubscribe-auth/AGxAqx3mfTj8-88CHDoWKEegRucqYH8rks5rqB0jgaJpZM4Mo-mi .

kyleellefsen commented 7 years ago

K