<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2>This question is from a Zope newbie, who gets a 
little confused when trying to write a product for Zope.</FONT></DIV>
<DIV><FONT face=Arial size=2>My product fetches a lot of picture information, 
and this information shall be viewed in a fotogallery (the viewer is made as a 
ZPT)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>My question is really simple then:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I write this product in python, how could I 
generate a zope image object of each of the pictures in the db. The part I am 
interested in is how I can access and create zope objects from python. Which 
classes do I have to inherit from? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Tor Oskar Wilhelmsen</FONT></DIV></BODY></HTML>