Blender book action fails
Bug #458366 reported by
Stani
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Phatch |
Fix Released
|
High
|
Juho Vepsäläinen | ||
phatch (Ubuntu) |
Fix Released
|
Undecided
|
Stani |
Bug Description
I've attached an action list.
Compiled with Python version 2.6.4rc2.
Checking for installed Python... got it!
Traceback (most recent call last):
File "runner.py", line 103, in <module>
File "runner.py", line 37, in render
File "/home/
image = self.selected_
File "/home/
return Image.Load(
IOError: couldn't load image
Changed in phatch (Ubuntu): | |
assignee: | nobody → stani (stani) |
status: | New → In Progress |
Changed in phatch: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
With the help of Juho I fixed it like this: object. py' object. py 2009-09-26 08:42:57 +0000 object. py 2009-12-10 15:51:11 +0000
left_ page.save( temporary_ image.path)
args[ image_arg] = temporary_ image.path
$ bzr diff
=== modified file 'data/blender/
--- data/blender/
+++ data/blender/
@@ -361,7 +361,7 @@
- if args['page_ mapping' ] == 'Wrap Both': mapping' ].startswith( 'Wrap') :
im_ path = args['input_ image_1' ] open(im_ path)
+ if args['page_
im = PILImage.
width, height = im.size
The underlaying issue should be still fixed though:
Juho: The issue has to do with arguments. It's probably missing "'s somewhere as the latter part does not get parsed
properly.