Hi guys, I'm using the current alpha of pyinstaller with python 2.7.1 on Ubuntu 8.04 and so far everything worked fine.
But now I've run into a problem: My python script calls ssh via the subprocess module. Ssh then asks the user for his password. This works fine before I wrap my script with pyinstaller. But the created executable doesn't ask for the password so the ssh connection is declined. Of course it's easy to work around that with key authorization or calling ssh with pexpect. But there might be other scripts/programs I want to call that aren't so easily satisfied. So I want to know why it behaves like this and if there is something I can do about it? Thank you. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
