NetAngels / django-webodt

django module to create MS Word, PDF and other types of documents from ODF and HTML templates
http://packages.python.org/django-webodt/
93 stars 52 forks source link

Tried to install django-webodt via pip and then from tar #3

Closed jheld closed 13 years ago

jheld commented 13 years ago

Error: No module named preprocessors

Something about C in this. I'm really unsure where to go from here. I'd love to use this app since it should help me with my online doc app.

Thanks for any help--I hope it's really simple. I have installed apps before and have never had this issue.

imankulov commented 13 years ago

For some reason the package published at pypi has accidentally missed a number of python files. I'm very sorry about it, I've just fixed the issue and released new version 0.3.1.

By the way. The problem is not related to C at all, it's all about webodt preprocessors, functions altering ODF templates prior to pass them to django Template() constructor. The idea behind preprocessors is to allow one to write templates using Django syntax right into word processor.

Currently there is not much of documentation about this feature, but this example probably make it more clear.

Thanks for using webodt package, and particularly thank you for your feedback.