Marc A Sarrel

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Marc A Sarrel commented, -
Marc A Sarrel created a post, AnsweredUnexpected type(s):(int)Possible type(s):(SupportsIndex)(slice) with PyCharm 2024.3
Since upgrading to PyCharm 2024.3, I've started to get these errors in my code.Unexpected type(s):(int)Possible type(s):(SupportsIndex)(slice)They occur for expressions like foo.bar[0].text, with t... -
-
Marc A Sarrel commented, -
Marc A Sarrel created a post, CompletedUnresolved Import References Jython (importing from java jar files)
I'm getting unresolved references on my import statements when I'm importing from Java jar files. PyCharm 2017.3. The interpreter for this project is Jython 2.7.1 running inside NoMagic's MagicDr...