I will be making a gheat iphone app that will make use of GHEAT as a
way to show how poor or good ATT's service is in particular areas.
But first I need to get aspen working correctly on my computer ^^.
I've dont some programming but setting up a web server is new
territory for me.
So on my Windows 7 command line I input the following:
python.exe build\scripts-2.6\aspen
It then outputs
launching child process
starting child server
aspen starting on ('0.0.0.0', 8080)
But after I receive that input, the command line does not give me my
prompt back...I have to open another command line window to type in a
new command.
I checked in the applications/processes, and I didn't see any services
named "aspen" or anything like it.
According to the manual, after inputting the above text it should just
output
aspen starting on ('', 8080)
Thanks,
Evan
It then outputs
launching child process
starting child server
aspen starting on ('0.0.0.0', 8080)
--
You received this message because you are subscribed to the Google Groups "gheat" group.
To post to this group, send email to gh...@googlegroups.com.
To unsubscribe from this group, send email to gheat+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gheat?hl=en.
That worked like a charm. The problem was that I was closing that window, thus shutting down the server.
When I left the command line window open, then I could open web pages on the server.
Thank you