- Joined
- Aug 31, 2015
- Messages
- 4,832
- Trophies
- 4
- Age
- 24
- Location
- Budakeszi, Hungary
- Website
- sites.google.com
- XP
- 11,008
- Country
After fetching the required modules for days, I finally got it to open a window... then it immediately closed with the following output in the Terminal:
What do I do to get it working? ![unsure :unsure: :unsure:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Code:
Traceback (most recent call last):
File "drc-sim.py", line 38, in <module>
MSG_S = udp_service(LOCAL_IP, PORT_MSG)
File "drc-sim.py", line 26, in udp_service
sock.bind((ip, port + service_addend(ip)))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address