Skip to content

Latest commit

 

History

History

python-3.5.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is an example Python 3.5.1 plugin

Like a good little busybody ;) python includes the all-the-tools you'll need to compile native modules.

... so python setup.py build should just work for you.

  • spammodule.c simple python plugin that runs the C/++ system() command
  • setup.py magical python buildscript
  • demo.py simple script that runs the plugin

This worked with;

... but I'm not sure how portable it is at this point