<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left>&nbsp;</DIV>
<DIV></DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT face=Verdana 
size=2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><SPAN class=417295720-02032007><FONT face=Verdana size=2>I'm trying to 
follow the simple steps in the Jifty::Manual::Tutorial, on Windows 
XP.</FONT></SPAN></DIV>
<DIV><SPAN class=417295720-02032007><FONT face=Verdana size=2>I have Jifty 
version 0.70117 and Jifty-DBI version 0.21 installed.</FONT></SPAN></DIV>
<DIV><SPAN class=417295720-02032007><FONT face=Verdana 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT face=Verdana 
size=2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=+0><FONT face=Verdana><FONT size=2><SPAN 
class=417295720-02032007>When I run '</SPAN>jifty schema --setup<SPAN 
class=417295720-02032007>', I get the 
following:</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT size=+0><FONT face=Verdana><FONT size=2><SPAN 
class=417295720-02032007></SPAN><BR>WARN - Couldn't require 
MyWebLog3::Model::Post : Base of schema class MyWebLog3:<BR>:Model::Post is not 
a Jifty::DBI::Record at C:\jifty\MyWebLog3/lib/MyWebLog3/Mod<BR>el/Post.pm line 
8<BR>BEGIN failed--compilation aborted at 
C:\jifty\MyWebLog3/lib/MyWebLog3/Model/Post<BR>.pm line 17.<BR>Compilation 
failed in require at (eval 329) line 3.<BR>&nbsp;at 
C:/Perl/site/lib/Module/Pluggable.pm line 28<BR>ERROR - Can't locate 
MyWebLog3/Action/CreatePost.pm in @INC (@INC contains: 
C:\j<BR>ifty\MyWebLog3/lib C:/Perl/site/lib C:/Perl/lib . 
Jifty::ClassLoader=HASH(0x38e9<BR>52c)) at C:/Perl/site/lib/Jifty/ClassLoader.pm 
line 221</FONT></FONT></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>ERROR - Can't locate 
MyWebLog3/Action/UpdatePost.pm in @INC (@INC contains: 
C:\j<BR>ifty\MyWebLog3/lib C:/Perl/site/lib C:/Perl/lib . 
Jifty::ClassLoader=HASH(0x38e9<BR>52c)) at C:/Perl/site/lib/Jifty/ClassLoader.pm 
line 221</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>ERROR - Can't locate 
MyWebLog3/Action/DeletePost.pm in @INC (@INC contains: 
C:\j<BR>ifty\MyWebLog3/lib C:/Perl/site/lib C:/Perl/lib . 
Jifty::ClassLoader=HASH(0x38e9<BR>52c)) at C:/Perl/site/lib/Jifty/ClassLoader.pm 
line 221</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Verdana size=2>ERROR - Can't locate 
MyWebLog3/Action/SearchPost.pm in @INC (@INC contains: 
C:\j<BR>ifty\MyWebLog3/lib C:/Perl/site/lib C:/Perl/lib . 
Jifty::ClassLoader=HASH(0x38e9<BR>52c)) at C:/Perl/site/lib/Jifty/ClassLoader.pm 
line 221</FONT></DIV>
<DIV><FONT face=Verdana><FONT size=2><FONT face=Verdana 
size=2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><SPAN class=417295720-02032007><FONT face=Verdana size=2>Here's my 
Post.pm:</FONT></SPAN></DIV>
<DIV><FONT face=Verdana><FONT size=2><SPAN class=417295720-02032007><FONT 
face=Verdana size=2></FONT></SPAN></FONT></FONT>&nbsp;</DIV>
<DIV><SPAN class=417295720-02032007><FONT color=#0000ff size=2>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#000000>use</FONT></FONT><FONT size=2><FONT 
face=Verdana> strict;</FONT></DIV></FONT><FONT color=#0000ff size=2>
<DIV><FONT face=Verdana color=#000000>use</FONT></FONT><FONT size=2><FONT 
face=Verdana> warnings;</FONT></DIV></FONT><FONT color=#0000ff size=2>
<DIV><FONT face=Verdana color=#000000>package</FONT></FONT><FONT size=2><FONT 
face=Verdana> MyWebLog3::Model::Post;</FONT></DIV></FONT><FONT color=#0000ff 
size=2>
<DIV><FONT face=Verdana color=#000000>use</FONT></FONT><FONT size=2><FONT 
face=Verdana> Jifty::DBI::Schema;</FONT></DIV></FONT><FONT color=#0000ff size=2>
<DIV><FONT face=Verdana color=#000000>use</FONT></FONT><FONT size=2><FONT 
face=Verdana> MyWebLog3::Record schema {</FONT></DIV>
<DIV><FONT face=Verdana>column title =&gt;</FONT></DIV>
<DIV><FONT face=Verdana>type is 'text',</FONT></DIV>
<DIV><FONT face=Verdana>label is 'Title',</FONT></DIV>
<DIV><FONT face=Verdana>default is 'Untitled post';</FONT></DIV>
<DIV><FONT face=Verdana>column body =&gt; </FONT></DIV>
<DIV><FONT face=Verdana>type is 'text',</FONT></DIV>
<DIV><FONT face=Verdana>label is 'Content',</FONT></DIV>
<DIV><FONT face=Verdana>render_as 'Textarea';</FONT></DIV>
<DIV><FONT face=Verdana>};</FONT></DIV></FONT><FONT color=#008000 size=2>
<DIV><FONT face=Verdana color=#000000># Your model-specific methods go 
here.</FONT></DIV></FONT><FONT size=2>
<DIV><FONT face=Verdana>1;</FONT></DIV>
<DIV><FONT face=Verdana></FONT></SPAN></FONT>&nbsp;</DIV>
<DIV><SPAN class=417295720-02032007><FONT face=Verdana size=2>Any help would be 
appreciated.</FONT></SPAN></DIV>
<DIV><FONT face=Verdana><FONT size=2><SPAN class=417295720-02032007><FONT 
face=Verdana size=2></FONT><FONT face=Verdana 
size=2></FONT></SPAN></FONT></FONT>&nbsp;</DIV></BODY></HTML>