[email protected] writes: > I'm not sure how I've managed to get to the this point, but I'm using > python 2.7 on ubuntu and web.py (up to date 0.37) and it doesn't have the > model module.
Hi Dave, are you working on this code [1]? It has a file called model.py whose functions are imported. To import it, you need to have the file saved in the same directory or make webpy aware of it some other way. Kind regards, Ruben [1] http://webpy.org/src/blog/0.3 -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
