First time here? Check out the FAQ!

Tom's profile - activity

2023-05-17 01:17:33 +0000 received badge Popular Question (source)
2023-05-17 01:17:33 +0000 received badge Famous Question (source)
2023-05-17 01:17:33 +0000 received badge Notable Question (source)
2020-01-23 02:00:17 +0000 received badge Popular Question (source)
2020-01-23 02:00:17 +0000 received badge Famous Question (source)
2020-01-23 02:00:17 +0000 received badge Notable Question (source)
2019-03-07 14:32:06 +0000 marked best answer Why does wing-internal-python need to receive incoming connections?

I just installed Wing 6.0.6-1, and my firewall is telling me that wing-internal-python wants to receive incoming connections. How come? Is this something new?

2019-03-07 13:12:31 +0000 received badge Student (source)
2019-03-07 13:12:30 +0000 marked best answer Why is preferred encoding ascii in wingdb?

I'm running Python3 in Wing Pro 6.0.4-1 on OS X, and I've noticed that locale.getpreferredencoding() returns 'US-ASCII' when run from within Wing (sys.executable == '/Applications/WingIDE.app/Contents/Resources/wingdb').

When I run from within the terminal locale.getpreferredencoding() returns 'UTF-8', as I'd expect. 

Why is this? Is there a way to configure Wing to use UTF-8?

I discovered this because the click package complains when I try to execute a package that uses it in wing.

2018-08-14 07:08:00 +0000 asked a question Autocomplete with metaclasses in debug probe

Autocomplete with metaclasses in debug probe I generally write code while stopped on a breakpoint, so that Wing is able

2017-06-30 17:41:00 +0000 asked a question Why does wing-internal-python need to receive incoming connections?

Why does wing-internal-python need to receive incoming connections? I just installed Wing 6.0.6-1, and my firewall is t

2017-05-25 17:19:00 +0000 commented question Search fails to step to Previous or Next

Have you checked the 'Case Sensitive' or 'Whole Words' options? Are you doing text, wildcard, or regex searching?

2017-04-30 07:41:00 +0000 asked a question Why is preferred encoding ascii in wingdb?

Why is preferred encoding ascii in wingdb? I'm running Python3 in Wing Pro 6.0.4-1 on OS X, and I've noticed that local