Displaying 18 results from an estimated 18 matches similar to: "[RFC] running octave, python from within R"
Processed: user debian-qa@lists.debian.org, usertagging 669005, affects 669005, reopening 668748 ...
2012 Apr 24
0
Processed: user debian-qa@lists.debian.org, usertagging 669005, affects 669005, reopening 668748 ...
Processing commands for control at bugs.debian.org:
> user debian-qa at lists.debian.org
Setting user to debian-qa at lists.debian.org (was debian at abeckmann.de).
> usertags 669005 piuparts
Bug#669005: uninstallable on sid (might just need require a rebuild)
There were no usertags set.
Usertags are now: piuparts.
> affects 669005 + shogun-python-static shogun-python-modular
2006 Sep 13
1
[Fwd: Re: [Swig-user] wrapping enums for python]
Take a look at this message thread. I think it would be
interesting/nice if our constants and enums also returned a nice name
when inspected.
Thoughts?
Roy
-------- Original Message --------
Subject: Re: [Swig-user] wrapping enums for python
Date: Wed, 13 Sep 2006 17:14:50 +0200
From: Nitro <nitro@dr-code.org>
To: K M <intra611@gmail.com>, swig-user@lists.sourceforge.net
2018 Feb 27
0
[PATCH v2 3/3] v2v: Add -o rhv-upload output mode.
PROBLEMS:
- Spools to a temporary disk
- Target cluster
- Delete disks on failure, or rename disks on success?
- Handling of sparseness in raw format disks
- Manual page
This adds a new output mode to virt-v2v. virt-v2v -o rhv-upload
streams images directly to an oVirt or RHV >= 4 Data Domain using the
oVirt SDK v4. It is more efficient than -o rhv because it does not
need to go via the
2018 Feb 22
0
[PATCH 5/5] v2v: Add -o rhv-upload output mode.
PROBLEMS:
- Spools to a temporary disk
- Need to specify direct/indirect upload via flag
- Location of ca.pem
- Target cluster
- Delete disks on failure, or rename disks on success?
- Handling of sparseness in raw format disks
This adds a new output mode to virt-v2v. virt-v2v -o rhv-upload
streams images directly to an oVirt or RHV >= 4 Data Domain using the
oVirt SDK v4. It is more
2018 Feb 22
2
Re: [PATCH 5/5] v2v: Add -o rhv-upload output mode.
The previous patches seem OK. On a quick glance this one also seems a
good start.
On Thu, 22 Feb 2018 13:57:25 +0000
"Richard W.M. Jones" <rjones@redhat.com> wrote:
> PROBLEMS:
> - Spools to a temporary disk
> - Need to specify direct/indirect upload via flag
> - Location of ca.pem
We surely need a new argument for that.
When running on VDSM host the certificate
2013 Apr 09
2
[PATCH 1/2] add run_shell helper
The new run_shell helper is a copy of run_python,
and will be used by upcoming changes.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
src/supermin_utils.ml | 9 +++++++++
src/supermin_utils.mli | 5 +++++
2 files changed, 14 insertions(+)
diff --git a/src/supermin_utils.ml b/src/supermin_utils.ml
index f98e09a..cb8a27e 100644
--- a/src/supermin_utils.ml
+++ b/src/supermin_utils.ml
2018 Feb 28
1
Re: [PATCH v2 2/3] v2v: utils: Add utility functions for running external Python code.
On Tue, 27 Feb 2018 21:33:23 +0000
"Richard W.M. Jones" <rjones@redhat.com> wrote:
> ---
> v2v/utils.ml | 23 +++++++++++++++++++++++
> v2v/utils.mli | 11 +++++++++++
> 2 files changed, 34 insertions(+)
>
> diff --git a/v2v/utils.ml b/v2v/utils.ml
> index 1ceba94cd..bf4106620 100644
> --- a/v2v/utils.ml
> +++ b/v2v/utils.ml
> @@ -196,3 +196,26 @@
2018 Feb 27
0
[PATCH v2 2/3] v2v: utils: Add utility functions for running external Python code.
---
v2v/utils.ml | 23 +++++++++++++++++++++++
v2v/utils.mli | 11 +++++++++++
2 files changed, 34 insertions(+)
diff --git a/v2v/utils.ml b/v2v/utils.ml
index 1ceba94cd..bf4106620 100644
--- a/v2v/utils.ml
+++ b/v2v/utils.ml
@@ -196,3 +196,26 @@ let find_file_in_tar tar filename =
)
in
loop lines
+
+let run_python ?(python = "python") code =
+ (* In debug mode output the
2011 Sep 24
1
Can't reliably use RefClass methods in Snowfall
Greetings,
I am trying to use Reference Class methods in Snowfall, using R 2.12.1
on Ubuntu Natty. Using then directly seems to work (stanza 2 below),
but using them indirectly does not (stanza 3 below). I get an "attempt
to apply non-function" error.
In addition to exporting the instance of the object I created to the
Snowfall slaves, I also made several attempts to export the
2012 May 28
1
[LLVMdev] Help with Values sign
Why are you changing the data layout to be little-endian?
Joey
On 28 May 2012 10:13, Santos Merino <santitox at hotmail.es> wrote:
> In my main function after generate the code and before start the execution
> via
> JIT I do this:
>
> ExecutionEngine *EE = EngineBuilder(M).create();
> string str =
> EE->getTargetData()->getStringRepresentation();
2016 Feb 18
4
[PATCH 0/3] supermin: miscellaneous cleanups
Hi,
few cleanups in the supermin codebase; no actual functional change.
Thanks,
--
Pino Toscano (3):
ext2: simplify tracking of visited modules
utils: remove unused run_python function
Add and use an helper error function
src/build.ml | 20 +++++-----------
src/dpkg.ml | 4 +---
src/ext2_initrd.ml | 10 ++++----
src/kernel.ml | 27
2011 Dec 16
2
R package BibTex entries: looking for a more general solution
Back in 2010 I raised this issue, and there was some discussion,
https://stat.ethz.ch/pipermail/r-devel/2010-November/058987.html
The goal, then, as now is to have a way to produce a bibtex-clean .bib
file (i.e., not requiring
manual editing except in unusual circumstances) reflecting installed
packages
for use in writing where one often needs/wants to cite all packages used
in a given
2018 Feb 27
5
[PATCH v2 0/3] v2v: Add -o rhv-upload output mode.
This patch set is still for discussion only. See 3/3 for the current
list of problems.
However this will upload an image to an oVirt or RHV server, although
you must have absolutely the latest snapshot version of 4.2 for it to
work.
Rich.
2018 Feb 22
11
[PATCH 0/5] v2v: Add -o rhv-upload output mode.
The first four patches are straightforward.
The final patch adds the -o rhv-upload output mode. It is
still spooling into a temporary file because I've had some
trouble getting streaming conversions working. There are
other problems as outlined in the commit message, so this
patch is not ready for upstream but is good for discussion.
Also I hit this, which I'm assuming for now will be
2011 Dec 11
3
how to assign a value?
Hi there,
I hope to modify values in a vector or matrix in the following code:
for (i in 1:9) {
assign(paste("a.", i, sep = ""), 1:i)
get(paste("a.", i, sep = ""))[i] <- i+50
}
I get the following error message:
Error in get(paste("a.", i, sep = ""))[i] <- i + 50 :
target of assignment expands to non-language object
2018 Mar 01
7
[PATCH v3 0/6] v2v: Add -o rhv-upload output mode.
v2 -> v3:
- Lots of code cleanups.
- Documentation.
However this is still spooling the file into a temporary before the
upload. It turns out that fixing this is going to require a small
change to qemu.
Rich.
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
After configuring my home network, aMSN segfaults.
I posted this issue originally in the aMSN forums under this thread:
http://www.amsn-project.net/forums/viewtopic.php?t=7593
I was told that my issue is related to SAMBA, referring this thread:
http://www.amsn-project.net/forums/viewtopic.php?t=6343
After uninstalling SAMBA, aMSN stops segfaulting and works as expected.
After installing it
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
---
.gitignore | 6 +-
.gitmodules | 3 -
HACKING | 41 +++
Makefile.am | 6 +-
README | 7 +-
TODO | 61 +---
autobuild.sh | 65 ----
autogen.sh | 12 -
configure.ac | 27