Re: [Tutor] Help with printing to text file

2016-02-01 Thread Steven D'Aprano
On Mon, Feb 01, 2016 at 08:41:31PM +, Alan Gauld wrote: > On 01/02/16 14:07, Chelsea G wrote: > > Hi, > > > > So I am trying to get my function search to print in a text file, but I > > can only get it to print to Powershell. I have tried several things to get > > it to print in its own text

Re: [Tutor] Help with printing to text file

2016-02-01 Thread Cameron Simpson
On 01Feb2016 20:41, ALAN GAULD wrote: On 01/02/16 14:07, Chelsea G wrote: So I am trying to get my function search to print in a text file, but I can only get it to print to Powershell. I have tried several things to get it to print in its own text file but nothing I have tried is working. Can

Re: [Tutor] Help with printing to text file

2016-02-01 Thread Joel Goldstick
On Mon, Feb 1, 2016 at 9:07 AM, Chelsea G wrote: > Hi, > > So I am trying to get my function search to print in a text file, but I > can only get it to print to Powershell. I have tried several things to get > it to print in its own text file but nothing I have tried is working. Can > someone te

[Tutor] Help with printing to text file

2016-02-01 Thread Chelsea G
Hi, So I am trying to get my function search to print in a text file, but I can only get it to print to Powershell. I have tried several things to get it to print in its own text file but nothing I have tried is working. Can someone tell me what I am doing wrong? import csvimport sysimport jsonf

Re: [Tutor] Help with printing to text file

2016-02-01 Thread Alan Gauld
On 01/02/16 14:07, Chelsea G wrote: > So I am trying to get my function search to print in a text file, but I > can only get it to print to Powershell. I have tried several things to get > it to print in its own text file but nothing I have tried is working. Can > someone tell me what I am doing

Re: [Tutor] Help with printing to text file

2016-02-01 Thread Alan Gauld
On 01/02/16 14:07, Chelsea G wrote: > Hi, > > So I am trying to get my function search to print in a text file, but I > can only get it to print to Powershell. I have tried several things to get > it to print in its own text file but nothing I have tried is working. Can > someone tell me what I a