Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas(0.15.1) cannot generate an executable file(.exe) by cx_Freeze,why? #8831

Closed
vortexroc opened this issue Nov 16, 2014 · 1 comment
Closed
Labels
Build Library building on various platforms Duplicate Report Duplicate issue or pull request

Comments

@vortexroc
Copy link

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')

@jreback
Copy link
Contributor

jreback commented Nov 16, 2014

this is a dupe of #8602

try out the proposed PR in #8830. If that fixes then we can include.

@jreback jreback closed this as completed Nov 16, 2014
@jreback jreback added Duplicate Report Duplicate issue or pull request Build Library building on various platforms labels Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants