-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: expected str #4
Comments
First, I'm assuming you renamed ttable.py to toolscripts.py and this is the code from my repo... |
Hello, thx for answer. I find solution. Your script requeries minimum version of python 3.8. I had 3.6.x on linux. Now everything works as expected. Thanks a lot for the script. |
Thanks for the information. I'll consider adding a note, but I'd like to understand the error so I'm not missing something. I can run it with an older version of Python to see. |
I used only the newest version of your script. Error on PY 3.6.x you can see at the beginning here. With PY 3.8.2 proglem is gone. Friend tried on win with Py 3.9.x and no problem too. |
Hello,thank for your script!
But i have problem running it.
lisak@lisak1:/media/lisak/Data$ ./toolscrips.py toolsf360.tools
Traceback (most recent call last):
File "./toolscrips.py", line 260, in
main()
File "./toolscrips.py", line 237, in main
output_file = open(output_filename, 'w')
TypeError: expected str, bytes or os.PathLike object, not list
is this my fault somehow or is s glitch in script? Thank you for answer.
The text was updated successfully, but these errors were encountered: