Bug fix in myrst .. so that it does not fail at not finding a file
authoramit@thunder
Sun, 28 Feb 2010 22:02:15 +0530
changeset 39 bc65d8802897
parent 38 194e1bdfd1cb
child 40 ef147a79b098
Bug fix in myrst .. so that it does not fail at not finding a file
SEESenv/scripts/finalhtml.py
SEESenv/scripts/index.config
SEESenv/scripts/myrst2xml.py
--- a/SEESenv/scripts/finalhtml.py	Sun Feb 28 21:41:27 2010 +0530
+++ b/SEESenv/scripts/finalhtml.py	Sun Feb 28 22:02:15 2010 +0530
@@ -1,5 +1,5 @@
 import glob
-import lxml
+#import lxml
 import re
 import os
 from BeautifulSoup import BeautifulSoup
--- a/SEESenv/scripts/index.config	Sun Feb 28 21:41:27 2010 +0530
+++ b/SEESenv/scripts/index.config	Sun Feb 28 22:02:15 2010 +0530
@@ -1,4 +1,3 @@
-Introduction/Introduction.rst
 basic_python/intro.rst	
 basic_python/list_tuples.rst
 basic_python/strings_dicts.rst
--- a/SEESenv/scripts/myrst2xml.py	Sun Feb 28 21:41:27 2010 +0530
+++ b/SEESenv/scripts/myrst2xml.py	Sun Feb 28 22:02:15 2010 +0530
@@ -35,7 +35,7 @@
     name='ch'+str(chapterno)+name.split('.')[0]
     xml_file=tmp_folder+name+'.xml'
     print xml_file   
-#    a=open(xml_file,'w')
+
     try:    
         publish_file(source_path=file_name, destination_path=xml_file,parser_name='restructuredtext', writer_name='xml') 
     except :