I\'m trying to generate a report using reportlab, and the report language is Arabic. but the problem is reportlab doesn\'t support BIDI (Bidirection) Display because of the
python-bidi http://pypi.python.org/pypi/python-bidi/ is a pure python API so presumably it should work fine on windows.
You need to use the RL branch of reportlab and changes any calls to pyfribidi with calls to python-bidi. This link might help http://code.pediapress.com/wiki/wiki/RightToLeft