Oh wow! Sorry, you are completely correct... I went through the different versions on sourceforge and in my old python envs as well: Image_Replace really seems to never have been part of OOoPy. At some point I added it and then just always copied from that version. I only realized it now because I set everything up from scratch using pip... Well, in that case: If you see no problem with the way it is implemented and if there isn't a better way to achieve this(?), I would be happy if you would add...
Are you sure Image_Replace was ever part of the official release? I've looked through my git commits and did not find it (at least I didn't find deletes in Transforms.py that would indicate I had removed it). The only other hypothesis I have is that I somehow messed up the conversion from Subversion to git... but before I re-install subversion I thought I'd ask :-)
Bring Image_Replace to OOoPy2 and Python3
On Mon, May 23, 2022 at 03:19:41PM -0000, Mancuso Raffaele wrote: Hi, can you provide a short open office document that reproduces the problem? Without that it's almost impossible to reproduce this. Thanks Ralf -- Ralf Schlatterbeck email: ralf@zoo.priv.at
Exception
I've just pushed some changes, can you check if this fixes the traceback with python3.8 you're seeing? This is probably related to https://bugs.python.org/issue37773 and means one should never leave closing of zip files to the garbage collector. Note that I'm now maintaining a copy on github, too. I've also applied your patch to setup.py, thanks! Now if we can come up with a way how you can more easily run the doctests, that would be fine.
Document changes in doctest in README
Close all ooopy instances
Readme update after recent fixes
Fix setup, patch from Hans-Peter Jansen
Slight code beautify
Remove doctest workaround for python2.3
Latest releasetools
ooo_cat not working on more than 1 input file
Closing, I will probably never implement this. Documented in the README.rst now.
support Python3
Py3 is long supported now.
Hi Pete, On Mon, Dec 20, 2021 at 04:23:58PM -0000, Hans-Peter Jansen wrote: first of all, I wanted to say thank you very much for this fine module. I'm packaging it since 11 years now, and updated it to 2.0 today: https://build.opensuse.org/package/show/home:frispete:python/python-ooopy Thanks for packaging OOoPy! Yes, I know, packaging isn't that popular amongst some Python developers, but that has some nice properties, e.g. we build for a significant range of python versions on the different targets....
Tests fail for python3
Fix copyright, remove coding cookies
Python3 changes
Fix tab correction when concatenating documents
Fix usage of StringIO in tests (use BytesIO)
Fix application of multiple Set_Attribute
Port binaries to Py3, update README
Make next version 2.0
Maybe you need to update the fields under Tools -> Update -> Fields? If that doesn't...
On Tue, Mar 31, 2015 at 02:38:36PM +0000, mimooh wrote: Hmmm... I'd say most people...
Hmmm... I'd say most people would relate mailmerge with database. It was news to...
Hmmm... I'd say most people would relate mailmerge with database. It was news to...
On Tue, Mar 31, 2015 at 08:31:11AM +0000, mimooh wrote: Yes. Doesn't work. The screenshot...
And the screenshot
You should have one .csv file here with the following content: field1;field2;field3...
On Mon, Mar 30, 2015 at 08:58:44AM +0000, mimooh wrote: As I understand and from...
As it comes to my current needs I did away with manually changing the content.xml...
As it comes to my current needs I did away with manually changing the content.xml...
ooo_mailmerge make produce the final document
page break between merged documents
On Mon, Aug 11, 2014 at 09:08:49AM +0000, steffen wrote: I thought I attached the...
I thought I attached the odp files - but somehow they got omitted. next try.
On Fri, Aug 08, 2014 at 08:59:36AM +0000, steffen wrote: I get an error using ooo_cat...
ooo_cat not working on more than 1 input file
Fix --delimiter option of ooo_mailmerge
Latest fixes for Releasetools
support Python3
Rename README -> README.rst for SF
doctest added to distribution
Fixed non-page anchored stuff
Reporting section more verbose
Mailmerge transform now sort of works
README updated
Generalized Attribute_Changer API
Encoding specified
Added option for filename in OOo document
Simple tool for pretty printing added
Remove leading V_ from version tag if existing
Remove nodes from copied body in Mail_Merge
Reanchoring and renumbering for Concat
First stab at renumbering of documents
Version computation added
Initial check-in of distutils related stuff
Renumbering implemented
FieldReplace
Use the new style name for page-style
Concatenation
Initial check-in
Cleanups
Several additions
Transform.py split
Packaging and generation of README.html
OOoPy
Page styles, font list
Corrected Mail_Merge to act in sections
test.sxw added to deps
Corrected trove status
Renaming of Transforms to remove _Transform suffix
break-after instead of break-before
Doctests corrected and added
Another update of alpha status
Pagecount added
autosuper added and doctest fixed
Paragraph style
Bug-reporting link corrected
Another trove category added
Reanchoring implemented
Update README and setup.py
Creation of version number via Makefile
Add additional span-tag in the pagebreak transform
Separate variables
Remove span-tag in pagebreak style again
Refactored and code cleanup for Concatenate
LGPL for the lib files
Zipfile and Transform stuff
Added doctest for draw:text-box, bugfix