Tim Golden added the comment:

I'm not sure why you expect this to work: the Python C API relies on the 
presence of a Python installation to work. It's not, in itself, a means of 
bundling Python. I assume you must have at least had the python .dll present or 
the program wouldn't even have had the initialisation code to run.

Part of Python's startup code needs to load certain modules very early in order 
to, for example, bootstrap the import mechanism and filesystem support which 
needs encodings to be available to decode filenames etc.

If you're still unsure of what the issue is, can I suggest you take this to the 
Python mailing list:

https://mail.python.org/mailman/listinfo/python-list

where there is a much bigger audience of people available to help.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to