VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1045 - 1047 of 16363)

Ticket Resolution Summary Owner Reporter
#10079 worksforme python support is broken in Debian squeeze packages Technologov
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 Tomas Groth
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 Randy Syring
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 python pybench.py should run a series of tests. However, when doing this with a Windows 7 64 bit guest on VB, I got an error during the "calibration" phase. Looking into the python code, it looks like the problem has to do with time keeping.

I did the same test using qemu-kvm and didn't have any problems.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy