Robotics StackExchange | Archived questions

roscore crashes after update - No module named RosStreamHandler

I'm getting an error which is I believe similar to this one, however an upgrade or dist-upgrade won't solve it as I've already got the latest version.

I'm running Ubuntu 12.04 and fuerte.

When running roscore I get the following output:


WARNING: unable to configure logging. No log files will be generated
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://10.3.50.4:52094/ ros_comm version 1.8.11

SUMMARY

PARAMETERS * /rosdistro * /rosversion

NODES

auto-starting new master process[master]: started with pid [5538] Traceback (most recent call last): File "/opt/ros/fuerte/bin/rosmaster", line 35, in rosmaster.rosmastermain() File "/opt/ros/fuerte/lib/python2.7/dist-packages/rosmaster/main.py", line 73, in rosmastermain configurelogging()
File "/opt/ros/fuerte/lib/python2.7/dist-packages/rosmaster/main.py", line 57, in configure
logging logfilename = rosgraph.roslogging.configurelogging('rosmaster', logging.DEBUG, filename=filename) File "/opt/ros/fuerte/lib/python2.7/dist-packages/rosgraph/roslogging.py", line 105, in configurelogging logging.config.fileConfig(configfile, disableexistingloggers=False) File "/usr/lib/python2.7/logging/config.py", line 78, in fileConfig handlers = _installhandlers(cp, formatters) File "/usr/lib/python2.7/logging/config.py", line 153, in installhandlers klass = resolve(klass) File "/usr/lib/python2.7/logging/config.py", line 94, in _resolve _import__(used) ImportError: No module named RosStreamHandler

Asked by Mate Wolfram on 2013-09-25 04:51:20 UTC

Comments

I can't reproduce this on my machine. Did you also do an apt-get update before the dist-upgrade?

Asked by tfoote on 2013-09-28 20:55:53 UTC

Answers