You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyscr...@googlegroups.com
If I do something as simple as: x = print(len(lst))
I get Two "invalid typecast" windows coming up. One for the print(), then one for the lst(), as soon as the parenthesis autocompletes. How do I fix this? Tks.
Jim
Jim Mooney
unread,
May 9, 2013, 7:48:17 PM5/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyscr...@googlegroups.com
Update - it gets worse. If I use a method, like swapList.append() it kicks up "invalid type cast" on every other letter after the dot.