Closed GoogleCodeExporter closed 9 years ago
I am running Ubuntu Studio 11.04 Natty
Original comment by ezopps...@gmail.com
on 16 May 2011 at 2:33
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
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
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
I'm using the 64 bit version of makehuman.
Original comment by ezopps...@gmail.com
on 17 May 2011 at 1:16
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
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
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
Original issue reported on code.google.com by
ezopps...@gmail.com
on 16 May 2011 at 2:31