* Re: [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules
[not found] <20180327064055.9559-1-yin-jianhong@163.com>
@ 2018-03-27 16:27 ` J. Bruce Fields
2018-03-27 16:31 ` Jianhong Yin
0 siblings, 1 reply; 2+ messages in thread
From: J. Bruce Fields @ 2018-03-27 16:27 UTC (permalink / raw)
To: Jianhong.Yin; +Cc: linux-nfs, jiyin
Hm, I'm getting
Moving to nfs4.0
Traceback (most recent call last):
File "./setup.py", line 16, in <module>
import use_local
ImportError: No module named use_local
I guess that's due to this:
On Tue, Mar 27, 2018 at 02:40:55PM +0800, Jianhong.Yin wrote:
> diff --git a/nfs4.0/setup.py b/nfs4.0/setup.py
> index f17a1c9..d5d3ad8 100755
> --- a/nfs4.0/setup.py
> +++ b/nfs4.0/setup.py
> @@ -10,18 +10,20 @@ from distutils.core import setup, Extension
> from distutils.dep_util import newer_group
> import os
> import glob
> +try:
> + import xdrgen
> +except ImportError:
> + import use_local
> + import xdrgen
--b.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules
2018-03-27 16:27 ` [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules J. Bruce Fields
@ 2018-03-27 16:31 ` Jianhong Yin
0 siblings, 0 replies; 2+ messages in thread
From: Jianhong Yin @ 2018-03-27 16:31 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: Jianhong.Yin, linux-nfs
----- 原始邮件 -----
> 发件人: "J. Bruce Fields" <bfields@redhat.com>
> 收件人: "Jianhong.Yin" <yin-jianhong@163.com>
> 抄送: linux-nfs@vger.kernel.org, jiyin@redhat.com
> 发送时间: 星期三, 2018年 3 月 28日 上午 12:27:11
> 主题: Re: [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules
>
> Hm, I'm getting
>
> Moving to nfs4.0
> Traceback (most recent call last):
> File "./setup.py", line 16, in <module>
> import use_local
> ImportError: No module named use_local
>
> I guess that's due to this:
yes, need install xdr first.
they are copied from nfs4.1/setup.py, I will investigate what's use_local
>
> On Tue, Mar 27, 2018 at 02:40:55PM +0800, Jianhong.Yin wrote:
> > diff --git a/nfs4.0/setup.py b/nfs4.0/setup.py
> > index f17a1c9..d5d3ad8 100755
> > --- a/nfs4.0/setup.py
> > +++ b/nfs4.0/setup.py
> > @@ -10,18 +10,20 @@ from distutils.core import setup, Extension
> > from distutils.dep_util import newer_group
> > import os
> > import glob
> > +try:
> > + import xdrgen
> > +except ImportError:
> > + import use_local
> > + import xdrgen
>
> --b.
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-27 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180327064055.9559-1-yin-jianhong@163.com>
2018-03-27 16:27 ` [PATCH] [pynfs] remove redundant ply, gssapi and rpcgen.py modules J. Bruce Fields
2018-03-27 16:31 ` Jianhong Yin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).