Marc A Sarrel
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
已编辑于 Unexpected 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... -
创建于 Unresolved 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...