<html>
<body>
Hello All,<br><br>
I am getting <br><br>
<br>
<b>Error Type: TypeError<br>
Error Value: unsliceable object<br><br>
</b>when i ran this python script<br><br>
yymmdd='040712'<br>
for i in container.pictures.objectValues(['Image']):<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if yymmdd==i.id[5:11]:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return
i.title<br><br>
<br>
the pictures is the name of folder that contain the images but i want the
script to be in the same container as the pictures.<br><br>
thanks<br>
</body>
</html>