I'm new to Python, Twisted, and Trial... and for Windows users the setup process isn't very clear. Right now, I have Python 2.7 installed, along with Twisted. From the Python GUI, I can run the reactor, so I'm convinced things are set up OK. But I can't figure out how to run trial from the command line to run my unit tests. I don't see an executable anywhere for it.
This post gives me a hint that a patch needs to be installed in the twisted setup.py
... Although I don't know where that file is located. The comments mention I should just use the Twisted cmd shell, which again, I don't know where it is at.
Any pointers would be appreciated.