• Log in / create account
Views
  • Page
  • Discussion
  • View source
  • History

Third-Party Library Compatibility

From IronPython Cookbook

This page is a list of third-party library modules that have been tested with IronPython. Every entry should list the version of the library, the IronPython version used, any CodePlex issues that were hit (or filed), any dependencies that are required (which should be listed on the corresponding pages), and any other workarounds that had to be performed.

The page lists module not included with Python; see also Application Compatibility, Web Application Compatibility, and Standard Library Compatibility.

Contents

  • 1 Genshi
  • 2 Pygments


Genshi

Version: trunk

IronPython Version: 2.0b1

Status: Doesn't work

CodePlex issues hit: #15397

Genshi depends on the compiler module, which hasn't been implemented yet.

Pygments

Version: 0.9

IronPython Version: 2.0b1

Status: Doesn't work

CodePlex issues hit: #16657

Pygments uses regex in the lexers, and the regex module in IronPython does not yet support all options using the (?...) notation. Possibly, some lexers may work. (This may be fixed in IronPython 2.0B4 where several re related bugs have been fixed - alternatively it might be worth trying the PyPy pure Python version of the re engine.)


Back to Contents.

Retrieved from "www.ironpython.info/index.php/Third-Party_Library_Compatibility"
Navigation
  • Main Page
  • Community portal
  • Current events
  • Recent changes
  • Random page
  • Help
TOOLBOX
LANGUAGES
Toolbox
  • What links here
  • Related changes
  • Special pages
  • Printable version
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.