Does Python code >.require<< a run-time environment?? (New to Python)
Martin von Loewis
loewis at informatik.hu-berlin.de
Wed Jul 19 12:29:20 EDT 2000
More information about the Python-list mailing list
Wed Jul 19 12:29:20 EDT 2000
- Previous message (by thread): are there any tutorials that someone completly new to programming can understand?
- Next message (by thread): Does Python code >.require<< a run-time environment?? (New to Python)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Prescod <paul at prescod.net> writes: > True, I forgot that because the MS JVM tends to be installed. I think I > may have exaggerated the features of the former too. Is there any easy > way to make a single executable for Python, the standard library, > required .pyd's and your code? My vague impression is that you could if > you had a compiler and the source for your pyd's, or else you could fall > back on an installer (rather than a single big runnable app). You can get a truly-standalone binary through freeze, but you do need a C compiler for that. Otherwise, you can get self-extracting and self-starting applications. Regards, Martin
- Previous message (by thread): are there any tutorials that someone completly new to programming can understand?
- Next message (by thread): Does Python code >.require<< a run-time environment?? (New to Python)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list