On Mon, May 30, 2011 at 12:43 PM, Alexey Eromenko <[email protected]> wrote: >>> >> Have you used 11.04-specific VBox package, or generic package. I highly >> recommend using specific package, as > > I have used the multi-distro package. This one: > http://www.virtualbox.org/download/testcase/VirtualBox-4.0.51-71902-Linux_amd64.run
That's the reason of your problem. >> Python lacks stable binary module ABI, so version of Python does matter. > > But I have python 2.7.1 + python-dev package installed. (default on > Ubuntu 11.04) > So it is my understanding, that VBox python modules are being compiled > on-the-fly. > Is this the case? No, this is not the case. It's part of the build process. You can try to compile VBoxPython.so yourself from VBox codebase. Nikolay _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
