Closed
Description
I put the pandas upgrade from 0.13 to 0.15,when I use cx_freeze to generate the executable file,I get the error “AttributeError: 'module' object has no attribute 'pyx_capi‘ ”,but no such error in version 0.13,why?The following are the contents of the file:
import os,pandas as pd
print('hello world!!!')
os.system('pause')