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

Exe build 2.2+ not working on XP #1

Closed
FrancoisSchnell opened this issue Jan 30, 2014 · 1 comment
Closed

Exe build 2.2+ not working on XP #1

FrancoisSchnell opened this issue Jan 30, 2014 · 1 comment
Labels

Comments

@FrancoisSchnell
Copy link
Member

When run on WinXP 32bits this build throw a WindowsError: [Error 6] when supborcess attempts to launch and pipe with ffmpeg.
It works from source code (from Eclipse) in XP but not when the build itself is launched (done with py2exe).
I tried many things like going with Shell=False to avoid platform specific shell issues and building on XP directly but to no avail.
From now on build 2.2 and above will probably be targeted only at win7+ as XP is now soon out of maintenance and previous build are still available.

Unhandled exception in thread started by <function ffmpegAudioRecord at 0x03555630>
Traceback (most recent call last):
File "mediacours.py", line 502, in ffmpegAudioRecord
File "subprocess.pyc", line 701, in init
File "subprocess.pyc", line 849, in _get_handles
File "subprocess.pyc", line 883, in _make_inheritable
WindowsError: [Error 6] Descripteur non valide

@FrancoisSchnell
Copy link
Member Author

won't support on XP anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant