Re: checking whether a string is text or binary

2014-10-28 Thread richarddooling
On Tuesday, October 28, 2014 5:30:31 PM UTC-5, Dan Stromberg wrote: > On Tue, Oct 28, 2014 at 3:21 PM, Rick Dooling wrote: > > I tried to convert the code using 2to3 and it broke. > > > > The error I get when using Python 3 is on this line: > > > > _null_trans = string.maketrans("", "") > > > > and

Re: Any other screenwriters?

2013-03-10 Thread richarddooling
Thanks all! I have the ruby script working pretty well and may indeed just tamper with that and perhaps learn a little ruby along the way. The goal is a command-line converter, hence Trelby would be nice as a converter of last resort, but I would never use it as an editor. The whole point is to

Re: Any other screenwriters?

2013-03-08 Thread richarddooling
On Friday, March 8, 2013 9:41:57 PM UTC-6, Rick Johnson wrote: > First impression of Fountain: TOTAL CRAP! Noted. But it seems to be the syntax the screenwriters and their programmers have settled on for now. It's all working pretty well. Just no Python or command-line implementations yet. I d

Re: Any other screenwriters?

2013-03-08 Thread richarddooling
Thank you, Chris. I was trying to avoid the xcode since I know didley about that too, but I'll download it and see if I can get it to run. THANKS AGAIN Rick On Friday, March 8, 2013 3:51:44 PM UTC-6, Chris Angelico wrote: > On Sat, Mar 9, 2013 at 8:07 AM, Rick Dooling wrote: > > > To that end