Displaying 20 results from an estimated 20000 matches similar to: "How to install libvirt-python from source code?"
2014 May 06
2
libvirt 1.2.4 and virt-manager 0.9.0 are not incompatible
Hello everyone
I encountered a problem when I completed the update of libvirt from 0.10 to 1.2.4 .
The problem was that virt-manager(version 0.9.0) could not start and reported error : "ImportError: /usr/lib64/libvirt.so.0: version 'LIBVIRT_PRIVIATE_0.10.2' not found (required by /usr/lib64/python2.6/site-packages/libvirtmod.so)".
I found the libvirt.so.0 link
2013 Sep 27
0
libvirt+python on windows support
Hi Guys!
Recently , I am searching way to run libvirt-python on windows , and
using the python api just like in linux .
But I found that ,libvirt-python can only run in cygwin environment .
In windows environment , when I input "import libvirt"
It indicates *ImportError: DLL load failed:*
*
*
* it seemed something wrong when importing libvirtmod*
*
*
* *the
2012 Sep 11
1
problem starting virt-manager
Hi,
i try to run virt-manager on a SLES 11 SP1 box. I'm using kernel 2.6.32.12 and virt-manager 0.9.4-106.1.x86_64 .
The system is a 64bit box.
Here is the output:
=========================
pc56846:/media/idg2/SysAdmin_AG_Wurst/software_und_treiber/virt_manager/sles_11_sp1 # virt-manager &
[1] 9659
pc56846:/media/idg2/SysAdmin_AG_Wurst/software_und_treiber/virt_manager/sles_11_sp1 #
2013 Sep 29
1
virt-manager could not start with error "version `LIBVIRT_PRIVATE_0.10.2' not found "
Hello all,
i am now running xen 4.2.3 on centos 6.4. As we know, the default
libvirt package could not work well with xen on centos6.x. So, i compile
the libvirt by my self, and i have compiled libvirt-1.1.1, libvirt-1.1.2,
libvirt-1.1.3. After the installation of libvirt, i run virt-manager, but
it print error as below.
*ImportError: /usr/local/lib/libvirt.so.0: version
2013 Nov 20
3
Re: how to install libvirt-python
OK. I am trying to install virt-manager from source but found it difficult!
So I decided to install from repo.
# yum install virt-manager libvirt
Dependencies Resolved
========================================================================================================================
Package Arch Version
2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
I'm getting the following error attempting to run samba-tool after
installing the latest git using the install_with_python script to use Python
2.6:
[root at Server1 dcerpc]# samba-tool
Traceback (most recent call last):
File "/usr/local/samba/bin/samba-tool", line 33, in <module>
from samba.netcmd.main import cmd_sambatool
File
2014 May 07
0
LibvirtError: Operation not supported : JSON monitor is required
Hi
Thanks for chenhanxiao@cn.fujitsu.com help , I have resole the problem (libvirt 1.2.4 and virt-manager 0.9.0 are not incompatible)..but when I created VM by virt-manager ,it reported :
unable to complete install: 'Opertation not supported: JSON monitor is required.'
Traceback(most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py",line
2014 May 09
0
[Solved]:LibvirtError: Operation not supported : JSON monitor is required
Hello everyone
I have solved the problem(LibvirtError: Operation not supported : JSON monitor is required).
yajl-devel package must be intalled before compile and install libvirt 1.2.4 .....
then rebuild and install libvirt-python 1.2.4
every thing is OK.....
Hi
Thanks for chenhanxiao@cn.fujitsu.com help , I have resole the problem (libvirt 1.2.4 and
2011 May 01
1
Bug#624788: Python version issue: "ImportError: No module named lxml"
Package: xen-utils-4.0
Version: 4.0.1-2
Right after another Wheezy distribution update I've faced the following issue with "xm".
=====
host:~# xm new /etc/xen/domains/test.cfg
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.0/bin/xm", line 8, in
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
I forgot to remove 'solved' from the title after the fix I thought I had
discovered didn't work. I was going to post anyway in hopes of helping
someone else but that didn't quite work out the way I'd planned. I'll use
the lateness of the hour as an excuse.
Ok, so after digging further into this problem, it's getting weird:
I decided to manually do the
2012 Jul 10
1
Issue with getCPUStats and getMemoryStats
Hi,
I am facing issue with the calls getCPUStats and getMemoryStats. Please
find the error below.
AttributeError: 'module' object has no attribute
'VIR_NODE_CPU_STATS_ALL_CPUS'
>>> print con.getCPUStats(2, None, 0, 0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
2010 Jan 21
0
python-theora: some comments
Hi,
here's a list of comments on python-theora:
1) http://certik.github.com/python-theora/module_theora.html#class-theora
uses theora.test_files but setup.py does not install the test files so
using this API fails with
Traceback (most recent call last):
File "browse-video.py", line 4, in <module>
t = theora.Theora(theora.test_files[2])
File "theora.pyx",
2011 Feb 02
2
Centos + python + sqlalchemy + mysql
I am trying to use the following set (all from standard repositories):
centos (5.5) + python 2.6 + sqlalchemy + mysql. However while running my script I get:
Traceback (most recent call last):
File "./oraping2.py", line 43, in <module>
main()
File "./oraping2.py", line 23, in main
db = create_engine('mysql:///u1oraping at
2010 Sep 23
1
xm new yields Import error: No module named xmlproc
I''m using a source-compiled Xen-4.0.2-rc1-pre (changeset: Fri Sep
17 17:06:57 2010 +0100 21350:6e0ffcd2d9e0) on a brand new Debian Testing
(Squeeze/sid) install. The first problem that I ran accross was just
getting xend to start. I was getting a python error saying that it
couldn''t import SrvDaemon. I got around that by moving
/usr/lib/python2.6/site-packages/xen to
2010 Apr 02
0
unsupported xen domain management
hello,
Env:
Ubuntu Karmic Server 9.10
Xen 4.0 rc8
kernel 2.6.32.10 pv_ops
Trying to import a working xen cfg file into domain management causes this crash. This ability is not so vital, but maybe someone can shed light on the missing packages/thing.
tlviewer@ubsvr91:~$ sudo xm new /etc/xen/vm/karmic.py
Unexpected error: <type ''exceptions.ImportError''>
Please report to
2017 Nov 06
1
how to install pyserial on centos 6?
I tried
yum import pyserial
yum provides '*serial*'
gave me
distribution-gpg-keys-copr-1.15-1.el6.noarch : GPG keys for Copr projects
Repo : epel
Matched from:
Filename : /usr/share/distribution-gpg-keys/copr/copr-ifas-pyserial.gpg
python2-ivi-0.14.9-3.el6.noarch : %{sum}
Repo : epel
Matched from:
Filename : /usr/lib/python2.6/site-packages/ivi/interface/pyserial.pyo
2012 Jan 12
1
No module named cygvirtmod
I'm trying to set up a xen guest on a machine that already has a few others
running (not set up by me). It fails with the following error:
+ virt-install -r 512 -n host5 -f /dev/vol0/lvol5 --nographics -p --os-type=linux --os-variant=rhel5 --accelerate -l http://bla -x ks=http://bla/ks.cfg -m MA:CA:DD:RE:SS
Traceback (most recent call last):
File "/usr/bin/virt-install", line 31,
2014 Aug 15
1
virt-manager and libvirt-python
Hello! I'm trying to work with virt-manager but getting SIGTRAP signal.
It is done with gdb under MinGW32 on Windows 7 64-bit. I have Python 2.7.8. 32-bit.
As I can see from backtrace ( http://pastebin.com/JhN6XgYb ), there is something wrong with libvirtmod.pyd.
Also I couldn't find how to solve " typelib for AppIndicator3" error.
So I try to debug libvirt-python. For doing
2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
Hello all,
I have setup a complete domain using Samba 4 on my Ubuntu server 32 bit
machine. I am using the Alpha 13 build (it was actually in the Ubuntu
Repos). I am trying to setup swat to make it easier to manage shares. I
have followed the instructions at https://github.com/rvelhote/GSoC-SWAT but
I am having a few problems.
When I run ./run I get the following errors:
jenfab at
2010 Aug 26
2
Samba 4 and password policy pwsetting error
Hello,
When I tried to change the password policy on a samba 4 domain controller I get the following error.
root at server01:/usr/local/samba/lib/python2.6/site-packages/samba/netcmd# ./pwsettings.py --complexity=off
Traceback (most recent call last):
File "./pwsettings.py", line 25, in <module>
import samba.getopt as options
ImportError: No module named samba.getopt
root