Marc A Sarrel
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
Marc A Sarrel 创建了一个帖子, 已回答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... -
-
-
Marc A Sarrel 创建了一个帖子, 已完成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...