Onscreen IDE & dynamic instant update [_v0.5.4_]

Hello.

I’m trying to run the IDE with the sample dyn1.py I get the following output:

STARTING IDE.....
Traceback (most recent call last):
  File "IDEmini.py", line 47, in <module>
    FILE_SRV = IDEFileSrv.FileServer()
  File "/home/colinn/Documents/tanks/pysrc/ide/IDEFileSrv.py", line 9, in __init__
    self.bind(('', PORT))
  File "/usr/lib64/python2.7/asyncore.py", line 335, in bind
    return self.socket.bind(addr)
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
OverflowError: getsockaddrarg: port must be 0-65535.

Is there something wrong with my Python configuration?