Steve Canny

Results 120 comments of Steve Canny

Hi @salahaz, we'll track this issue and see what we can discover. In the meantime, I don't believe a multi-threading approach is viable for multiple `.doc` files. A few things...

Closing as inactive. @salahaz feel free to reopen if you're still having trouble. And if you discovered a solution let us know so others can learn from your experience :)

Hi Alex, can you describe your use case for us please?

Can you say a little more about the design constraint you mention? I'm not clear whether you're saying your users won't be able to modify code (understandable :), or whether...

Ah, ok, I think I see what you're trying to do now. It sounds like you're essentially having the users maintain a "template" presentation which your code then uses as...

@robintw: I would, of course :) Probably best if you start with an analysis document like the ones you find [here](http://python-docx.readthedocs.org/en/latest/dev/analysis/index.html) so we can think through the required scope. There's...

@children1987: You're entirely welcome to give it a try :) We'll have to see what you can come up with to get an idea how far away you'd be from...

Images would be the most likely. Hyperlinks are also "relationship" objects, along with charts, smart art, and media (video, audio). There are a couple others that are more obscure.

The internals changed a while back to extract a new `SlidePart` class from the `Slide` class. The `.rels` attribute moved over with the `SlidePart` object. The `SlidePart` object for a...

After getting an Apple Silicon Mac I was finally able to reproduce this error. I believe the problem is that `arm64` wheels are not available for the latest versions of...