andrewd76's profile - activity
| 2019-03-07 13:44:59 +0000 | marked best answer |
UTF-8 error in macOS version WingIDE
Hi,I'm trying to read this utf-8 file in this Python script:
But get an error in WingIDE (macOS):
There are "Unicode UTF-8" in "Preferences - Debugger - I/O" ("Encoding" fields). If I run this script in Terminal there is no such kind of error.There is no error if I run this script in Windows version of WingIDE. Thanks! |
| 2019-03-07 13:24:29 +0000 | received badge | Student (source) |
| 2019-03-07 13:24:28 +0000 | marked best answer |
Problem with stdin in python script (macOS)
Hi, I have problem with this script in WingIDE: http://introcs.cs.princeton.edu/pytho... use this file:http://introcs.cs.princeton.edu/python/15inout/usa.txt as "Run arguments" in "Launch configurations" (< usa.txt). Libraries:
run this file, but nothing happens. If I run this file in Geany - it works.It works in Terminal too (python plotfilter.py < usa.txt) Is it my mistake or bug in WingIDE? Thanks! |
| 2017-10-03 17:54:00 +0000 | commented answer |
Problem with stdin in python script (macOS)
Well, I've just copy this file from Wing (win edition). It's OK now. Thanks for support! |
| 2017-10-03 17:24:00 +0000 | answered a question |
UTF-8 error in macOS version WingIDE
Thank you so much! It works |
| 2017-10-03 09:19:00 +0000 | asked a question |
UTF-8 error in macOS version WingIDE
UTF-8 error in macOS version WingIDE Hi,I'm trying to read this utf-8 file in this Python script: import csv with open( |
| 2017-08-28 20:11:00 +0000 | commented answer |
Problem with stdin in python script (macOS)
Thank you for support! I've initiate debug outside of Wing and received an error: "Debugger: Debug process paused; |
| 2017-08-27 10:46:00 +0000 | asked a question |
Problem with stdin in python script (macOS)
Problem with stdin in python script (macOS) Hi,I have problem with this script in WingIDE:http://introcs.cs.princeton.e |