|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
.py had to be included?
is it possible in python to have a .exe file so that you wont have to include any source files .py? is there any language for linux that i dont have to include the source to run the program?
|
|
#2
|
||||
|
||||
|
For Linux you should look at http://starship.python.net/crew/atuining/cx_Freeze/
This will create an executable with a number of library modules. This group of files can then be gzipped and distributed. You cannot guarantee it will work in all cases as the package may still require access to some shared libraries that must be on the system. So it is likely it will still have some dependencies. grm ![]()
__________________
*** Experimental Python Markup CGI V2 *** |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > .py had to be included? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|