Extended functions in embedded code

Ervin Hegedüs airween at gmail.com
Tue Oct 13 10:59:57 EDT 2015


Hi,


On Tue, Oct 13, 2015 at 02:51:21PM +0200, Laura Creighton wrote:
> Are you looking for this:?
> https://docs.python.org/3.5/library/runpy.html

I think I'm not - I'm afraid, the runpy modul wasn't developed
for me, for this reason.

> or maybe this:?
> https://docs.python.org/3.5/library/importlib.html#importlib.import_module

I think this is just an "alias" of the standard import.

> Or is your real problem 'I don't have a filesystem'?

no, I have filesystem. I help to contribute a software, which had
written in C. The configuration schema is very simple, there are
several keywords, but not all required function could be
configure with them. Python would be a good choice, but the
users aren't programmers in most cases. I just don't want to
start the documentation, that

"Make a Python script like this:

import mymodul

...."

and nobody knows, why is it require, because there isn't any
module with this name.


As I wrote, that's just my 2-cents question, not a critical issue
- it could be better to know, is it possible or not. That's all :)
 


a.




More information about the Python-list mailing list