📜  PermissionError: [Errno 13] 烧瓶上的权限被拒绝 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:52.383000             🧑  作者: Mango

代码示例1
if__name__=='__main__':
  app.debug=True
  app.run('0.0.0.0', port=5001) #port can be anything higher than 5000.
  
  #this solution is for an OSError and PermissionError
  #Make sure to run it on a virual environment for Flask, Python.