i use win32 and msvc9,i have installed the python3.1 on my computer,and i played with it for several days.i also played the Boost.Python that enable me easily export classes into python,but now when i want to distribute my application to another computer without python installed,i `m confused.
so plz consider an application which:
Exported some packages from itself to python and have a UI like a script editor window that enable user type python script in and excute it.
Users can only use these packages supported by application it self to maintain the application,they are limited to use the dangerous default packages like io things provided by original python distribution.
i thought there may be a python.dll that i just need take it with my
application,but seems im wrong,there isn
t such a file looks like a python
redistribute runtime.and about the question 2,the computer without python
installed can not have a python path that i should copy my pyd into.
so how should i do these?i totally have no idea. thanks for any help.