donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Exception in plugin Live Coding in Python (2.25.1) #504

Closed wni5378 closed 1 year ago

wni5378 commented 1 year ago

What I did

Describe the steps you took, probably including your Python code, like this:

- I installed the plugin in PHPStorm;
- I opened a Python file and the error occured;

What happened

Describe what you saw, probably including the live coding display, like this:

- PHPStorm displayed an error and because the plugin is not a product of Jetbrains, I was unable to submit the report. Here is the contents of 

What I wanted to happen

Describe what you wanted, probably including changes to the live coding display, like this:

**What do you get when you multiply six by nine?** That would be 54

Please see the attached files for errors and stacktrace (induced.txt and stacktrace.txt)

My environment

Describe the versions of everything you were using:

Other feedback

While you're here, we'd love to know how you learned about the project, what you use it for, or anything else you'd like to tell us.

I just wanted something similar to Python Intellisense to assist with Python development.

induced.txt stacktrace.txt.txt

donkirkby commented 1 year ago

Thanks for the bug report. It looks like the compatibility information is wrong, and none of the new versions are marked as compatible with PHPStorm. I haven't tried it, so the newer versions may or may not actually work with PHPStorm. The old version that it suggests definitely won't work, though.

Suggestion: try downloading the plugin jar from its plugin page, and then install it from disk in PHPStorm. Let me know if it works.

I'll see if I can figure out how to mark that old plugin version as incompatible with new versions of PHPStorm.

wni5378 commented 1 year ago

Thanks for the response Don.

I will try your suggestions when I get home from work this evening and let you know what happens.

Have a good one.

donkirkby commented 1 year ago

I updated the version compatibility on all the old versions of the IDEA plugin, so it shouldn't be offered when it won't work.

Did downloading the plugin and installing from disk work for PHPStorm?

donkirkby commented 1 year ago

I'm going to assume that no news is good news, and close this issue. Feel free to add another comment if you're still having problems, and I'll reopen it.