Re: .doc to html and pdf conversion with python

2006-10-14 Thread Alexander Klingenstein
> Is there some reason you really want to convert to PDF first? You can > get much better HTML right from the Word doc. You'll lose a lot of info > going from PDF to HTML. Right now, two reasons: Printing to PDF allows me to create the PDF "for the web" which means it has a much smaller filesize n

Re: Starting out.

2006-10-14 Thread Bill Pursell
Grant Edwards wrote: > > Perl has syntax? ROTFLMAO. In fact, that even motivated: Psychotically Engineered Random Language. -- Bill Pursell -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with the 'math' module in 2.5?

2006-10-14 Thread Ben Finney
"Chris" <[EMAIL PROTECTED]> writes: > Oh, ok that explains it. Is that why my 16-bit calculator gives me > 0? Your calculator is probably doing rounding without you asking for it. Python refuses to guess what you want, and gives you the information available. -- \ "Earth gets its pr

Re: problem with the 'math' module in 2.5?

2006-10-14 Thread Gary Herron
Ben Finney wrote: > "Chris" <[EMAIL PROTECTED]> writes: > > >> Oh, ok that explains it. Is that why my 16-bit calculator gives me >> 0? >> > > Your calculator is probably doing rounding without you asking for it. > Yes. Almost all calculators have 1 or 2 guard digits. These are extra dig

Re: Insert characters into string based on re ?

2006-10-14 Thread Frederic Rentsch
Frederic Rentsch wrote: > Matt wrote: >> I am attempting to reformat a string, inserting newlines before certain >> phrases. For example, in formatting SQL, I want to start a new line at >> each JOIN condition. Noting that strings are immutable, I thought it >> best to spllit the string at the key

Web Hosting

2006-10-14 Thread Sir Psycho
Hi, With web hosting, does the ISP you chose have to support the framework you work with as well? Im looking at making a site in Python, however, Im lost as to what ISPs actually support. Some ISPs say they support Python so does that mean if I wanted to use TurboGears It would just work anyway?

<    1   2