Issue opening silo file #12392
-
|
A user reached out through Jabber is was having issues opening a silo file from within a python script. The generated error is that the input file "does not exist". Looking more closely at the path of her input file, it contains some odd characters. It mostly looks like "var_a=val_a/var_b=val_b/var_c=val_c.silo". This is on a linux system, and her directory names and files have backslashes and equal signs in them. I originally thought this might be an issue, but VisIt seems to handle these types of file names correctly on my mac. I've asked her to see if she can open the file from within it's directory using VisIt. We're trying to combine |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I wonder if she was using python 3 or 2? Silo's python interface won't work with python 3. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, so I just tested something similar on my Mac... |
Beta Was this translation helpful? Give feedback.
-
|
Renaming her files solved this issue. I still think it's odd that it worked for us but not her, which might be due to the fact that she was using an older version of VisIt. I've suggested she try 3.1. For now, though, her problem is resolved. |
Beta Was this translation helpful? Give feedback.
Renaming her files solved this issue. I still think it's odd that it worked for us but not her, which might be due to the fact that she was using an older version of VisIt. I've suggested she try 3.1. For now, though, her problem is resolved.