Click to See Complete Forum and Search --> : making binary file with python


nopri
04-29-2001, 10:47 PM
hello all,

for example if i want to making serious application using python, can i compile it and making binary file like in C ?

jemfinch
04-29-2001, 10:51 PM
No, you can't.

But don't be confused. Serious applications don't have to be compiled.

Jeremy

Ben Briggs
04-30-2001, 12:14 AM
ditto. Just look at Zope (http://www.zope.org) it's a fully featured application server written (mostly, if not completely) in Python.