ramses-tech / ramses-example

Example of a Pyramid app that uses ramses
The Unlicense
18 stars 6 forks source link

Ramses 0.5.0 #53

Closed adam-codeberg closed 8 years ago

adam-codeberg commented 9 years ago

Wanted to test the example due to missing Model errors I was getting with nested elements in the RAML file. However ended up with this error http://pastebin.com/j0T7JcTQ under Ramses 0.5.0 with Pyton 2.7

jstoiko commented 9 years ago

If I had to take a guess, you may be using the RAML file of Ramses-example without it's init file, could that be?

It's complaining that you're missing this function: https://github.com/brandicted/ramses-example/blob/master/ramses_example/__init__.py#L35

adam-codeberg commented 9 years ago

Think you're right, thanks for that!