roscore crashing after automatic update
I just sudo apt-get updated my fuerte installation and roscore now crashes.
Here is the message
auto-starting new master
process[master]: started with pid [4443]
Traceback (most recent call last):
File "/opt/ros/fuerte/bin/rosmaster", line 35, in <module>
rosmaster.rosmaster_main()
File "/usr/local/lib/python2.7/dist-packages/ros_comm-1.8.12-py2.7.egg/rosmaster/main.py", line 73, in rosmaster_main
configure_logging()
File "/usr/local/lib/python2.7/dist-packages/ros_comm-1.8.12-py2.7.egg/rosmaster/main.py", line 57, in configure_logging
_log_filename = rosgraph.roslogging.configure_logging('rosmaster', logging.DEBUG, filename=filename)
File "/usr/local/lib/python2.7/dist-packages/ros_comm-1.8.12-py2.7.egg/rosgraph/roslogging.py", line 104, in configure_logging
logging.config.fileConfig(config_file, disable_existing_loggers=False)
File "/usr/lib/python2.7/logging/config.py", line 78, in fileConfig
handlers = _install_handlers(cp, formatters)
File "/usr/lib/python2.7/logging/config.py", line 153, in _install_handlers
klass = _resolve(klass)
File "/usr/lib/python2.7/logging/config.py", line 94, in _resolve
__import__(used)
ImportError: No module named RosStreamHandler
[master] process has died [pid 4443, exit code 1, cmd rosmaster --core -p 11311 __log:=/home/erupter/.ros/log/bce1000e-a11e-11e2-aa7b-e0cb4e8e9c06/master.log].
log file: /home/erupter/.ros/log/bce1000e-a11e-11e2-aa7b-e0cb4e8e9c06/master*.log
ERROR: could not contact master [http://FCD-04-Ubuntu:11311/]
Log files are all empty.
I tried removing and reinstalling ros but it didn't work.
Seen this other question but it's the other way around for me and besides being on 12.04 LTS, I can't even do a dist-upgrade.
Also tried this (recreating the workspace) but it didn't do anything.