Force1ess
Force1ess
>   请问这是什么问题呢 如何解决 Guess you need www.
Same problem, this problem happened when I tried to use scalene with multiprocessing or concurrent process pool
@YuMingtao0503 Hi, thank you for your solution—it's been really helpful! However, I've encountered a "divide by zero" issue when implementing it in my code. Here's my code: ```python def parse_groupshape(groupshape:...
Not only `divide by zero`, some time it will give a error position when parse nested group shape
Me too, just the same problem
I implemented extract images from MSO_FILL_TYPE.PICTURE: It should work like this: ```python image = shape.part.get_image(shape.fill._fill.rId) ``` link: https://github.com/Force1ess/python-pptx/commit/78b54c9b161a5766032d2d15f0fa7a0fc2308020
This happened on me too