Dears!
I am using Mininet VM installed on my VMWare Workstation on Windows XP SP3. In
my Mininet VM, I have successfully followed all instructions mentioned
on:https://github.com/MurphyMc/poxdesk/wiki/Getting-Started
But when opened, the Terminal window in POXDesk GUI displays the following
message:Connecting to channel terminalbA5ZZVC...........
Moreover, when I run the command "./pox.py poxdesk.terminal" from the Mininet
terminal, the following is displayed:POX 0.1.0 (betta) / Copyright 2011-2013
James McCauley, et al.Traceback (most recent call last): File
"/home/mininet/pox/pox/boot.py", line 459, in boot if _do_launch(argv):
File "/home/mininet/pox/pox/boot.py", line 199, in _do_launch f(**params)
File "/home/mininet/pox/ext/poxdesk/terminal.py", line 122, in launch
core.registerNew(TerminalMaster) File "/home/mininet/pox/pox/core.py", line
356, in registerNew obj = __componentClass(*args, **kw) File
"/home/mininet/pox/ext/poxdesk/terminal.py", line 44, in __init__
core.MessengerNexus.default_bot.add_bot(TerminalBot) File
"/home/mininet/pox/pox/core.py", line 530, in __getattr__ raise
AttributeError("'%s' not registered" % (name,))AttributeError: 'MessengerNexus'
not registered
Please Help!