To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95037
                 Issue #|95037
                 Summary|python wrapper exe does not wait for child to complete
               Component|udk
                 Version|OOo 3.0
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jbu
             Reported by|jbu





------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 20:48:14 +0000 
2008 -------
Start python.exe from path/to/ooo/OpenOffice.org 3/program/python.exe

(windows only) Interactive mode in python does not work correctly 

When you start the python executable without parameters, the interactive session
runs somewhat fuzzy (at least on my machine). When you get the prompt >>>> ,
everything you type will be interpreted as a shell command. When you then just
press return, you are prompted with your current working directory, here you can
place a python command, so in short, you have to press return 2 times after
every python command

Reason is, that the parent process does not wait for the child to complete, so 2
processes read from stdinput

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to