pyvix-discuss Mailing List for pyvix (Page 2)
Status: Beta
Brought to you by:
woodsplitter
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(11) |
Aug
(5) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(3) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Eric B. <eri...@gm...> - 2006-07-11 18:47:04
|
Installed (and appeared to compile fine) but now I get this: Python 2.4.2 (#1, Feb 12 2006, 03:59:46) [GCC 4.1.0 20060210 (Red Hat 4.1.0-0.24)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from pyvix import vix Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/site-packages/pyvix/vix.py", line 17, in ? import _vixmodule as _v # The underlying C module. ImportError: /usr/lib/python2.4/site-packages/pyvix/_vixmodule.so: undefined symbol: VixVM_UpgradeVirtualHardware Eric On 7/11/06, Eric Buehl <eri...@gm...> wrote: > > This was fixed by explicitly including vix.h from vmware-vix/vix.h in > _vixmodule.h > > Also, the setup script mis-applies some parameters to GCC thinking that it > is MSVS, specifically, /Wp64 and /GF although it will compile anyways (just > throws a couple warnings) > > Eric > > > > On 7/11/06, Eric Buehl <eri...@gm...> wrote: > > > > Have you tested compiling this module under non-windows platforms? The > > python setup script can't seem to find my vmware server headers > > (/usr/include/vmware-vix/). Is there a way I should be point it to this > > before I start hacking around? > > > > Eric > > > > |
From: Eric B. <eri...@gm...> - 2006-07-11 18:37:08
|
This was fixed by explicitly including vix.h from vmware-vix/vix.h in _vixmodule.h Also, the setup script mis-applies some parameters to GCC thinking that it is MSVS, specifically, /Wp64 and /GF although it will compile anyways (just throws a couple warnings) Eric On 7/11/06, Eric Buehl <eri...@gm...> wrote: > > Have you tested compiling this module under non-windows platforms? The > python setup script can't seem to find my vmware server headers > (/usr/include/vmware-vix/). Is there a way I should be point it to this > before I start hacking around? > > Eric > |
From: Eric B. <eri...@gm...> - 2006-07-11 18:17:12
|
Have you tested compiling this module under non-windows platforms? The python setup script can't seem to find my vmware server headers (/usr/include/vmware-vix/). Is there a way I should be point it to this before I start hacking around? Eric |