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

前端 未结 6 518
难免孤独
难免孤独 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:37

    I had this problem with Django and it was because I had forgotten to start the virtual environment on the backend.

提交回复
热议问题