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 eryksun
Recipients SilentGhost, anshul6, eryksun, paul.moore, r.david.murray, steve.dower, stutzbach, tim.golden, zach.ware
Date 2015-12-02.17:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449078928.09.0.356843460395.issue25778@psf.upfronthosting.co.za>
In-reply-to
Content
You should be able to run nullcheck.py in the command prompt by changing to the directory where it's saved and entering nullcheck.py. For example, if you saved it in your Downloads folder:

    >cd /d C:\Users\Anshul\Downloads
    >nullcheck.py

If that fails because the .py file association isn't set up properly, instead try

    >py nullcheck.py
History
Date User Action Args
2015-12-02 17:55:28eryksunsetrecipients: + eryksun, paul.moore, tim.golden, stutzbach, r.david.murray, SilentGhost, zach.ware, steve.dower, anshul6
2015-12-02 17:55:28eryksunsetmessageid: <1449078928.09.0.356843460395.issue25778@psf.upfronthosting.co.za>
2015-12-02 17:55:28eryksunlinkissue25778 messages
2015-12-02 17:55:28eryksuncreate