Hi All Qn: Does Pyinstaller have any problems packaging cairo on windows/linux?
Background I am writing a stick figure app in Python on Linux. I would like to distribute on Win and intend to use PyInstaller. Line drawing in the standard library doesn't seem to support anti-aliased lines/curves (nor does PIL apparently) so I have to use another package. I have been turned up Cairo which does the trick, but want to find out whether there are any problems with PyInstaller packaging cairo before I code in it. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
