Skip to content
Advertisement

Tag: windows-7

Python: Tkinter: How to change the windows border color?

Every result I’ve gotten from searching this question up has to do with changing the border color for Tkinter widget’s WITHIN the main app window, or changing the background color and stuff. What I’m looking to do is actually change the windows border color itself. Which I have marked in this picture here I read some stuff concerning ‘Styles’ but

socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions

I’m trying to create a custom TCP stack using Python 2.6.5 on Windows 7 to serve valid http page requests on port 80 locally. But, I’ve run into a snag with what seems like Windows 7 tightened up security. This code worked on Vista. Here’s my sample code: C:python>python TestServer.py Traceback (most recent call last): File “TestServer.py”, line 19, in

Advertisement