This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ericshenjs
Recipients ericshenjs, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-03.03:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501729914.71.0.88312721886.issue31112@psf.upfronthosting.co.za>
In-reply-to
Content
(vPy3X64) test01@NJNU f:\Src\localCode\python\py3_eric
> python "-m locust.main -V"
f:\SDKs\Python\vPy3X64\Scripts\python.exe: Error while finding module specification for ' locust.main -V' (ModuleNotFoundError: No module named ' locust')

(vPy3X64) test01@NJNU f:\Src\localCode\python\py3_eric
> python -m locust.main -V
[2017-08-03 10:53:19,111] NJNU/INFO/stdout: Locust 0.8a2
[2017-08-03 10:53:19,111] NJNU/INFO/stdout:

(vPy3X64) test01@NJNU f:\Src\localCode\python\py3_eric
> python -V
Python 3.6.1 :: Anaconda 4.4.0 (64-bit)
History
Date User Action Args
2017-08-03 03:11:54ericshenjssetrecipients: + ericshenjs, paul.moore, tim.golden, zach.ware, steve.dower
2017-08-03 03:11:54ericshenjssetmessageid: <1501729914.71.0.88312721886.issue31112@psf.upfronthosting.co.za>
2017-08-03 03:11:54ericshenjslinkissue31112 messages
2017-08-03 03:11:53ericshenjscreate