- Joined
- Aug 31, 2015
- Messages
- 4,914
- Solutions
- 2
- Reaction score
- 17,282
- Trophies
- 6
- Age
- 25
- Location
- Budakeszi, Hungary
- Website
- szija.hu
- XP
- 11,973
- 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? 
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







