Re: [Tutor] Fwd: RE: Thread output to GUI Text Field

2016-01-13 Thread Patrycja Niewosz
Hi Alan, The code is working now. Thanks, Patrycja -Original Message- From: Tutor [mailto:tutor-bounces+pniewosz=slb@python.org] On Behalf Of Alan Gauld Sent: Tuesday, January 12, 2016 11:32 AM To: tutor@python.org Subject: Re: [Tutor] Fwd: RE: Thread output to GUI Text Field On 12/

[Tutor] Thread output to GUI Text Field

2016-01-11 Thread Patrycja Niewosz
Hi All, I use commands, server_address = ('134.32.45.9', 1) print ('starting up on port '% server_address) sock.bind(server_address) the message pop ups in the window command when I run full code, however I would like to print this message in the main GUI, where I ha

[Tutor] Connecting with running module and capturing the data

2015-07-20 Thread Patrycja Niewosz
Hi All, I am a beginner in python and have just started using it a couple weeks ago. I am using python 3.4.3 on windows 7 machine together with IDLE 3.4.3 for compiling a code. The following steps are: I have a program, called PyAquire, such as: import PyAquireUi import sys from PySide import Q