Cant run ANTLR in Python3 expected str, bytes or os.PathLike object, not NoneType

前端 未结 0 671
南方客
南方客 2020-12-03 05:49

I have a problem when run ANTLR with python3 This is my code

import sys,os
sys.path.append(\'./test/\')
import subprocess
import unittest
from antlr4 import *         


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