Discussion:
[Twisted-Python] running trial on windows
John Aherne
2016-04-04 08:39:56 UTC
Permalink
I have to specify a really long path to pick up the copy of trial.py for
the virtualenv I am working in.

I specify the virtualenv python I want to run with and then the path to
trial.py then the test I want to run.

It would appear to be only the wincertstore module that is missed.

Perhaps I'll send a report off to virtualenvwrapper about this after some
more messing around.



*John Aherne*




*www.rocs.co.uk <http://www.rocs.co.uk>*
020 7223 7567
Glyph
2016-04-04 17:24:02 UTC
Permalink
I have to specify a really long path to pick up the copy of trial.py for the virtualenv I am working in.
I specify the virtualenv python I want to run with and then the path to trial.py then the test I want to run.
It would appear to be only the wincertstore module that is missed.
Perhaps I'll send a report off to virtualenvwrapper about this after some more messing around.
How'd you install the wincertstore module?

Does running \path\to\venv\python.exe -c 'import wincertstore' work?

-g

Continue reading on narkive:
Loading...