P
PythonMan
Any Software can change Python source code to Delphi ?
thx
--
thx
--
Anyone have any ideas about how to package one of these pythondelphi
apps to be easy to deploy and be convenient to the end user? I'm
guessing that since python isn't on top, McMillan's installer and
py2exe won't handle it.
Joe said:You might find an easier time of it to embed your Python in Delphi, or,
Thomas Heller said:(e-mail address removed) writes:
You could write a small, fake module importing the stuff that the
library needs. If you then run py2exe with the -k (--keep-temp) option,
it doesn't delete its own build tree. You will find there a xxx.zip
file, containing all the modules needed (plus a few scripts which you
can ignore). If you use Python 2.3, just add the zip-file's name to
sys.path, and you are done.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.