Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   Running python on computers without python installed. (http://www.programmingforums.org/showthread.php?t=15780)

seVor May 5th, 2008 2:20 PM

Running python on computers without python installed.
 
Is there a way to run python apps on computers that dont have python framework installed.

big_k105 May 5th, 2008 2:21 PM

Re: Running python on computers without python installed.
 
http://www.py2exe.org/

I believe that is what I have seen people around here talk about when they want to compile a python program to an exe.

seVor May 5th, 2008 2:22 PM

Re: Running python on computers without python installed.
 
first of all... Great name. Kyle is my name!! Is this a linux compatible solution or only for windows. I mean to say do I need windows to install py2exe or can I install it on linux.

Freaky Chris May 5th, 2008 2:26 PM

Re: Running python on computers without python installed.
 
Linux Machines all come with Python installed anyway so its not a problem, py2exe obviously creates an exe file which is executable on Windows, im not sure if the provide source code etc required for Linux, or a package file. Most likely not.

Note don't be alarmed by file sizes.

It includes alot of base files also it builds in the interperetor so a small 1kb files may come out a few mb but you will notice that a 500kb files will only come out to about 499kb bigger.


Chris

seVor May 5th, 2008 2:28 PM

Re: Running python on computers without python installed.
 
cool thanks.. Thats what I thought. just checking cause I am only in windows on my work computer. All other comps nuked windows for linux.

Freaky Chris May 5th, 2008 2:30 PM

Re: Running python on computers without python installed.
 
Yer, i tend to dual boot works well for me solves alot of problems lol

Chris


All times are GMT -5. The time now is 9:29 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC