I've managed to run my model through Generate.py. And now I've move my
folder, called Taxonomy into the Examples folder in WebKit.

In the Taxonomy folder, I've created an Index.py which starts with this...
---------------------------------
from Page import Page

from MiddleKit.Run.MySQLObjectStore import MySQLObjectStore
from Category import Category

store = MySQLObjectStore(user='tommy')
store.readModelFileNamed('Taxonomy')

class Index(Page):
    ....etc
--------------------------------

... I get ...

No such file or directory: 'Taxonomy.mkmodel/Classes.csv'

Do I add my Taxonomy folder to my PYTHONPATH? Do I add my Taxonomy.mkmodel
somewhere? How do I get WebKit to "know" about Taxonomy.mkmodel?

Thanks

tom


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to