Update of /cvsroot/pythonreports/PythonReports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20349
Modified Files:
README
Log Message:
report building can use anything used for printouts
Index: README
===================================================================
RCS file: /cvsroot/pythonreports/PythonReports/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README 2 Nov 2006 15:35:31 -0000 1.2
--- README 7 Nov 2006 05:22:26 -0000 1.3
***************
*** 28,45 ****
(cElementTree_ add-on is highly recommended too).
- Report building requires either ReportLab_ or PIL_ or wxPython_
- (in that order of preference). If report template contains
- images then either `Python Imaging Library`_ (PIL_) or wxPython_
- must be installed.
-
Requirements for printout_ rendering depend on selected frontend:
! * PDF output requires the ReportLab_ Toolkit;
! * wx-based preview and printing require wxPython_;
* Tk-based report preview requires Tkinter
(part of the Python Standard Library).
Report template designer requires Tkinter with Tix_ support
! (standard Python installer for Windows includes Tix_; on some
! platforms Tix_ must be installed separately).
===========
--- 28,48 ----
(cElementTree_ add-on is highly recommended too).
Requirements for printout_ rendering depend on selected frontend:
! * PDF output requires the ReportLab_ Toolkit.
! Reports containing images additionally require
! `Python Imaging Library`_ (PIL_).
! * wx-based preview and printing require wxPython_.
* Tk-based report preview requires Tkinter
(part of the Python Standard Library).
+ Reports containing images additionally require
+ PIL_ or wxPython_.
+
+ Report building can utilize any of the above options.
+ In other words, if your system is able to display or print
+ a report then it should be able to build a report too.
Report template designer requires Tkinter with Tix_ support
! (standard Python installer for Windows includes Tix; on some
! platforms Tix must be installed separately).
===========
|