Strange paster serve behavior

2011-12-02 Thread Mark Erbaugh
I'm developing with pyramid (1.2) on a Mac with Snow Leopard (OSX 10.6.8). I've set up a virtualenv with all the libraries I need. I'm doing my editing in vim. When I want to see the results in a web browser, I issue :!paster serve development.ini inside vim. Most of the time the server

Re: Strange paster serve behavior

2011-12-02 Thread Jonathan Vanasco
No idea. Is there any way to log/debug what is happening within vim? FYI: My normal workflow though is: Terminal window 1: $ paster serve --reload development.ini Terminal window 2-10 vim, postgres, etc + textwrangler windows On Dec 2, 10:47 am, Mark Erbaugh m...@microenh.com wrote:

Re: Strange paster serve behavior

2011-12-02 Thread cd34
:!strace paster serve development.ini This will print a lot of debug info, but, if it hangs, you should be able to see where it pauses. Maybe even prepend with script or append 2/logfile until you get a trace that breaks. (I can't recall if strace writes to stdout or stderr, if stderr, the 2