Python WindowsError: [Error 123] The filename, directory name, or volume label syntax is incorrect:

前端 未结 6 527
难免孤独
难免孤独 2020-12-30 22:07

I am new to programming, this is actually my first work assignment with coding. my code below is throwing an error:

WindowsError: [Error 123] The filename,          


        
6条回答
  •  悲哀的现实
    2020-12-30 22:36

    I was facing same error with Django Rest Framework, It was nothing to do with UI, still was getting this error. I applied below solution, worked for me.

    • Restarted Machine.
    • Restarted Virtual Environment.

提交回复
热议问题