Re: [Tutor] Move files to a new directory with matching folder names

2014-05-22 Thread Dave Angel
questions anon Wrote in message: > Please use text mail to post, as html has a number of problems. In your current message, indentation is lost. Also don't top-post in this forum. Any selective quoting of previous context should precede your comments. Your logic presently tries to copy a d

[Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread Markos
Hi, I'm learning Python and I'm using Debian 6.0 (squeeze) The installed version is 2.6.6. (python -V) I have seen some recommendations for beginners to invest in version 3. I found package of Python 3.1 in repository for squeeze. I am considering installing Python 3.1 with apt-get install p

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread Alex Kleider
On 2014-05-22 06:17, Markos wrote: Hi, I'm learning Python and I'm using Debian 6.0 (squeeze) The installed version is 2.6.6. (python -V) I have seen some recommendations for beginners to invest in version 3. I found package of Python 3.1 in repository for squeeze. I am considering installin

[Tutor] Fwd: Option on How to create web Interface

2014-05-22 Thread Danny Yoo
(Forwarding to Python-tutor; currently I'm a bit busy at this moment.) -- Forwarded message -- From: fabu desay Date: Thu, May 22, 2014 at 1:26 AM Subject: Re: [Tutor] Option on How to create web Interface To: Danny Yoo Thanks A bunch But is there like a sandbox for me to try

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread C Smith
Sorry, typing is hard. *You will need to use virtualenv On Thu, May 22, 2014 at 2:40 PM, C Smith wrote: > You can't use apt-get or similar to install 3.1. > You will need to virtualenv. > > On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote: >> On 2014-05-22 06:17, Markos wrote: >>> >>> Hi, >>

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread C Smith
You can't use apt-get or similar to install 3.1. You will need to virtualenv. On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote: > On 2014-05-22 06:17, Markos wrote: >> >> Hi, >> >> I'm learning Python and I'm using Debian 6.0 (squeeze) >> >> The installed version is 2.6.6. (python -V) >> >> I

Re: [Tutor] Option on How to create web Interface

2014-05-22 Thread Chris “Kwpolska” Warrick
On Thu, May 22, 2014 at 12:54 AM, Alan Gauld wrote: > But basically this just creates a text file in a folder somewhere. > Its only when that is accessed via a web server that it gets > sent to a browser, and only as a static file. > > If you wanted to do it dynamically you'd have a file called >

Re: [Tutor] Doubts about installing python3.1 in squeeze

2014-05-22 Thread Chris “Kwpolska” Warrick
On Thu, May 22, 2014 at 8:41 PM, C Smith wrote: > Sorry, typing is hard. > *You will need to use virtualenv > > On Thu, May 22, 2014 at 2:40 PM, C Smith wrote: >> You can't use apt-get or similar to install 3.1. >> You will need to virtualenv. …or maybe not. The correct way is compiling it on y

Re: [Tutor] Option on How to create web Interface

2014-05-22 Thread Alan Gauld
On 22/05/14 19:47, Chris “Kwpolska” Warrick wrote: On Thu, May 22, 2014 at 12:54 AM, Alan Gauld wrote: But basically this just creates a text file in a folder somewhere. Its only when that is accessed via a web server that it gets sent to a browser, and only as a static file. If you wanted to