Re: Desperately need help for html to LaTeX conversion

2007-10-17 Thread Legend
On Oct 15, 1:24 pm, "ynotssor" <[EMAIL PROTECTED]> wrote:
> Innews:[EMAIL PROTECTED],
>
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > The perl one does not run due to path problems.
>
> Nothing could be easier to fix than that.

I don't know if this could solve your problem atleast to a little
extent but try this once:

http://www.htmldoc.org/

-- 
http://mail.python.org/mailman/listinfo/python-list


Python Error :(

2007-03-27 Thread Legend
I wasn't able to run a Python script. But then later I was able to run
it through the Shell. I was experimenting with cron jobs and set up
the python execution in as a cron. The first time it ran, It was fine
but then after that, it started giving me some errors. Now when I try
to run the script directly, I get the following error:



Traceback (most recent call last):
  File "", line 1, in ?
  File "userbot.py", line 637, in ?
con = connect()
  File "userbot.py", line 607, in connect
con.requestRoster()
  File "user.py", line 531, in requestRoster
self.SendAndWaitForResponse(rost_iq)
  File "user.py", line 326, in SendAndWaitForResponse
return self.waitForResponse(ID)
  File "user.py", line 300, in waitForResponse
self.process(1)
  File "xmlstream.py", line 459, in process
if not len(self.read()): # length of 0 means disconnect
  File "xmlstream.py", line 398, in read
data_in=data_in+self._sslObj.read(BLOCK_SIZE).decode('utf-8')
socket.sslerror: (6, 'TLS/SSL connection has been closed')


Any help please?

-- 
http://mail.python.org/mailman/listinfo/python-list