On 7 April 2010 21:23, Alan Gauld wrote:
>
> "Dotan Cohen" wrote
>
>> I have an interactive bash script that asks for a password, then
>> connects a remote machine via fuse with the supplied password.
>
>> there a way to wrap a bash script with Python for a GUI, ask for a
>> line of user input, t
"Dotan Cohen" wrote
I have an interactive bash script that asks for a password, then
connects a remote machine via fuse with the supplied password.
there a way to wrap a bash script with Python for a GUI, ask for a
line of user input, then pass that to the bash script?
Rather than wrap t
Hello all, new poster.
I have an interactive bash script that asks for a password, then
connects a remote machine via fuse with the supplied password. That's
fine for me, however, the wife needs an icon to click on, input a
password, and be on he way. I'd like to do that in Python with Qt. Is
ther