On 02/09/16 15:07, Girish Grover wrote:
> I am trying to use a python package from github and struggling to make it
> work. Looking for experts to help me out.
Technically its off topic for this list which is for core language
and standard library issues. But if you were to tell us what package a
Monika
If you have the technical skills they want then give them the experience
they want
Technically it's just selling why so conscientious?
Cheers
On Thursday, September 1, 2016, monik...@netzero.net
wrote:
> Hi:
> I have been taking python classes for overa year now and studying and
> stud
Hi,
I am trying to use a python package from github and struggling to make it
work. Looking for experts to help me out.
The issue is described via the following link.
http://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/Not-able-to-run-Python-Streaming-Tutorial/td-p/44648
Thanks
Giri
Yohei Uemura wrote:
> Hi all,
>
> I'm Yohei.
> I have a problem with making a script which use both multiprocessing and
> C++ library.
> My C++ library is made by using boost python.
> The library worked well if it was imported normally.
> That is,
> "import simple as F
> A = range(0,100)
> for x
Hi all,
I'm Yohei.
I have a problem with making a script which use both multiprocessing and
C++ library.
My C++ library is made by using boost python.
The library worked well if it was imported normally.
That is,
"import simple as F
A = range(0,100)
for x in A:
print F.addition(x)
"
However, it