Displaying 20 results from an estimated 99 matches for "pyo".
Did you mean:
po
2006 Dec 01
4
YUM conflict with RHEL 4_X86_64
...rror messages are:
Transaction Check Error: file
/usr/lib/python2.3/site-packages/elementtree/ElementInclude.pyc from install
of python-elementtree-1.2.6-4.2.1 conflicts with
file from package python-elementtree-1.2.6-4.2.1
file /usr/lib/python2.3/site-packages/elementtree/ElementInclude.pyo from
install of python-elementtree-1.2.6-4.2.1 conflicts with file from package
python-elementtree-1.2.6-4.2.1
file /usr/lib/python2.3/site-packages/elementtree/ElementPath.pyc from
install of python-elementtree-1.2.6-4.2.1 conflicts with file from package
python-elementtree-1.2.6-4.2.1
f...
2006 Apr 15
1
rpmbuild error with xapian-bindings-0.9.5
There are two issues with rpmbuild xapian-bindings-0.9.5.
xapian.pyo is missing in the source package but it is defined
in xapian-bindings.spec. After removing the following line from
xapian-bindings.spec I could finish rpmbuild without error.
%ghost %{_libdir}/python%{python_ver}/site-packages/xapian.pyo
csharp binding is turned on by default in xapian-bin...
2009 Jul 06
2
OT: errors building packages from src.rpm (trying to rebuild RHELIPA)
...sing root
group brewbuilder does not exist - using root
File not found by glob:
/var/tmp/python-psycopg2-2.0.6-1-root-carlos/usr/lib64/python2.4/site-packages/psycopg2/*.pyc
File not found by glob:
/var/tmp/python-psycopg2-2.0.6-1-root-carlos/usr/lib64/python2.4/site-packages/psycopg2/*.pyo
If I go to
/var/tmp/python-psycopg2-2.0.6-1-root-carlos/usr/lib64/python2.4/site-packages/psycopg2/
directory, it is right: there isn't exists any *.pyc or .pyo file ... Maybe
be the problem is in .spec file?? somebody have this problem??
--
CL Martinez
carlopmart {at} gmail {d0t} com
----...
2013 Nov 20
2
how to install libvirt-python
Hi,
I have successfully installed libvirt-.0.10.0 from source
./configure
make
make install
How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file
[root@tiger ~]# find /usr/ -name libvirt-python
[root@tiger ~]# find . -name libvirt-python
[root@tiger ~]#
Regards,
Mahmood
2013 Nov 20
0
Re: how to install libvirt-python
...talling libvirt-python doesn't create any directory or
file named exactly libvirt-python. For an example of what DOES get
installed:
# rpm -ql libvirt-python
/usr/lib64/python2.7/site-packages/libvirt.py
/usr/lib64/python2.7/site-packages/libvirt.pyc
/usr/lib64/python2.7/site-packages/libvirt.pyo
/usr/lib64/python2.7/site-packages/libvirt_lxc.py
/usr/lib64/python2.7/site-packages/libvirt_lxc.pyc
/usr/lib64/python2.7/site-packages/libvirt_lxc.pyo
/usr/lib64/python2.7/site-packages/libvirt_qemu.py
/usr/lib64/python2.7/site-packages/libvirt_qemu.pyc
/usr/lib64/python2.7/site-packages/libvirt_q...
2015 Nov 04
3
Using samba-python to query AD? Status of API?
...e /usr/bin/samba-tool
> /usr/bin/samba-tool: Python script, ASCII text executable
> # locate ldapcmp.py
> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyc
> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyo
> # file /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py: Python script,
> ASCII text executable
>
> I gave the commands because they help to find where are really these files.
> They could be in some other di...
2012 Feb 15
4
question on unused directories in /usr/lib and /usr/lib64
I was working on archiving an old virtual server today and was reminded of how much space is wasted by some of the default installations on CentOS. I think this was a 5.x box.
Anyway, in /usr/lib/64 (and probably /usr/lib on non-64 systems), there were a lot of directories which have no bearing on a basic server. I saw firefox, openoffice and many, many other directories -- replete with enough
2017 Nov 06
1
how to install pyserial on centos 6?
...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
Filename : /usr/lib/python2.6/site-packages/ivi/interface/pyserial.pyc
Filename : /usr/lib/python2.6/site-packages/ivi/interface/pyserial.py
yum install python2-ivi-0.14.9-3.el6.noarch
"worked", but didn't help:
[hennebry at localhost ~]$ python
Python 2.6.6 (r266:84292, Aug 18...
2010 Oct 20
1
problem regarding rpmbuild : creating rpm for python files
HI people ,
I am not sure whether this is right mailing list for this question , but i
tried subscribing to redhat rpm list , failed to do so .
I'm facing a issue while creating RPM for python punjab
http://code.stanziq.com/punjab/
I've created a spec file which contains the list of files to packaged
http://pastie.org/1236027
And when i try to run rpmbuild -ba command on this spec
2011 Aug 11
0
[PATCH] all .py are under /usr
...recipe/image-minimizer.ks.in b/recipe/image-minimizer.ks.in
index 2518c5c..956bc20 100644
--- a/recipe/image-minimizer.ks.in
+++ b/recipe/image-minimizer.ks.in
@@ -5,7 +5,7 @@
%post
echo "Removing python source files"
-find / -name '*.py' -exec rm -f {} \;
-find / -name '*.pyo' -exec rm -f {} \;
+find /usr -name '*.py' -exec rm -f {} \;
+find /usr -name '*.pyo' -exec rm -f {} \;
%end
--
1.7.3.4
2011 Jul 23
0
[PATCH] make image minimization optional
...null
+++ b/recipe/image-minimizer.ks.in
@@ -0,0 +1,11 @@
+%post --nochroot --interpreter image-minimizer
+%include common-minimizer.ks
+%include @DISTRO at -minimizer.ks
+%end
+
+%post
+echo "Removing python source files"
+find / -name '*.py' -exec rm -f {} \;
+find / -name '*.pyo' -exec rm -f {} \;
+
+%end
diff --git a/recipe/ovirt-node-image.ks.in b/recipe/ovirt-node-image.ks.in
index 5eaa813..a24275c 100644
--- a/recipe/ovirt-node-image.ks.in
+++ b/recipe/ovirt-node-image.ks.in
@@ -21,17 +21,7 @@
%end
-%post --nochroot --interpreter image-minimizer
-%include comm...
2013 Nov 20
3
Re: how to install libvirt-python
...talling libvirt-python doesn't create any directory or
file named exactly libvirt-python. For an example of what DOES get
installed:
# rpm -ql libvirt-python
/usr/lib64/python2.7/site-packages/libvirt.py
/usr/lib64/python2.7/site-packages/libvirt.pyc
/usr/lib64/python2.7/site-packages/libvirt.pyo
/usr/lib64/python2.7/site-packages/libvirt_lxc.py
/usr/lib64/python2.7/site-packages/libvirt_lxc.pyc
/usr/lib64/python2.7/site-packages/libvirt_lxc.pyo
/usr/lib64/python2.7/site-packages/libvirt_qemu.py
/usr/lib64/python2.7/site-packages/libvirt_qemu.pyc
/usr/lib64/python2.7/site-packages/libvirt_q...
2015 Nov 04
2
Using samba-python to query AD? Status of API?
Hello:
I'd really like to leverage the samba-python API to perform 'net ads
search' style queries for an upcoming project.
Is there any documentation or examples someone can point me to? The
'python/examples' directory is a misnomer (!) and the online API
documentation was generated from 2011 and is also just as cryptic.
I even checked the binaries in samba-client to see if
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...d64
fakeroot debian/rules clean
dh_testdir
dh_testroot
dh_autotools-dev_restoreconfig
dh_clean
dpkg-source -b xapian-bindings-1.2.21
dpkg-source: info: utilisation du format source ? 3.0 (quilt) ?
dpkg-source: erreur: fichier binaire non
souhait? : debian/build/python2.7/python/xapian/__init__.pyo
dpkg-source: erreur: fichier binaire non
souhait? : debian/build/python2.7/python/xapian/__init__.pyc
dpkg-source: erreur: 2 fichiers binaires non souhait?s ont ?t? d?tect?s
(il est n?cessaire de les ajouter dans debian/source/include-binaries
pour autoriser leur inclusion).
dpkg-buildpackage: e...
2012 Sep 16
2
flash plugin
...er : kcm_adobe_flash_player.so
Filename : /usr/lib/flash-plugin/README
Filename : /usr/lib/kde4/kcm_adobe_flash_player.so
Other : flash-plugin = 11.2.202.238-release
Other : mimehandler(application/x-flash-video)
Filename : /usr/lib/python2.6/site-packages/luci/lib/flash2.pyo
Filename : /usr/lib/python2.6/site-packages/luci/lib/flash2.py
Filename : /usr/lib/python2.6/site-packages/luci/lib/flash2.pyc
Filename : /lib/modules/2.6.32-279.el6.i686.debug/kernel/drivers/mtd/maps/scb2_flash.ko
Other : kernel(nand_flash_ids) = 0x836bdb72
Filename : /lib/module...
2015 Nov 04
2
Using samba-python to query AD? Status of API?
...bin/samba-tool: Python script, ASCII text executable
>>> # locate ldapcmp.py
>>> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
>>> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyc
>>> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyo
>>> # file /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
>>> /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py: Python
>>> script,
>>> ASCII text executable
>>>
>>> I gave the commands because they help to find where are re...
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...oot
>> dh_autotools-dev_restoreconfig
>> dh_clean
>> dpkg-source -b xapian-bindings-1.2.21
>> dpkg-source: info: utilisation du format source ? 3.0 (quilt) ?
>> dpkg-source: erreur: fichier binaire non souhait? :
>> debian/build/python2.7/python/xapian/__init__.pyo
>> dpkg-source: erreur: fichier binaire non souhait? :
>> debian/build/python2.7/python/xapian/__init__.pyc
>> dpkg-source: erreur: 2 fichiers binaires non souhait?s ont ?t?
>> d?tect?s (il est n?cessaire de les ajouter dans
>> debian/source/include-binaries pour autor...
2018 Jan 25
0
Re: python 3 bindings on libguestfs
...guestfs on RHEL or CentOS.
...
> 4. We could see python-guestfs libraries in below path,
>
> [root@euca-172-31-15-221 site-packages]$ pwd
> /opt/libguestfs/x86_64/1.32.10/lib/python3.6/site-packages
> [root@euca-172-31-15-221 site-packages]$ ls
> guestfs.py guestfs.pyc guestfs.pyo
>
> We are able to import guestfs without any issue like below:
> [root@euca-172-31-15-221 ~]$ python
> Python 3.6.0 (default, Jun 1 2017, 02:10:02)
> [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux
> Type "help", "copyright", "credits" or "li...
2015 Aug 13
0
how do I stop automount of Hitichi Lifestudio USB drive
...6.32-504.8.1.el6.x86_64/kernel/fs/autofs4
/lib/modules/2.6.32-504.8.1.el6.x86_64/kernel/fs/autofs4/autofs4.ko
/lib/modules/2.6.32-504.16.2.el6.x86_64/kernel/fs/autofs4
/lib/modules/2.6.32-504.16.2.el6.x86_64/kernel/fs/autofs4/autofs4.ko
/.autofsck
/usr/lib/python2.6/site-packages/sos/plugins/autofs.pyo
/usr/lib/python2.6/site-packages/sos/plugins/autofs.py
/usr/lib/python2.6/site-packages/sos/plugins/autofs.pyc
[root at localhost sata400-12-homes]#
--
Michael hennebry at web.cs.ndsu.NoDak.edu
"SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a...
2015 Nov 04
0
Using samba-python to query AD? Status of API?
.../usr/bin/samba-tool
# file /usr/bin/samba-tool
/usr/bin/samba-tool: Python script, ASCII text executable
# locate ldapcmp.py
/usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
/usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyc
/usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.pyo
# file /usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py
/usr/lib64/python2.7/site-packages/samba/netcmd/ldapcmp.py: Python script,
ASCII text executable
I gave the commands because they help to find where are really these files.
They could be in some other directory on your system.
There...