Jos, thanks for the prompt reply.
If the file is the right one, then there might be something wrong in my configuration.
I've tried the installation in two debian boxes, and the error is always the same.
When I hit:
/usr/google/appinventor/commands-for-Appinventor/aiStarter
the response is:
Error loading Python lib '/tmp/_XXXXXXX/libpython2.7.so.1.0': /lib32/libc.so.6: version `GLIBC_2.15' not found (required by /tmp/_XXXXXXX/libpython2.7.so.1.0)
For what I know of linux, I think it won't ever find a library into such path, which is inside the temp dir, and because the XXXX part is always changing.
I've looked into my system, I think I have python 2.6 installed. But I've seen I have that library installed by other applications as Komodo Edit and Pingendo,
so I could copy or simlink it.
Do you know where this library needs to be, to be correctly called by the app inventor setup ?
Or maybe the problem is in the `GLIBC_2.15' not found part?
The app inventor page states that debian 5 is ok; this is debian 6 so there should be no problem with libraries.
But, when I hit /lib32/libc.so.6 -v
it tells me:
GNU C Library (Debian EGLIBC 2.11.3-4) stable release version 2.11.3, by Roland McGrath et al.
This means that the glibc library is not the correct one?
Sorry for all these very technical questions, but I don't really have a clue about this linux setup.