Dict object result in - file not found
Is it a bug or am i crazy?
Max 6.0.4 on Lion 10.7.3:
whenever i create a dict object and assign it to a .txt file i can't access it from Max.
Max window response is "file not found". What to do?
Just to be sure: file is inside your search path?
same here. max window says "file not found" although i am using - import $1 - dict.
i am on windows 7. any solution?
This ain't working for me either, how did this get solved (did it?)
Never mind, I figured it out: it needs to be .json, no matter what any Youtube based tutorial might imply.
same here....
I save it at the same folder....moved to cycling74 folder.... and still complains the dict object that the file .txt is not found ^^'
it has to be json????
I use windows 7.
thanks for your help.
Cheerz!!
I do ensure that all is at the same folder....
I use method
bang
|
opendialog
|
import $1
|
dict name.txt
MAX window says => dict: file not found: E:/.../MAX projects/DICT/name.txt
(I've even tryed to use name.json , but it says another message : dict: cannot read dictionary: -1
)
a bit frustrating....
thanks for your help and time.
Cheerz
seems MAX with windows ( my case )
only accepts .json and .yml , although.... if you've been trying to enter at that dictonary .txt as dictonary... doesn't accept .json and .yml anymore and gives this error :
dict: cannot read dictionary: -1 error....
so I've erased, and started all over,
bang
|
opendialog
|
import $1
|
dict namedictonary / namedictonary.json / namedictonary.yml
Once I open .json file saved, all works fine = ) = )
cheerz!!thanks anyways! hope it helps!!