[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

Re: [Tutor] Connecting with running module and capturing the data

2015-07-20 Thread Alan Gauld
On 20/07/15 08:26, Patrycja Niewosz wrote: 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: Can you

Re: [Tutor] Socket Module

2015-07-20 Thread Alan Gauld
On 20/07/15 00:55, Nym City via Tutor wrote: Thank you for your response. I gave it another try: As suggested, first I ran the concept just in the terminal, and it worked fine: names =['173.252.120.6', '98.139.183.24'] import socket for name in names: socket.gethostbyaddr(name)

Re: [Tutor] Design question: Web-based vs. desktop-based vs. desktop-based with data backed up to web server with a tablet thrown in for all cases?

2015-07-20 Thread Alan Gauld
On 20/07/15 04:59, boB Stepp wrote: implementing features of kivy on this list? I imagine that they would ...But I'm sure there is a kivy list somewhere I guess I will answer this question myself: I have just been skimming through the kivy docs tonight and they look to be quite good.

[Tutor] Identifying V3 examples

2015-07-20 Thread Jon Paris
I’m having problems identifying sites that feature V3 code. My learning is being hampered by having to worry about conversion for the vast majority of the examples I encounter. Any suggestions on how to deal with this? Jon Paris jon.f.pa...@gmail.com

Re: [Tutor] Identifying V3 examples

2015-07-20 Thread Alan Gauld
On 20/07/15 15:53, Jon Paris wrote: I’m having problems identifying sites that feature V3 code. The simplest clues are print foo - v2 print(foo) - v3 import Tkinter - v2 import tkinter - v3 However, mostly it doesn't make much difference. Are there particular sites or code issues you are

Re: [Tutor] Identifying V3 examples

2015-07-20 Thread Steven D'Aprano
On Mon, Jul 20, 2015 at 10:53:32AM -0400, Jon Paris wrote: I’m having problems identifying sites that feature V3 code. My learning is being hampered by having to worry about conversion for the vast majority of the examples I encounter. Any suggestions on how to deal with this? This can

[Tutor] tkinter window not showing max, min and close buttons

2015-07-20 Thread Chris Roy-Smith
I am working my way through Alan Gauld's tutorial and have just started the section on GUI. The windows that are created look odd with no title bar or maximise, minimise or close window button. system Python 2.7 (32 bit) Ubuntu Linux (unity) How might I get things to look like in the