Pserve Command Not Working

2.7k Views Asked by At

I'm new to Python, and am developing a test application using the Pyramid Framework.

Today, for reasons unclear, the pserve command used to start the waitress server stopped functioning. Running: pserve development.ini results in the message: invalid command name 'development.ini', although it was working fine previously.

I've verified that which pserve is correct, and which python points to the Python of the virtualenv I created for the project. The path to development.ini is also correct.

I've searched all over the web and there doesn't seem to be any documentation on this. Does anyone have experience with this? How can I go about debugging the issue? Any help would be greatly appreciated. Thanks.

0

There are 0 best solutions below