So, at this moment i have been able to develop a PyMite python module
with embebed C and import it. According to
http://deanandara.com/PyMite/docs/PyMiteFeatures.html PyMite import
support
import module
import module as name
from module import name
from module import *
but would support to use a package instead of module, or a module
inside a package? I know that this would need a filesystem, but since
PyMite store modules inside a structure, i thought it would be able to
do a similar magic (for example, using 'package.module' as module
name...). And if so, are they developed in a similar way to modules?
--
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux