You are not logged in.

#1 2010-11-23 18:11:07

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Virtualbox and python related programs

Hello
since the switch to python3 some program still remain not fixed.
I think one of those is from virtualbox package. Specially vidautomount which states

Traceback (most recent call last):
  File "/usr/bin/vdautomount", line 122, in <module>
    main (sys.argv[1:])
  File "/usr/bin/vdautomount", line 55, in main
    vbm = VirtualBoxManager (None, None)
  File "/usr/lib/python2.7/site-packages/vboxapi/__init__.py", line 504, in __init__
    exec "self.platform = Platform"+style+"(platparams)"
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/vboxapi/__init__.py", line 352, in __init__
    import xpcom.vboxxpcom
  File "/opt/VirtualBox/sdk/bindings/xpcom/python/xpcom/vboxxpcom.py", line 47, in <module>
    raise Exception, "Cannot find VBoxPython module"
Exception: Cannot find VBoxPython module

Seems it miss to find some module along the path sad
I don't think the Vbox developer are aware of this, but this an Arch issue, though.

F


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2010-11-24 06:18:14

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Virtualbox and python related programs

Are you using virtualbox_bin or virtualbox-ose. If you are using the bin version, then you should report this on the aur page:

http://aur.archlinux.org/packages.php?ID=9753

Offline

#3 2010-11-24 06:49:05

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: Virtualbox and python related programs

I think it affect both, even mine is *_bin.
BTW I didn't find the way to write a report on that page, excuse my ignorance sad

F


do it good first, it will be faster than do it twice the saint wink

Offline

#4 2010-11-24 09:26:39

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Virtualbox and python related programs

Actually, you need to have a separate account for AUR. Only then, can you post comments.

Offline

Board footer

Powered by FluxBB