Tomoyon / makehuman

Automatically exported from code.google.com/p/makehuman
0 stars 0 forks source link

Makehuman does not Open in Ubuntu Studio 11.04 #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Makehuman from Terminal will produce the error below.
2. Run Makehuman from Ubuntus Shortcut link will say on bottom its loading but 
it shuts off and nothing loads.

What is the expected output? What do you see instead?

Expected output is program should launch. But gives this error in terminal 
instead:
scottfredeman@ubuntu_scott:/usr/share/makehuman$ ./makehuman
./makehuman: error while loading shared libraries: libpython2.6.so.1.0: cannot 
open shared object file: No such file or directory

What version of the product are you using? On what operating system?
Makehuman 1.0 Alpha 6
Ubuntu/Debian amd64 (deb)

Please provide any additional information below.
I installed it several different ways and it produces the same result.

Original issue reported on code.google.com by ezopps...@gmail.com on 16 May 2011 at 2:31

GoogleCodeExporter commented 8 years ago
I am running Ubuntu Studio 11.04 Natty   

Original comment by ezopps...@gmail.com on 16 May 2011 at 2:33

GoogleCodeExporter commented 8 years ago
Natty comes with python 2.7 and 3.0, while makehuman is linked to python 2.6. 
It won't work unless you compile makehuman and link it to the installed python 
2.7 or install python 2.6.

Original comment by mflerack...@gmail.com on 16 May 2011 at 2:41

GoogleCodeExporter commented 8 years ago
Hello,
When I click File System I see these folders for Python:
Does this mean Python 2.5 2.6 and 2.7 is already installed?
If not how do I install Python 2.6 alongside the others?

usr/lib64/pyshared/python2.6
usr/lib64/pyshared/python2.7
usr/lib64/python2.5
usr/lib64/python2.6
usr/lib64/python2.7

Thank you
Scott

Original comment by ezopps...@gmail.com on 16 May 2011 at 3:10

GoogleCodeExporter commented 8 years ago
Is the mh you installed 32bit? In that case you probably need a 32bit python 
2.6.

Original comment by mflerack...@gmail.com on 17 May 2011 at 1:08

GoogleCodeExporter commented 8 years ago
I'm using the 64 bit version of makehuman.

Original comment by ezopps...@gmail.com on 17 May 2011 at 1:16

GoogleCodeExporter commented 8 years ago
Ok, this is a very stupid question, but is the Ubuntu Studio you have installed 
64-bit? It really looks as if you're mixing different architectures here. If 
you run "uname -a" in a console, what is the output?

Original comment by joel.pal...@contuitus.com on 17 May 2011 at 12:13

GoogleCodeExporter commented 8 years ago
Hi Joe, Yes its 64 But Ubunutu Studio
Here is the output of uname -a

scottfredeman@ubuntu_scott:~$ uname -a
Linux ubuntu_scott 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux
scottfredeman@ubuntu_scott:~$ 

Original comment by ezopps...@gmail.com on 17 May 2011 at 12:21

GoogleCodeExporter commented 8 years ago
The problem is that ubuntu studio does not install libpython2.6 when installing 
python2.6. I have added an explicit dependency to libpython2.6 in the debs now.

Original comment by joepal1...@gmail.com on 19 May 2011 at 1:40