Re: [Tutor] How to create a html hyperlink for a document

2018-11-13 Thread Steven D'Aprano
On Mon, Nov 12, 2018 at 04:44:17PM +0530, Asad wrote: > Hi All , > > I am creating a python script to analyze the log and provide a > solution , in the solution part I want to include a document and create a > hyperlink to the document so that its clickable . > I have python 2.6.6 cannot

Re: [Tutor] How to create a html hyperlink for a document

2018-11-13 Thread Steven D'Aprano
On Mon, Nov 12, 2018 at 04:44:17PM +0530, Asad wrote: > Hi All , > > I am creating a python script to analyze the log and provide a > solution , in the solution part I want to include a document and create a > hyperlink to the document so that its clickable . > I have python 2.6.6 cannot

[Tutor] How to create a html hyperlink for a document

2018-11-12 Thread Asad
Hi All , I am creating a python script to analyze the log and provide a solution , in the solution part I want to include a document and create a hyperlink to the document so that its clickable . I have python 2.6.6 cannot use :hyperlink module because this is production server and the