![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2008
Posts: 10
Rep Power: 0
![]() |
Other people want to see my programs, how to send them?
How exactly do I send programs to a friend via the internet? Is there a way to "upload" them? Or what?
I did a search, but was confused by what you guys were saying. Sorry. Thanks everyone. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
Re: Other people want to see my programs, how to send them?
I assume you know how to e-mail an attachment, or send someone a file via MSN. But if the person you're sending your program to does not have Python installed on their machine, you've probably figured out that the .py file is useless to them. If they open that .py file, their computer does not know what to do with it unless they have Python installed. Therefore, they do not see the same thing you see.
There are ways to byte-compile your .py file, and package it with the Python dependencies, into a single .exe file. This executable file can be run from any other Windows Machine, with or without Python being installed. Check out PyInstaller for more information. Follow the documentation closely. It can be a painful process, but it's easy once you learn how to do it. Then you end up with a nice .exe file you can send to your friends through e-mail, MSN, or however you please. |
|
|
|
|
|
#3 |
|
Programmer
|
Re: Other people want to see my programs, how to send them?
I have to say, Sending a file via the internet, is like turning on a PC, zip the file with winrar, winzip, or 7zip and attach it to a email, If it to big to email try a file share site or a FTP site, alot of email sites such as MSN and Yahoo will not let a .exe go through it has to be zipped, Note long ago I sent a 70 MB file through http://www.sendfile.com or http://www.filesend.com not sure what one. I have reformated since then and can't recall the exact name, Sorry but I hope this helps
How exactly do I send programs to a friend via the internet? Is there a way to "upload" them? Or what? |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Aug 2005
Location: Austin, TX
Posts: 15
Rep Power: 0
![]() |
Re: Other people want to see my programs, how to send them?
If you don't care that the whole world can see your program, you can use a pastebin. There are many to choose from, an easy one is http://pastebin.com/. You can even create your own personal pastebin url, just go to http://connahhh.pastebin.com.
Point your browser to the pastebin, paste your program into the text window, enter your name and click Send. Now note the URL in your browser address bar, which points to your newly pasted code, and send that URL to your friend - I just pasted you a snippet at http://pastebin.com/mcd1093b. (It will disappear in a month - you can also set the lifespan on this web site to 1 day or forever). -- Paul |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Other people want to see my programs, how to send them?
I'd love to send my programs through email. Unfortunately, gmail doesn't allow me to send .exe files in an attachment. Or atleast it didn't the last time I checked.
|
|
|
|
|
|
#6 | |
|
Programming Guru
![]() |
Re: Other people want to see my programs, how to send them?
Quote:
I remember one of these methods has worked for me in the past. |
|
|
|
|
|
|
#7 | |
|
Newbie
Join Date: Nov 2007
Posts: 9
Rep Power: 0
![]() |
Re: Other people want to see my programs, how to send them?
Quote:
I'd just say screw it and upload it to wikiuploads or a similar site. |
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Nov 2007
Location: Ireland
Posts: 19
Rep Power: 0
![]() |
Re: Other people want to see my programs, how to send them?
Yahoo mail allows you attach exe's. They don't need to be zipped either.
|
|
|
|
![]() |
| 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 |
| People and Social skills of programmers/IT professionals | csrocker101 | Coder's Corner Lounge | 52 | Sep 14th, 2007 4:41 PM |
| send() problem w/ http server | kch_86 | C | 2 | Nov 25th, 2005 12:53 AM |
| Programming Team Needed - People People People, Is this possible? | mike999904 | Project Ideas | 0 | Mar 24th, 2005 6:20 PM |