[Tutor] Will there ever be a native python compiler to create pure exe and dll
Alan Gauld
alan.gauld@blueyonder.co.uk
Sun Jun 1 18:45:03 2003
> Well, for my part, insert a "...when they pry them from my cold,
dead
> hands" statement here :^)
:-)
> > effectively. (How do you compile an exec or eval statement for
> > example?
>
> I could live without those. 90% of programs could live without
those.
Probably but nonetheless they are part of the language so to create
a compiler that couldn't handle them would not be a python compiler!
> The job I had in mind was making (or at least, prototyping) vis
> plugins for Sonique. That requires creating .dlls. I suppose I'm
stuck
> with C for this task.
You mean it can't work with COM objects? That's unusual. DLLs are much
harder to dynamically link with than COM. And of course COM objects
are fairly easy in Python...
Alan g.