Hi Everyone,

I am trying to start ASPEN, a python based web server on my computer.

In 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.

What do you think is causing this behavior?

Thanks,
Evan

'0.0.0.0' is suspicious. Normally, localhost is '127.0.0.1' .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.