Python 3 "No module named SimpleHTTPServer"
If the default python on your machine is python 3 so running the following command will result an error: $ python -m SimpleHTTPServer python: No module named SimpleHTTPServer So use instead: python -m
If the default python on your machine is python 3 so running the following command will result an error: $ python -m SimpleHTTPServer python: No module named SimpleHTTPServer So use instead: python -m
I made a quick summurizing slideshow on how to create a simple python package with Distutils and upload it to PyPI. Ressources: Slidehow Slideshow sources Package example
Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : ABCTF 2016 Website : http://abctf.xyz/ Type : Online Format : Jeopardy - Student CTF Time : link Description# Friday
Variables# Type Size Min Max signed char 8 bits -128 +127 unsigned char 8 bits 0 +255 short 16 bits -32,768 +32,767 unsigned short 16 bits 0 +65,535 int 16 bits -32,768 +32,767 unsign