https://bugs.freedesktop.org/show_bug.cgi?id=77891

Christian Lohmaier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                URL|                            |http://connect.microsoft.co
                   |                            |m/VisualStudio/feedback/det
                   |                            |ails/785119/

--- Comment #17 from Christian Lohmaier <[email protected]> ---
Visual Studio changed the returnvalue of a function to get a filedescriptor.

This makes initializing python fail beacuse it tries to setup
stdin/stdout/stderr even if those are nonexistant for GUI apps.

To make matters worse, this works when you launch it from a shell like cygwin,
since then there are those outputs.
(Thus developers starting LO from the shell won't see that anything is wrong,
until they try to launch it from windows explorer (which usually they don't, at
least I didn't... and of course tests are also run from a shell so those don't
catch this specific problem either)

Anyway, known python/VS bug, fix will be submitted shortly
http://bugs.python.org/issue17797
http://connect.microsoft.com/VisualStudio/feedback/details/785119/

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to