when launch imgviewer select image take error " Atribute error: type object 'Image' has no attribute 'inspect' " line 145 ( imgviewer.py )
any ideas?
thanks
Look at graphics module !
you 'll see that SDK not 1.2 don't have inspect (but also no open,load,save,transpose,resize function) !
But perhaps you can take _graphics.pyd from 2ndEd version and put in \system\libs
It works for me :-)
Originally posted by obfuscatedcode when launch imgviewer select image take error " Atribute error: type object 'Image' has no attribute 'inspect' " line 145 ( imgviewer.py )
any ideas?
thanks
That's because there is no image loading or saving support in the 1st Edition build. If imgviewer.py is included in the 1st Edition SIS package, then that is just a mistake.
2nd Edition has new API's for image loading, saving etc. and we support just those 2nd Edition API's. Sorry, 1st Ed. users, but providing support for the old API's is not planned.
Do yo mean that there will be no images support with Canvas on 1st Ed. phones at all ? If it's true it's a pitty...
Can't you make a restricted API, for exemple only a limited file format choice ? MBM support ?
Is it possible to extend the canvas with third party C++ "plugins" ?