> I'am using a buildout, which I described here in its base: > https://github.com/jensens/pyramid-gae-tutorial
Have you had a look at https://pypi.python.org/pypi/pyramid_appengine ? That's what I'm using. > I'am using pyramid on appengine and tried a lot to get NoseGAE > http://farmdev.com/projects/nosegae/ running, but finally failed. In the main app at my work we use the GAE "framework" (it's not even that) and NoseGAE quite successfully. I could probably set that up by itself without any hassles. My hassle seems to be getting Nose + Pyramid working in buildout. This is my first experience with buildout, and I know from what I've read that buildout basically creates something similar to virtualenv, and so I was trying to include all the dependencies in my nosetests section in the buildout configuration, but that doesn't seem to be working. -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: [email protected] Web: http://www.saturnlaboratories.co.za/ Blog: http://blog.saturnlaboratories.co.za/ Mobile: 082 550 3754 Registered Linux User #333298 (http://counter.li.org) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
