sys.path.append | AttributeError:' str'对象没有属性'追加'

时间:2018-05-02 00:24:26

标签: python python-2.7 sys

我试图调用一个生活在python的env路径之外的脚本。我以为我可以使用包含脚本的文件夹路径作为参数使用SELECT t.AGREEMENTID, JSON_Value(Year_Json, '$.AFP[0].LoanAccounts.Product') Product, JSON_Value(Year_Json, '$.AFP[0].LoanAccounts.BUCKET') Bucket, JSON_Value(Year_Json, '$.AFP[0].PaymentInfo.PaymentStatus') PaymentStatus FROM tblHistoricalDataDemo t ,然后只需调用脚本的名称:

sys.path.append()

但是,我无法让import sys sys.path.append(r"N:\Common\Script\Drivers") myscript.py 工作:

sys.path.append

我已经浏览了python.org笔记,无法找到我做错的事情。

0 个答案:

没有答案