![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 9
Rep Power: 0
![]() |
Running python on computers without python installed.
Is there a way to run python apps on computers that dont have python framework installed.
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#2 |
|
PFO Founder
![]() ![]() |
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.
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#3 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 9
Rep Power: 0
![]() |
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.
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
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
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#5 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 9
Rep Power: 0
![]() |
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.
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
Re: Running python on computers without python installed.
Yer, i tend to dual boot works well for me solves alot of problems lol
Chris
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running python scripts on localhost | Swan | Python | 21 | Feb 19th, 2008 9:37 PM |
| [tutorial] Python for programming beginners | coldDeath | Python | 30 | Dec 14th, 2005 11:35 AM |
| Convert Python script to C++ code | clanotheduck | Python | 17 | Sep 25th, 2005 8:55 AM |
| Advanced Python Tricks | Arevos | Python | 19 | Sep 24th, 2005 7:39 AM |
| Python - A Programmers Introduction | coldDeath | Python | 17 | Aug 19th, 2005 12:41 PM |