I'm building my first silverlight application and wanted to use a good
templating library (preppy from reportlab
http://www.reportlab.org/downloads.html ) in ironpython. The main problem
that I'm having now is with 

 

        import py_compile

 

        py_compile.compile(srcFileName,

                           cfile=directory + os.sep + name + '.pyc',

                           dfile=name + '.py')

 

When I try to import py_compile from python it fails. Is there any way to
compile and load a python source file from a text string and not have to
save the file to the filesystem?

 

Thanks,

 

Vineet

 

 

 

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to