How to import modules from a file as root

前端 未结 0 1771
一向
一向 2020-12-08 01:05

I am trying to import a module from an external file as follows:

>>> from sys import path
>>> path.append("/tmp/security/")
>&g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题