ModuleNotFoundError when converting from .py to .exe

后端 未结 0 1719
悲哀的现实
悲哀的现实 2021-02-10 10:16

I created a program in Pycharm which uses the following library:

import sys
sys.coinit_flags = 2
import tkinter as tk
from tkinter import filedialog, ttk, message         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题