#Rejesto-Error
1 messages · Page 1 of 1 (latest)
specifically this section, but i was only looking it up as I saw that there was no stripe.Exception package so I needed to know the correct syntax.
I believe that the code still works - it just shows up in my IDE as not found and this has persisted within different patches.
So I didn't know if this is some recurrent issue with an easy fix. It's not essential that I fix it, was just looking for quick answers.
can confirm that the code does still work despite apparently not existing (?), so I guess pycharm doesn't play well with stripe or I've somehow just installed incorrectly.
I'm unsure what the issue might be. My intuition thinks that it might be a related to an old Python library
yes usually it's because you use an old version of stripe-python
you'd need to upgrade to the latest
oh dope, ill try that. Thanks.