Hi Adal,
can you send me your mail address? I think the one in your
posting is a spam stopper.
Cheers,
Torsten.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
thank you very much for that detailled description.
I will try to get as far as i can with this information and
get back to you if i have any questions.
Thanks a lot,
Torsten.
--
http://mail.python.org/mailman/listinfo/python-list
My app uses Python 2.4 and the Pythonwin GUI (Python MFC wrapper).
I build it as a single exe file with everything linked in it. It's
a lot smaller than all the DLL's put together.
The Python modules are also put into the file as a Win32 resource
which contains all the modules bz2 compressed. I ga
Torsten Mohr wrote:
Hi,
i'd like to build an executable file that is linked with
a python library and executes a script via PyRun_SimpleString
or similar functions.
Is there a static library of python available, so the users
don't need to install python?
What about DLL modules, do i just need to co
Hi,
i'd like to build an executable file that is linked with
a python library and executes a script via PyRun_SimpleString
or similar functions.
Is there a static library of python available, so the users
don't need to install python?
What about DLL modules, do i just need to compile them
as a