You are not logged in.

#1 2011-04-23 10:23:50

natostanco
Member
Registered: 2008-01-07
Posts: 126

vbox gtk configuration?

Installed it from the aur, launching vboxgtk I get:

ERROR: vboxapi package not found

You'll have to set the VBOX_PROGRAM_PATH and (possibly) the VBOX_SDK_PATH
environment variables to point to the locations of the VirtualBox
installation directory and VirtualBox SDK directory, respectively. Otherwise
this program will not run.

Traceback (most recent call last):
  File "/usr/bin/vboxgtk", line 92, in <module>
    test_import()
  File "/usr/bin/vboxgtk", line 85, in test_import
    raise ex    
ImportError: No module named vboxap

I wonder where I should set the VBOX_PROGRAM_PATH variable.

Offline

#2 2011-04-23 10:56:39

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: vbox gtk configuration?

natostanco wrote:

Installed it from the aur, launching vboxgtk I get:

ERROR: vboxapi package not found

You'll have to set the VBOX_PROGRAM_PATH and (possibly) the VBOX_SDK_PATH
environment variables to point to the locations of the VirtualBox
installation directory and VirtualBox SDK directory, respectively. Otherwise
this program will not run.

Traceback (most recent call last):
  File "/usr/bin/vboxgtk", line 92, in <module>
    test_import()
  File "/usr/bin/vboxgtk", line 85, in test_import
    raise ex    
ImportError: No module named vboxap

I wonder where I should set the VBOX_PROGRAM_PATH variable.

They're environment variables, set them in .profile or similar. Google will show you a list of places, and their relative merits/uses.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2011-04-23 11:16:47

natostanco
Member
Registered: 2008-01-07
Posts: 126

Re: vbox gtk configuration?

well, actually I googled quite a lot, and couldn't find anything similar to a manual or description about vboxgtk, not even is the sourceforge project site.

Offline

#4 2011-04-23 11:46:44

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: vbox gtk configuration?

natostanco wrote:

well, actually I googled quite a lot, and couldn't find anything similar to a manual or description about vboxgtk, not even is the sourceforge project site.

I have no idea what vboxgtk is, but I was referring to googling about environment variables, since that's your main question.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#5 2011-04-23 13:20:51

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: vbox gtk configuration?

install virtualbox-sdk


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2011-04-23 14:10:20

natostanco
Member
Registered: 2008-01-07
Posts: 126

Re: vbox gtk configuration?

thanks, after installing the virtualbox-sdk I get this error:

Traceback (most recent call last):
  File "/usr/bin/vboxgtk", line 94, in <module>
    vboxgtk.main()
  File "/usr/lib/python2.7/site-packages/vboxgtk/vboxgtk_iface.py", line 797, in main
    VBoxGtk(vboxdao_generic.VBoxDao())
  File "/usr/lib/python2.7/site-packages/vboxgtk/vboxdao_generic.py", line 80, in __init__
    self.default_media_folder) = self.get_system_properties()
  File "/usr/lib/python2.7/site-packages/vboxgtk/vboxdao_generic.py", line 93, in get_system_properties
    props.maxVDISize, props.defaultHardDiskFolder)
  File "/usr/lib/virtualbox/sdk/bindings/xpcom/python/xpcom/client/__init__.py", line 384, in __getattr__
    raise AttributeError, "XPCOM component '%s' has no attribute '%s'" % (self._object_name_, attr)
AttributeError: XPCOM component '<unknown>' has no attribute 'maxVDISize'

there is a pyxpcom packagage in the aur, is this related?
maybe this vboxgtk is too broken...

Offline

#7 2011-04-23 14:26:25

hauzer
Member
From: Belgrade, Serbia
Registered: 2010-11-17
Posts: 279
Website

Re: vbox gtk configuration?

Use vboxgtk-svn, it works fine here.


Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
What profit hath a man of all his labour which he taketh under the sun?
All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

Offline

#8 2011-04-23 15:09:12

natostanco
Member
Registered: 2008-01-07
Posts: 126

Re: vbox gtk configuration?

I get the same error regarding the xpcom module with the svn too.

seems like the latest update solved the problem.

Last edited by natostanco (2011-05-02 14:51:40)

Offline

Board footer

Powered by FluxBB