Hi Thanks for response.
I'm running Fabric 0.9.3, and application are all written in PySide[0] Qt implementation for Python, helloworld application example is here[1]. During the start/run method on device I'm actually trying to display it on the tested device. When application is up and running, some checking and then ctrl+c on my developer machine to kill application on remote device, but that part doesn't work. [0] http://www.pyside.org/ [1] http://paste.org/pastebin/view/25294 regards, seba On Wed, Nov 24, 2010 at 4:27 PM, Jeff Forcier <[email protected]> wrote: > Hi Sebastian, > > What version of Fabric are you using? Ctrl-C is checked for and ought > to terminate the program, but we do occasionally see edge cases where > it doesn't work correctly. Depends a lot on exactly what you're > running. > > Best, > Jeff > > On Wed, Nov 24, 2010 at 4:18 AM, Sebastian Pawlus > <[email protected]> wrote: > > Hi, > > really odd example of use fabric :) I'm using fabric to test mobile > > application on maemo/meego systems. Typical scenarion is: > > 1. save file local > > 2. send file to phone > > 3. run it, remotely on device > > 4. and kill when i wan to close and get back to terminal. I'm using > ctrl-c > > on fabric run on the, but that is not working. every time i have to kill > > aplikaction manually on my phone, which is pretty annoying. > > Any ideas or other solutions? > > regards > > _______________________________________________ > > Fab-user mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/fab-user > > > > > > > > -- > Jeff Forcier > Unix sysadmin; Python/Ruby engineer > http://bitprophet.org >
_______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
