Marc A Sarrel
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Unexpected type(s):(int)Possible type(s):(SupportsIndex)(slice) with PyCharm 2024.3
AnsweredSince 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... -
Created Unresolved Import References Jython (importing from java jar files)
CompletedI'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...