Re: How to add ftp put function in PyQT network ftp demo

2014-07-02 Thread
在 2014年7月1日星期二UTC+7下午5时27分59秒,不坏阿峰写道: > I want to modify the pyqt network ftp demo to include an upload function, but > I am failing. Could someone can show me how to do this? I have tried to add > this code, but it does not work. > > [Orignal > demo]https://github.com

How to add ftp put function in PyQT network ftp demo

2014-07-01 Thread
I want to modify the pyqt network ftp demo to include an upload function, but I am failing. Could someone can show me how to do this? I have tried to add this code, but it does not work. [Orignal demo]https://github.com/Werkov/PyQt4/blob/master/examples/network/ftp/ftp.py at First, i add these

Re: Qt and progressBar - how to update

2014-06-25 Thread
在 2010年5月17日星期一UTC+7上午2时38分04秒,OMS写道: > On 16 Maj, 20:52, Robert Kern wrote: > > On 2010-05-16 13:28 , OMS wrote: > > > > > > > > > I am quite new to Python and Qt and need very urgently advice on how > > > to update Qt progressBar while executing a process. I have went thrugh > > > number of 'goo

subprocess can not kill when app exit()

2014-06-25 Thread
Dear all code in below, when close the app window. the two ping process can not kill auto and keep in the windows 7 task list. During running, ping process under Python.exe as two thread. When app exit, this two process move the system process and keep running there. could someone help to c

Re: DHCP query script not work.

2014-06-25 Thread
anyone can help ? 在 2014年6月19日星期四UTC+7下午8时56分06秒,不坏阿峰写道: > On Thursday, June 19, 2014 8:49:21 PM UTC+7, Anssi Saari wrote: > > > 不坏阿峰 writes: > > > > > > > > > > > > > Dear all > > > > > > > >

Re: DHCP query script not work.

2014-06-19 Thread
On Thursday, June 19, 2014 8:49:21 PM UTC+7, Anssi Saari wrote: > 不坏阿峰 writes: > > > > > Dear all > > > > > > i got code recipes from here. and i want to run it on win 7. > > > http://code.activestate.com/recipes/577649-dhcp-query/ > &g

Re: DHCP query script not work.

2014-06-19 Thread
在 2014年6月19日星期四UTC+7下午8时23分17秒,Peter Otten写道: > 不坏阿峰 wrote: > > > > > i got code recipes from here. and i want to run it on win 7. > > > http://code.activestate.com/recipes/577649-dhcp-query/ > > > > > > i have do some modify and use print to

DHCP query script not work.

2014-06-19 Thread
Dear all i got code recipes from here. and i want to run it on win 7. http://code.activestate.com/recipes/577649-dhcp-query/ i have do some modify and use print to check how it is work, but i am stucked now. hope someone can help me. thanks a lot. i meet this error: Traceback (most recent c