Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.80K
1 Posted Topic
[QUOTE=sneek;1044155]I thank's another time :icon_cheesygrin: I tried this like you suggested, but unfortunately it ends up with a Segmentation fault. [CODE=c] PyObject * temp; char *s = NULL; temp = PyUnicode_AsASCIIString(name); s = PyByteArray_AsString(temp); fprintf(stdout, "Result: %s\n", s); // <---- this one crashes Py_XDECREF(temp); [/CODE] If I just put "name" …
The End.
lesni.bleble