How to get the python object from a variable name ?
Andreas Jung
ajung at sz-sb.de
Sat Apr 29 10:31:58 EDT 2000
More information about the Python-list mailing list
Sat Apr 29 10:31:58 EDT 2000
- Previous message (by thread): GUI developping with Python (Any tutorial )
- Next message (by thread): How to get the python object from a variable name ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Inside a C program I need to get a pointer to the python object for a object or variable by its variable name in the current namespace of the interpreter. What I want to do ? My programs gets names of variables and I need to get the str() representation for given variable/object names as a C (char *). Maybe a stupid question but I've no idea :) Merci, Andreas
- Previous message (by thread): GUI developping with Python (Any tutorial )
- Next message (by thread): How to get the python object from a variable name ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list