Displaying 9 results from an estimated 9 matches for "build_py".
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...aller[85815]: ./postflight: Python found:
python, installing bindings...
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: running
install
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: running build
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: running
build_py
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: copying
vboxapi/__init__.py -> build/lib/vboxapi
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: running
install_lib
Jun 8 15:02:29 info-starbuck installer[85815]: ./postflight: copying
build/lib/vboxapi/__init__.py...
2008 Sep 10
0
How to install rpy under mac os x?
Hi to all,
there are some binary .dmg packages to install easly rpy under mac os x?
I'm tryin' to install Rpy under Mac Os X but I receive the following
message:
host46-209-dynamic:rpy usernone$ python setup.py install
running install
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -
fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -
fno-common -dynamic -DNDEBUG -g -O3 -DR_INTERFACE_PTRS=1 -
DCSTACK_DEFNS=1 -DRI...
2005 Aug 24
1
installing pystre
Hi
I am getting the following error while trying to build pystre
It is trying to access a non existent file called channel_pvt.h
Can any one help me in this matter????
running build
running build_py
running build_ext
building '_pyastre' extension
swigging _pyastre/pyastre.i to _pyastre/pyastre_wrap.c
swig -python -o _pyastre/pyastre_wrap.c _pyastre/pyastre.i
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-fPIC -DSCRIPT_DIR="/etc/asterisk/site-python&qu...
2006 Jul 25
2
Bug#379721: xen-3.0: FTBFS: bashisms
...**********************************************************************
...
> CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py build
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/grub
> copying src/GrubConf.py -> build/lib/grub
> copying src/__init__.py -> build/lib/grub
> creating build/lib/grub/fsys
> copying src/fsys/__init__.py -> build/lib/grub/fsys
> running build_scripts
>...
2006 Apr 16
2
Temporary fix for xen-tools build problem with python 2.4
...tools:
make[2]: Entering directory `/home/jlg/xen-3.0.2/tools/python''
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py build
running build
running build_py
running build_ext
CFLAGS="-O2 -fomit-frame-pointer -DNDEBUG -m32 -march=i686 -Wall
-Wstrict-prototypes -Wdeclaration-after-statement
-D__XEN_INTERFACE_VERSION__=0x00030101" python setup.py install
--home="/home/jlg/xen-3.0.2/dist/install/usr" --force
running install
e...
2015 Feb 03
1
Re: make install ignoring PREFIX for bash_completion
> > After using 'python sdist', can't you use the tarball (in python/dist)
> > in order to create a venv directly?
>
> I think I will be able to install the python library in the venv using
> the tarball. However, won't my liguestfs application require some of
> the binaries installed as part of 'make install' for running? I am
> trying to not
2018 Jul 07
2
compile error libvirt-python 4.5.0 - error: unknown type name ?virNWFilterBindingPtr?
...functions
/usr/bin/pkg-config --atleast-version=1.0.2 libvirt
/usr/bin/python generator.py libvirt-lxc
/usr/share/libvirt/api/libvirt-lxc-api.xml
Found 4 functions in /usr/share/libvirt/api/libvirt-lxc-api.xml
Found 0 functions in libvirt-lxc-override-api.xml
Generated 2 wrapper functions
running build_py
creating build/lib.linux-x86_64-2.7
copying build/libvirt.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_qemu.py -> build/lib.linux-x86_64-2.7
copying build/libvirt_lxc.py -> build/lib.linux-x86_64-2.7
running build_ext
building 'libvirtmod' extension
creating build/temp.li...
2010 May 13
2
Compiling R with --enable-R-shlib for rpy2 error
Hi,
I am trying to compile R with the command below in order to install rpy2.
./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo
--with-x --enable-R-shlib
However, error the I have gotten was:
/usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `R_FunTab' can
not be used when making a shared object; recompile with -fPIC
CConverters.o: could not read symbols: Bad
2006 Nov 20
2
Installing PIL-1.1.5
Hello,
I?m trying to install PIL (Python Image Library) in a CentOS-4.4,
but I?m getting the follow error after unpack the tarball:
-------------------------------
# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.3
copying PIL/ExifTags.py -> build/lib.linux-i686-2.3
copying PIL/ImageTransform.py -> build/lib.linux-i686-2.3
copying PIL/GbrImagePlugin.py -> build/lib.linux-i686-2.3
copying PIL/ImageOps.py -> build/lib.linux-i686-2.3
copying PIL/GimpGr...