Here is a workaround for installing vmware workstation:

Create a file called python3.2mu with the following contents:
------------------ start after this line
#!/bin/bash

unset PYTHONHOME
unset PYTHONPATH

exec /usr/bin/python3.2mu-real "$@"
------------------ end before this line

Then run sudo mv  /usr/bin/python3.2mu  /usr/bin/python3.2mu-real
Then mv your python3.2mu to /usr/bin
then chmod 755 /usr/bin/python3.2mu

This will allow the workstation installer to run.

Then move the wrapper out of the way and restore the real python3.2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/938869

Title:
  lsb_release crashed with SIGABRT in Py_FatalError()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/938869/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to