home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / bind / python / readme.txt < prev   
Encoding:
Text File  |  2001-07-04  |  568 b   |  15 lines  |  [TEXT/ttxt]

  1. Notes on the PDFlib Python binding:
  2.  
  3. Python 2.0 compatibility
  4. ========================
  5.  
  6. Python 2.0 is _not_ binary compatible to older versions with respect
  7. to extensions. For this reason the same PDFlib extension can _not_
  8. be used with Pyton 2.0 and older releases. The python1.6 directory
  9. of the PDFlib binary distribution for Windows contains a PDFlib DLL
  10. for Python versions older than 2.0.
  11.  
  12. By default, the MSVC project file builds a Python 2.0 compatible
  13. extension. The "oldpython" configuration can be used to compile
  14. PDFlib for Python versions older than 2.0.
  15.