Re: [racket] running web app from DrRacket versus command line

2010-09-10 Thread Sam Tobin-Hochstadt
On Fri, Sep 10, 2010 at 2:42 PM, Scott Hickey wrote: > I cloned the sample twitter app from the git repo > http://github.com/jeapostrophe/pltwitter.git and can run the app form > DrRacket v5.0.1. > > If I try to run from the command line using "mzscheme -f main.ss", > nothing happens - no errors o

[racket] running web app from DrRacket versus command line

2010-09-10 Thread Scott Hickey
I cloned the sample twitter app from the git repo http://github.com/jeapostrophe/pltwitter.git and can run the app form DrRacket v5.0.1. If I try to run from the command line using "mzscheme -f main.ss", nothing happens - no errors or warnings - I just get the unix system prompt back. Is there a