OS X, Template not populating

Asked by PeaceByFire

I've run the same code on my windows computer, but for some reason Writer templates won't fill out conditional fields when I generate a report. There are no error messages.

I'm generating ODT files, so it shouldn't have anything to do with Uno. (PDFs don't work either but there are other issues there)

I'm using LibreOffice "Fresh" 4.4.0. I believe it's using Python version 3.3.
I'm executing my code from iPython (using python 2.7 (after a few fixes (',' to 'as' after 'except's) this hasn't been an issue on Windows))

Suggestions? I'm not getting any errors so I'm not sure what to tell you.
I wish I could give a better description.

Question information

Language:
English Edit question
Status:
Solved
For:
Appy Edit question
Assignee:
No assignee Edit question
Solved by:
PeaceByFire
Solved:
Last query:
Last reply:
Revision history for this message
PeaceByFire (peacebyfire) said :
#1

Had installed appy.pod with pip... this was a mistake.
Downloaded source and ran setup.py install
All's right with the world.

For others sake, either add the new package to Pypi or document this more boldly.