Displaying 20 results from an estimated 70 matches for "pythonpaths".
Did you mean:
pythonpath
2025 May 06
1
Concerns about failed tests in build from git source on Debian Gnu/Linux
Greetings. I am newly engaged in using samba in a heterogenous LAN
environment (Windows 10 & Gnu/Linux systems, all Linux boxes are
32-bit). After seeing failures in the samba suite provided for my
distribution (Debian "Buster" 10.13) I decided to build and install
samba from the upstream source at the git repository, cloned it on
April 29. I had completely removed the samba files
2025 May 06
1
Concerns about failed tests in build from git source on Debian Gnu/Linux
On Mon, 5 May 2025 23:03:28 -0400
Soren via samba <samba at lists.samba.org> wrote:
> Greetings. I am newly engaged in using samba in a heterogenous LAN
> environment (Windows 10 & Gnu/Linux systems, all Linux boxes are
> 32-bit). After seeing failures in the samba suite provided for my
> distribution (Debian "Buster" 10.13)
Is there some reason why you are still
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to
paths. eg:
prepend PYTHONPATH "/foo"
would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
Tested by:
(1) Building and testing libguestfs twice: first without libguestfs
installed as a system library, and then with it installed.
(2) Examining the output of
2005 Jan 17
1
problem installing RSPython
Hi,
I'm trying to install RSPython v0.5-4 on a debian machine (woody,
testing) but am having the following problem.
$R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err
But then...
$python
>> import RS
Error in .PythonInit() : Error in Python call: values
Error in library("RSPython") : .First.lib failed for 'RSPython'
Traceback (most recent
2016 Oct 27
1
[PATCH] run.in: Quote contents of @VAR@ substitutions
---
run.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/run.in b/run.in
index 8fdf454..438a68c 100755
--- a/run.in
+++ b/run.in
@@ -140,15 +140,15 @@ export PERL_VALGRIND=1
export PERL_DESTRUCT_LEVEL=2
# For Python.
-export PYTHON=@PYTHON@
+export PYTHON="@PYTHON@"
prepend PYTHONPATH "$b/python/.libs"
prepend PYTHONPATH
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon
(https://github.com/graphite-project/carbon) 0.9.9 installed using "pip".
I just learned why when I run "pip freeze" on a system I don''t see the
"carbon" package even when it installed successfully - I should run it with
"PYTHONPATH=/opt/graphite/lib/ pip freeze".
(ref:
2005 Feb 23
2
[LLVMdev] Python bindings for LLVM API
Hi,
I would like to share my experimental LLVM API Python bindings with the LLVM
enthusiasts. I have created Boost.Python wrappers largely for the VMCore
interface and other selected interfaces (e.g. ExecutionEngine). The
bindings provide direct runtime access to the LLVM bytecode and JIT
execution features from Python.
The bindings are complete enough so that one can e.g. run the Fibonacci
2011 Aug 24
1
Compilation error
Hi All,
I am compiling the development code of xapian (
http://trac.xapian.org/browser/trunk) and while doing *'make*' it will give
following error
PYTHONPATH="xapian:$PYTHONPATH" /usr/bin/python -c "import _xapian"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError:
2009 Feb 11
1
RSPython
Hi all,
I try to utilize RSPython to invoke Python from R. For me it works pretty
fine for basic applications, but I have 3 problems that may be related.
(1) I can't load other packages but "standard" ones also when I adjust the
PythonPath:
> importPythonModule('sys', all=T)
NULL
> importPythonModule('numpy', all=T)
Error in
2005 Feb 24
0
[LLVMdev] Python bindings for LLVM API
Jarno,
This looks like it could be very valuable - thanks for making it
available. Just out of curiosity, do you have any specific uses in
mind for which you created these bindings?
--Vikram
http://www.cs.uiuc.edu/~vadve
http://llvm.cs.uiuc.edu/
On Feb 23, 2005, at 5:21 PM, Jarno Seppänen wrote:
> Hi,
>
> I would like to share my experimental LLVM API Python bindings with
>
2017 Sep 05
2
[PATCH] run.in: Quote contents of @VAR@ substitutions
---
run.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/run.in b/run.in
index 0d10983..0f23a7c 100755
--- a/run.in
+++ b/run.in
@@ -62,7 +62,7 @@ export PERL_VALGRIND=1
export PERL_DESTRUCT_LEVEL=2
# For Python.
-export PYTHON=@PYTHON@
+export PYTHON="@PYTHON@"
if [ -z "$PYTHONPATH" ]; then
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 03:09:47PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> As per you suggestion I have set PYTHONPATH.
> Now the issue is different.
>
> [root@euca-172-31-15-221 ~]$ echo $PYTHONPATH
> /opt/libguestfs/x86_64/1.32.10/lib64:/opt/libguestfs/x86_64/1.32.10/lib/python3.6/site-packages/:
> [root@euca-172-31-15-221 ~]$ python
> Python 3.6.0
2009 Sep 08
0
RSPython can't find module
Hi Folks,
After seeing some tips on the web, I managed to get RSPython-0.7-1
installed with R 2.9.0 (on Ubuntu 8.04). I had to get rid of the extra
comma in the PythonPath function in Python.S:
.PythonPath <-
function(path=NULL, merge = TRUE)
{
dirSep <- ifelse(R.version$os == "Win32", ";", ":",)
(remove last comma before bracket)
and I had to manually
2015 Feb 13
0
Re: [PATCH] ./run: Use 'prepend' function to build paths.
On Friday 13 February 2015 10:16:34 Richard W.M. Jones wrote:
> Add a bash function 'prepend' for intelligently prepending elements to
> paths. eg:
>
> prepend PYTHONPATH "/foo"
>
> would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>"
>
> Tested by:
>
> (1) Building and testing libguestfs twice:
2018 Apr 08
2
Unable to rejoin domain, LDAP error 50
On Sun, 08 Apr 2018 13:34:52 +0200
Kris via samba <samba at lists.samba.org> wrote:
> W dniu 2018-04-08 12:49, Rowland Penny via samba napisał(a):
> > On Sun, 08 Apr 2018 12:31:26 +0200
> > Kris via samba <samba at lists.samba.org> wrote:
> >
> >> I should try this command sooner. Now I have made full backup and
> >> something is missing:
>
2018 Mar 14
4
Error running CVE-2018-1057_helper on 4.5
I tried to run this script on a system running 4.5.15 built from source
under Ubuntu 16.04, but I get the following exception:
# PYTHONPATH="/usr/local/samba/lib/python2.7/site-packages/"
./samba_CVE-2018-1057_helper --lock-pwchange
Temporarily overriding 'dsdb:schema update allowed' setting
Traceback (most recent call last):
File "./samba_CVE-2018-1057_helper",
2004 Sep 02
1
bindings - python module
hello all,
i'm new to xapian and am just beginning to play around with the python
bindings. first off, the example (simplesearch.py) i pulled from cvs
didn't work complaining of not finding the _xapian module. after using
strace, i noticed python trying to search for _xapian.so. the default
xapian-bindings build produces _xapian (without the .so extension) so
renaming it to _xapian.so
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 01:31:09PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> We are trying to build libguestfs RPM package using SPEC file.
This is new information, and good that's how you should be building
libguestfs on RHEL or CentOS.
...
> 4. We could see python-guestfs libraries in below path,
>
> [root@euca-172-31-15-221 site-packages]$ pwd
>
2007 Dec 02
1
Broken pygrub in xen-3.0
I have recently discovered when trying to configure a new domU that
pygrub is completely broken. That is, the missing Build-Depend on
e2fslibs-dev in xen-3.0 causes the ext2/3 python module to not be build.
Consequently, using pygrub fails miserably since the filesystem cannot
be read at all by pygrub.
Additionally, it is apparently not possible for pygrub to find its
library directory without