Custom Query (16363 matches)
Results (1045 - 1047 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #10079 | worksforme | python support is broken in Debian squeeze packages | ||
| Description |
Host: Debian Linux 6 x64 + VBox 4.1.8 Squeeze package has broken python support: http://download.virtualbox.org/virtualbox/4.1.8/virtualbox-4.1_4.1.8-75467~Debian~squeeze_amd64.deb The multi-distro installer works: http://download.virtualbox.org/virtualbox/4.1.8/VirtualBox-4.1.8-75467-Linux_amd64.run >>> from vboxapi import VirtualBoxManager
>>> mgr = VirtualBoxManager(None, None)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/vboxapi/__init__.py", line 513, in __init__
exec "self.platform = Platform"+style+"(platparams)"
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/vboxapi/__init__.py", line 349, in __init__
import xpcom.vboxxpcom
ImportError: No module named xpcom.vboxxpcom
-Technologov, 24.12.2011. |
|||
| #2615 | fixed | python 2.6 isn't detected by configure | ||
| Description |
When running configure it fails to find python 2.6 when trying to build VB-OSE 2.0.4 or r14092 from svn. It is easily fixed by adding "python2.6" to the list of supported python versions in configure. |
|||
| #5785 | wontfix | pybench fails on Windows 7 64-bit guest | ||
| Description |
In order to compare performance, I was running pybench: http://svn.python.org/projects/python/trunk/Tools/pybench/
with Python 2.6.4. This is a pretty easy setup, just SVN checkout pybench and I did the same test using qemu-kvm and didn't have any problems. |
|||

