diff --git a/examples/call_from_python.py b/examples/call_from_python.py
deleted file mode 100644
index 7580283b6cdd142da10b870f1e9cf21164441d93..0000000000000000000000000000000000000000
--- a/examples/call_from_python.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import julia
-j = julia.Julia()
-j.eval('using Pkg; Pkg.add("SNN")')
-x1 = j.include("hh_neuron.jl")
-print(x1)
-x2 = j.include("hh_net.jl")