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

import sqlite3 with --onefile gives warning since python 2.7.9 #1305

Closed
KevinArturia opened this issue Jun 24, 2015 · 5 comments
Closed

import sqlite3 with --onefile gives warning since python 2.7.9 #1305

KevinArturia opened this issue Jun 24, 2015 · 5 comments
Labels
kind:support state:need info Need more information for solve or help. version:develop Related to the current development branch

Comments

@KevinArturia
Copy link

Running the generated .exe gives the following Warning message.

WARNING: file already exists but should not: 
C:\Users\kevin\AppData\Local\Temp_MEI40122\Include\pyconfig.h

Note that this does not happens with python 2.7.8.

This looks like the same as issue 783 but the proposed fix does not solve the issue.
I tried with the develop branch but this gives another error:

Error loading Python DLL:
C:\Users\kevin\AppData\Local\Temp_MEI38202\python27.dll

The python3 branch seems to work fine.

@htgoebel
Copy link
Member

The python3 branch seems to work fine.

You are using the python3-branch with Python 2.7.9?

@htgoebel htgoebel added the state:need info Need more information for solve or help. label Jun 24, 2015
@KevinArturia
Copy link
Author

No, I am using it with python3.
I tried with python2 but I got an error message saying that pyinstaller requires python 2.7+ (although I am using python 2.7.9)

@htgoebel
Copy link
Member

So the error occurring with Python 2.7.9 on the develop-branch is:

Error loading Python DLL:
C:\Users\kevin\AppData\Local\Temp_MEI38202\python27.dll

But there is no warning about file already exists.

Right?

When Using Python3 and the python3 branch, no error occurs. Right?

@htgoebel htgoebel added the version:develop Related to the current development branch label Jun 24, 2015
@KevinArturia
Copy link
Author

The answer to both questions is yes.

@matysek
Copy link
Member

matysek commented Sep 22, 2015

Closing. User reported that python3 branch works.

@matysek matysek closed this as completed Sep 22, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind:support state:need info Need more information for solve or help. version:develop Related to the current development branch
Projects
None yet
Development

No branches or pull requests

3 participants