Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #25710 > unrolled thread
| Started by | Menghsiu Lee <menghsiu.lee@gmail.com> |
|---|---|
| First post | 2012-07-20 19:09 -0700 |
| Last post | 2012-07-23 17:19 -0400 |
| Articles | 7 — 6 participants |
Back to article view | Back to comp.lang.python
can someone teach me this? Menghsiu Lee <menghsiu.lee@gmail.com> - 2012-07-20 19:09 -0700
Re: can someone teach me this? rusi <rustompmody@gmail.com> - 2012-07-20 19:22 -0700
Re: can someone teach me this? hamilton <hamilton@nothere.com> - 2012-07-20 21:15 -0600
Re: can someone teach me this? Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-07-21 11:06 -0400
Re: can someone teach me this? hamilton <hamilton@nothere.com> - 2012-07-21 10:53 -0600
Re: can someone teach me this? "E." <NOSPAM.wrong@wrong.invalid> - 2012-07-23 13:32 +0000
Re: can someone teach me this? Terry Reedy <tjreedy@udel.edu> - 2012-07-23 17:19 -0400
| From | Menghsiu Lee <menghsiu.lee@gmail.com> |
|---|---|
| Date | 2012-07-20 19:09 -0700 |
| Subject | can someone teach me this? |
| Message-ID | <040e860f-f107-4f70-9c20-2635b514469c@googlegroups.com> |
Hi, I have tried 1000 times to compile this python file to be an exe file by using py2exe and gui2exe But, it does not work out. I am thinking if there can be some genius teaching me how to make this happen. The link in below is the complete code with all sources. Everything is open to everyone since I change this from another expert. http://dl.dropbox.com/u/63928380/blackjack.rar Thanks for your help and instructions. Best regards, menghsiu
[toc] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2012-07-20 19:22 -0700 |
| Message-ID | <a69b7cdc-2eb2-477b-8340-b8800b9cd3a6@g4g2000pbn.googlegroups.com> |
| In reply to | #25710 |
On Jul 21, 7:09 am, Menghsiu Lee <menghsiu....@gmail.com> wrote: "can someone teach me this?" Lesson 1: Use an informational subject line Lesson 2: Post what you did and what happened
[toc] | [prev] | [next] | [standalone]
| From | hamilton <hamilton@nothere.com> |
|---|---|
| Date | 2012-07-20 21:15 -0600 |
| Message-ID | <jud6sr$ja0$1@dont-email.me> |
| In reply to | #25710 |
On 7/20/2012 8:09 PM, Menghsiu Lee wrote: > Hi, > I have tried 1000 times to compile this python file to be an exe file by using py2exe and gui2exe > But, it does not work out. > I am thinking if there can be some genius teaching me how to make this happen. > The link in below is the complete code with all sources. Everything is open to everyone since I change this from another expert. > > http://dl.dropbox.com/u/63928380/blackjack.rar Oh yea, let me download a rar file without an explanation. You are an idiot, or a scammer. > > Thanks for your help and instructions. > > Best regards, > > menghsiu >
[toc] | [prev] | [next] | [standalone]
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
|---|---|
| Date | 2012-07-21 11:06 -0400 |
| Message-ID | <mailman.2384.1342883231.4697.python-list@python.org> |
| In reply to | #25714 |
On Fri, Jul 20, 2012 at 11:15 PM, hamilton <hamilton@nothere.com> wrote: > You are an idiot, or a scammer. Please be nice. -- Devin
[toc] | [prev] | [next] | [standalone]
| From | hamilton <hamilton@nothere.com> |
|---|---|
| Date | 2012-07-21 10:53 -0600 |
| Message-ID | <juemqv$vpa$1@dont-email.me> |
| In reply to | #25745 |
On 7/21/2012 9:06 AM, Devin Jeanpierre wrote: > On Fri, Jul 20, 2012 at 11:15 PM, hamilton <hamilton@nothere.com> wrote: >> You are an idiot, or a scammer. > > Please be nice. > > -- Devin > Devin, When someone asks me to download a compressed file, its just like the SCAM junk email I get all too often. If the OP would learn how to post on usenet, I would have been happy to help out. I apologize to the group, but the OP needs to learn how to post. hamilton
[toc] | [prev] | [next] | [standalone]
| From | "E." <NOSPAM.wrong@wrong.invalid> |
|---|---|
| Date | 2012-07-23 13:32 +0000 |
| Message-ID | <slrn3vfsk0qkif.caf.NOSPAM.wrong@otaku.freeshell.org> |
| In reply to | #25710 |
On 2012-07-21, Menghsiu Lee <menghsiu.lee@gmail.com> wrote: > Hi, > I have tried 1000 times to compile this python file to be an exe file > by using py2exe and gui2exe But, it does not work out. I am thinking > if there can be some genius teaching me how to make this happen. The > link in below is the complete code with all sources. Everything is > open to everyone since I change this from another expert. > > http://dl.dropbox.com/u/63928380/blackjack.rar > > Thanks for your help and instructions. > > Best regards, > > menghsiu Maybe you want to show us what you've tried so far. -- e.
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2012-07-23 17:19 -0400 |
| Message-ID | <mailman.2501.1343078387.4697.python-list@python.org> |
| In reply to | #25867 |
On 7/23/2012 9:32 AM, E. wrote: > On 2012-07-21, Menghsiu Lee <menghsiu.lee@gmail.com> wrote: >> Hi, >> I have tried 1000 times to compile this python file to be an exe file >> by using py2exe and gui2exe But, it does not work out. You should show what happened. >> I am thinking >> if there can be some genius teaching me how to make this happen. The >> link in below is the complete code with all sources. Everything is >> open to everyone since I change this from another expert. >> >> http://dl.dropbox.com/u/63928380/blackjack.rar Not everyone can decode .rar files. You should store there a .py file or if you must, a standard .zip. But before you ask for help, you should try to minimize the code to something that still has the problem. Asking people to look through multiple files may be a bit much. If you find that removing block x lets the file compile, then you have found a source of the problem, if not the solution. -- Terry Jan Reedy
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web