Displaying 20 results from an estimated 237 matches for "importerror".
2007 Apr 12
0
Problem with Xen3.0.4-1 ?
.../init.d/xend start
Traceback (most recent call last):
File "/usr/sbin/xend", line 52, in ?
from xen.xend.server import SrvDaemon
File "/home/zwang/programs/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", line 20, in ?
import xen.lowlevel.xc
ImportError: libxenctrl.so.3.0: cannot handle TLS data
Traceback (most recent call last):
File "/usr/sbin/xend", line 52, in ?
from xen.xend.server import SrvDaemon
File "/home/zwang/programs/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", line 20, in ?...
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 <module>
main.main(sys.argv)
File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3620, in main
_, rc = _run_cmd(cmd, cm...
2011 Mar 18
1
"ImportError: No module named ext" when launching a Xen v4 Guest.
Hello,
I''m trying to get a Xen v4 Guest running.
When I start it I get a "ImportError: No module named ext" error and a
note to report the problem to this list.
xm create -x guest.cfg
Using config file "./guest.cfg".
Unexpected error: <type ''exceptions.ImportError''>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call la...
2019 May 15
2
ImportError: No module named 'dns'
...on Debian Stretch, I notice errors in the logs when
samba_dnsupdate is run. Manually running it produces:
root at debian-vb:~# samba_dnsupdate --verbose
Traceback (most recent call last):
File "/usr/local/samba/sbin/samba_dnsupdate", line 56, in <module>
import dns.resolver
ImportError: No module named 'dns'
This may have been present for some time, but only just noticed it. I have
checked that python-dnspython is installed:
root at debian-vb:~# dpkg -l | grep python-dnspython
ii python-dnspython 1.15.0-1+deb9u1 all
DNS toolkit for Py...
2019 May 15
2
ImportError: No module named 'dns'
...essages crossed in the post; as you see I worked it out - eventually :-)
Roy
> -----Original Message-----
> From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of
> Rowland penny via samba
> Sent: 15 May 2019 16:04
> To: samba at lists.samba.org
> Subject: Re: [Samba] ImportError: No module named 'dns'
>
> On 15/05/2019 15:44, Roy Eastwood via samba wrote:
> > After updating my samba version to 4.10.3 (from a self-compiled 4.10.2
> > version) on a DC running on Debian Stretch, I notice errors in the logs when
> > samba_dnsupdate is run. Ma...
2013 Feb 28
1
ImportError: No module named lxml
Dears ,
i need you support as i got the following error :
#xm new -f
/OVS/Repositories/0004fb0000030000505b685a936d0faf/VirtualMachines/0004fb00000600001dfb6cf4b6258355/vm.cfg
Unexpected error: exceptions.ImportError
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 7, in ?
main.main(sys.argv)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 3983,
in main
_, rc = _run_cmd(cmd, cmd_name, args)
File &q...
2007 Mar 28
2
error when running ocfs2console (ImportError: No module named ocfs2interface.about)
I had build ocfs2-tools-1.2.3 from sources on x86_64 machine (FC6).
When I run:
ocfs2console
I get:
Traceback (most recent call last):
File "/usr/local/sbin/ocfs2console", line 3, in ?
from ocfs2interface.about import process_args
ImportError: No module named ocfs2interface.about
When I try: locate ocfs2interface.about
I get no result.
Any ideas what went wrong ?
Regards,
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20070328/3a0f2dfc/attach...
2019 Jul 22
1
[libnbd] ImportError: cannot import name 'Error'
13:38 < mkletzan> rjones: Not sure where to look, but when I do just `import nbd` from python on the clean installation of libnbd, I just get `ImportError: cannot
import name 'Error'`
I can't reproduce it:
$ rpm -q python3-libnbd
python3-libnbd-0.1.8-1.fc30.x86_64
$ python3
Python 3.7.3 (default, May 11 2019, 00:38:04)
[GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux
Type "help", "copyright", "...
2019 May 15
0
ImportError: No module named 'dns'
...y own post - found that python3-dnspython needed to
be installed. Once I had done that it works normally.
Sorry for the noise!
Roy
> -----Original Message-----
> From: Roy Eastwood [mailto:spindles7 at gmail.com]
> Sent: 15 May 2019 15:44
> To: samba at lists.samba.org
> Subject: ImportError: No module named 'dns'
>
> After updating my samba version to 4.10.3 (from a self-compiled 4.10.2
> version) on a DC running on Debian Stretch, I notice errors in the logs
when
> samba_dnsupdate is run. Manually running it produces:
>
> root at debian-vb:~# samba_dnsup...
2019 May 15
0
ImportError: No module named 'dns'
...u see I worked it out - eventually :-)
> Roy
>
>> -----Original Message-----
>> From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of
>> Rowland penny via samba
>> Sent: 15 May 2019 16:04
>> To: samba at lists.samba.org
>> Subject: Re: [Samba] ImportError: No module named 'dns'
>>
>> On 15/05/2019 15:44, Roy Eastwood via samba wrote:
>>> After updating my samba version to 4.10.3 (from a self-compiled 4.10.2
>>> version) on a DC running on Debian Stretch, I notice errors in the logs when
>>> samba_dnsupd...
2006 Aug 26
3
Bug#384739: ImportError: No module named xen.xend.server
...d directories currently installed.)
Unpacking xen-utils-3.0 (from .../xen-utils-3.0_3.0.2+hg9697-2_amd64.deb) ...
Setting up xen-utils-3.0 (3.0.2+hg9697-2) ...
Starting XEN: Traceback (most recent call last):
File "/usr/sbin/xend", line 33, in ?
from xen.xend.server import SrvDaemon
ImportError: No module named xen.xend.server
invoke-rc.d: initscript xend, action "start" failed.
dpkg: error processing xen-utils-3.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xen-utils-3.0
E: Sub-process /usr/bin/dpkg...
2005 Nov 22
1
importerror with unstable
...with the "xend start" command :
.Traceback (most recent call last):
File "/usr/sbin/xend", line 33, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line
28, in ?
from xen.lowlevel import xu
ImportError: libxc.so.2.0: cannot open shared object file: No such file or
directory
also, I can see this message several times when the system is booting.
I searched on the archives but couldn''t find anything about this problem.
can someone help me please ?
_____________________________________...
2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
...fig
File "/usr/local/samba/lib/python2.6/site-packages/samba/hostconfig.py",
line 20, in <module>
from samdb import SamDB
File "/usr/local/samba/lib/python2.6/site-packages/samba/samdb.py", line
32, in <module>
from samba.dcerpc import drsblobs, misc
ImportError:
/usr/local/samba/lib/python2.6/site-packages/samba/dcerpc/drsblobs.so:
undefined symbol: PyUnicodeUCS2_Decode
Samba-tool was working with the previous git, so I'm not certain if this is
a problem with the latest build or a problem with Python in my environment.
If I understand this correct...
2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
...have pulled the latest from xen-unstable on a new machine, I run
make world and make install and after rebooting into xen, when i run
xm list or anything else i get:
# xm list
Traceback (most recent call last):
File "/usr/sbin/xm", line 5, in <module>
from xen.xm import main
ImportError: No module named xen.xm
I also tried going into the tools dir and make install, because i read
that somewhere on google.
I don''t get any errors when compiling or installing so I don''t know
where to go from here?
- chris
_______________________________________________
Xen-users...
2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
...have pulled the latest from xen-unstable on a new machine, I run
make world and make install and after rebooting into xen, when i run
xm list or anything else i get:
# xm list
Traceback (most recent call last):
File "/usr/sbin/xm", line 5, in <module>
from xen.xm import main
ImportError: No module named xen.xm
I also tried going into the tools dir and make install, because i read
that somewhere on google.
I don''t get any errors when compiling or installing so I don''t know
where to go from here?
- chris
_______________________________________________
Xen-users...
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
...ing to the latest stable version, this last pull from
v4-0-test appears to be broken, at least for my environment.
- Phil
----------------------
From: Phil Quesinberry
Sent: Thursday, April 04, 2013 1:48 AM
To: 'samba at lists.samba.org'
Subject: 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/l...
2010 Oct 17
2
Problems with installing Xen 3.1.3 from source code.
...execute "xm" or
"xend", I get the following errors:
$ sudo xm
Traceback (most recent call last):
File "/usr/sbin/xm", line 8, in ?
from xen.xm import main
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 48, in ?
import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/xc.so:
undefined symbol: xc_get_device_group
$ sudo xend
Traceback (most recent call last):
File "/usr/sbin/xend", line 42, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvD...
2017 Jul 18
2
LNT on pypy and documentation build
...ost recent call last):
File "/usr/local/lib/python3.5/site-packages/sphinx/ext/autodoc.py", line 551, in import_object
__import__(self.modname)
File "/Users/mbraun/dev/lnt/lnt/testing/profile/__init__.py", line 3, in <module>
from profilev1impl import ProfileV1
ImportError: No module named 'profilev1impl'
/Users/mbraun/dev/lnt/docs/profiles.rst:106: WARNING: autodoc: failed to import module 'lnt.testing.profile.profilev1impl'; the following exception was raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/sph...
2011 Sep 25
1
Please report to - xm new
I installed the beta version of oneiric and got this error:
root@g4-01:~# xm new
Unexpected error: <type ''exceptions.ImportError''>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.1/bin/xm", line 8, in <module>
main.main(sys.argv)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xm/main.py", line 3983, in main
_, rc = _run_cm...
2008 May 16
1
xm new
...with xen3.2, using centos xen kernel, xen3.2
builded from source rpm for centos.
Virtual machines work fine trough xm create configname ,but when i am trying
to add them to xen source :
xm new configname, this is what i get :
[root at xen-prod xen]# xm new test01.hvm
Unexpected error: exceptions.ImportError
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 2531, in
main
_, rc = _run_cmd(cmd, cmd_name, args)
File "...