myPDDL icon indicating copy to clipboard operation
myPDDL copied to clipboard

name 'myPDDL' is not defined

Open newarney opened this issue 4 years ago • 5 comments

Hello!

I am trying to use myPDDL in Sublime, but when trying to calculate the distance, I find the following error:

myPDDL-distance Traceback (most recent call last): File "", line 1, in NameError: name 'myPDDL' is not defined Exception in thread Thread-6: Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/home/newarney/.config/sublime-text-3/Packages/myPDDL/mypddl.py", line 40, in run subprocess.Popen([self.mypddl_cmd, "distance", self.file_name]) File "./python3.3/subprocess.py", line 819, in init File "./python3.3/subprocess.py", line 1386, in _execute_child TypeError: Can't convert 'NoneType' object to str implicitly


I am using Ubuntu 18.04.3 LTS OS (64 bit).

Thank you!

newarney avatar Aug 21 '19 19:08 newarney