On 16/10/09 17:41, ~suv wrote:
On 16/10/09 17:19, John Culleton wrote:
Compiled pre4 successfully . Some things like perfect bound cover and bar code don't work. Messages reference lxml in each case. So I iinstalled lxml. Still no joy. I started a recompile.
numpy installed? (at least on OS X I need both lxml and numpy) Do any of the other python extensions work? Try for example 'Text > Lorem ipsum…' or 'Render > Gear…'.
Does Python find all modules? Try running Python from the command line and import lxml:
| LeWitt:~ suv$ python | Python 2.6.2 (r262:71600, Aug 23 2009, 06:02:15) | [GCC 4.0.1 (Apple Inc. build 5493)] on darwin | Type "help", "copyright", "credits" or "license" for more information. | >>> import lxml | >>> print lxml.__path__ | ['/Volumes/blue/mp/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages/lxml'] | >>>
~suv