if need small python executable

N

Nickolay

it's easy to create small executable from python code, when using
assembler compilers. I ask you if need it?
 
I

Irmen de Jong

Nickolay said:
it's easy to create small executable from python code, when using
assembler compilers. I ask you if need it?

What's an assembler compiler?
I also don't understand your actual question.

--Irmen
 
I

Irmen de Jong

Nickolay said:
it's easy to create small executable from python code, when using
assembler compilers. I ask you if need it?

What's an assembler compiler?
I also don't understand your actual question.

--Irmen
 
P

Peter Maas

Irmen said:
What's an assembler compiler?
I also don't understand your actual question.

Are there programs available (Python assemblers) which convert a
10 kb Python script into a 5 kb binary executable?

Answer: No. But you can use py2exe (Windows), McMillan installer
(Unix) or py2app (Mac) to create a not so small (>= 2 MB) executable
containing python bytecode and the python executable.

:)
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,212
Messages
2,571,101
Members
47,695
Latest member
KayleneBee

Latest Threads

Top