ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Did you run apt-get upgrade or other updates on your phone?

To fix your system you could try:

sudo -E apt-get install -f

If that fails you could try

dpkg-reconfigure python2.7-minimal

dpkg-reconfigure python2.7-minimal python2.7

Did you run apt-get upgrade or other updates on your phone?

To fix your system you could try:

sudo -E apt-get install -f

If that fails you could try

sudo dpkg-reconfigure python2.7-minimal
sudo dpkg-reconfigure python2.7-python2.7
sudo dpkg --configure -a 
sudo apt-get install -f

dpkg-reconfigure python2.7-minimal python2.7

Thank you for testing. Did you run apt-get upgrade or other updates on your phone?phone? Are you sure the bind script is executed and /usr is mounted?

df -ah | grep usr

The output shall look like:

/dev/mmcblk0p28                  27G  3.7G   22G  15% /usr

Is there a /usr/lib/python2.7/py_compile.py?

To fix your system you could try:

sudo apt-get install -f

If that fails you could try

sudo dpkg-reconfigure python2.7-minimal
sudo dpkg-reconfigure python2.7-python2.7
sudo dpkg --configure -a 
sudo apt-get install -f

What do you plan with the phone. Depending on your input I will improve the installation howto.