In following the Catalyst tutorial for section 3. I can't get catalyst to create the schema folder. I run the following command:
perl scripit/myapp_create.pl model DB DBIC::Schema MyApp::Schema creat=dynamic dbi:SQLite:myapp.db I get the following results: exists "C:\__Catalyst\MyApp\lib\MyApp\Model" exists "C:\__Catalyst\MyApp\t" created "C:\__Catalyst\MyApp\lib\MyApp\Model\DB.pm" created "C:\__Catalyst\MyApp\t\model_DB.t" but the schema folder and schema.pm file is not created. When I attempt to run the tets server i get the following message: C:\__Catalyst\MyApp>perl script/myapp_server.pl Couldn't instantiate component "MyApp::Model::DB", "Cannot load schema class 'My App::Schema': Can't locate MyApp/Schema.pm in @INC (@INC contains: C:/__Catalyst /MyApp/script/../lib C:/Perl/site/lib C:/Perl/lib .) at C:/Perl/site/lib/Catalys t/Model/DBIC/Schema.pm line 295. at script/myapp_server.pl line 55" at script/myapp_server.pl line 55 Compilation failed in require at script/myapp_server.pl line 55. Am I missing somthing? My enviroment is: Windows XP sp2 ActiveState Perl 5.8.8 v 819 Catalyst modules ┌───────────────────────────────┬────────┬───────────────────────────────┬────┐ │name │version │abstract │area│ ├───────────────────────────────┼────────┼───────────────────────────────┼────┤ │Catalyst-Action-RenderView │0.08 │Sensible default end action. │site│ │Catalyst-Component-InstancePer»│0.001001│Moose role to create only one »│site│ │Catalyst-Devel │1.08 │Catalyst Development Tools │site│ │Catalyst-Model-DBI │0.20 │DBI Model Class │site│ │Catalyst-Model-DBI-SQL-Library │0.15 │SQL::Library DBI Model Class │site│ │Catalyst-Model-DBIC │0.16 │(DEPRECATED) DBIC Model Class │site│ │Catalyst-Model-DBIC-Plain │0.02 │DBIC Model Class │site│ │Catalyst-Model-DBIC-Schema │0.21 │DBIx::Class::Schema Model Class│site│ │Catalyst-Model-DBIC-Schema-Que»│0.05 │DBIx::Class::QueryLog Model Cl»│site│ │Catalyst-Plugin-ConfigLoader │0.21 │Load config files of various t»│site│ │Catalyst-Plugin-StackTrace │0.09 │Display a stack trace on the d»│site│ │Catalyst-Plugin-Static-Simple │0.20 │Make serving static pages pain»│site│ │Catalyst-Runtime │5.7015 │Catalyst Runtime version │site│ │Catalyst-View-TT │0.27 │Template View Class │site│ └───────────────────────────────┴────────┴───────────────────────────────┴────┘ Thanks for your help.... -- View this message in context: http://www.nabble.com/Issue-with-Tutorial-section-3-tp21139137p21139137.html Sent from the Catalyst Web Framework mailing list archive at Nabble.com. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
