Blender book action fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Phatch |
High
|
Juho Vepsäläinen | ||
| phatch (Ubuntu) |
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
Stani (stani) wrote : | #1 |
Changed in phatch (Ubuntu): | |
assignee: | nobody → stani (stani) |
status: | New → In Progress |
Changed in phatch: | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package phatch - 0.2.5-1
---------------
phatch (0.2.5-1) unstable; urgency=low
[ Stani M ]
* Upstream bugfix release (Closes LP: #454426, #458366, #469231, #481751,
#492665)
* debian/watch: updated new location
[ Bernd Zeimetz ]
* debian/control:
- Removing myself from Uploaders.
-- Ubuntu Archive Auto-Sync <email address hidden> Tue, 22 Dec 2009 04:01:42 +0000
Changed in phatch (Ubuntu): | |
status: | In Progress → Fix Released |
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.