Re: [Tutor] Question

2010-06-19 Thread Steve Bricker
use that to move on to others. Steve Bricker On Fri 10/06/18 22:55 , Independent Learner nbr1ninrs...@yahoo.com sent: ~After doing a google search, I could not find any good solid anwsers. So I will apologize ahead of time since this is not really a Python specific question. However... ~I was

[Tutor] FTP from mainframe

2010-07-29 Thread Steve Bricker
python26libftplib.py", line 428, in retrlines callback(line) TypeError: 'file' object is not callable Not sure what I'm missing. Steve Bricker ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python at my work

2009-12-03 Thread Steve Bricker
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }We have Python applications for work with testing reports printed to PDF files. Don't know if you have that needed. Steve Bricker Now blogging at srbricker.blogspot.com On Thu 09/12/03 11:46 , skrab...@comcast.net sent

[Tutor] Converting EBCDIC characters to ASCII

2008-11-13 Thread Steve Bricker
data fields (for example, X'014C' is equal to integer 14). I am assuming I need to go through this byte-by-byte to convert. Is that the best approach, or is there a better way? Steve Bricker ___ Tutor maillist - Tutor@pytho

Re: [Tutor] Converting EBCDIC characters to ASCII

2008-11-13 Thread Steve Bricker
r field of '0000014'. Steve Bricker On Thu 13/11/08 10:14 , Steve Bricker [EMAIL PROTECTED] sent: I am trying to build an application for work that FTPs a file from an IBM mainframe to my Windows desktop then process it. The EBCDIC-to-ASCII conversion works nicely (using a BAT file I

Re: [Tutor] Converting EBCDIC characters to ASCII

2008-11-13 Thread Steve Bricker
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }I stand corrected. There was enough information. Thank you. BAT file has nothing to do with Python. I used it because I knew how. Once I figure it out in Python, I'll use that instead. Steve Bricker On Thu 13/11/08