|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
||||
|
||||
|
hate that dos window!!
Ok i when along and started learning wxpython
rox.. but not.. when i try to compile it with py2exe -w i get an error ![]() Code:
C:\Python23>python setup.py py2exe -w usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option -w not recognized any suggestion? i know i did this before.. but dont know why its not working now
__________________
IE QUOTE | PHP Manual | Google | C/C++ Compiler | Linux Tutorials | General Stuff Game Dev |
|
#2
|
||||
|
||||
|
If your using the latest version of py2exe then its worth noting that they totaly revamped the options a while back
. Just out of interest are you trying to create an exe from wxPython or Tk?Mark. |
|
#3
|
||||
|
||||
|
wxPython
i like it.. thanx for recomending it.. :P, any idea on that exe part though?btw.. Im getting confused with Tkinter and wxPython.. damn sux but.. heh i will get over it ![]() |
|
#4
|
||||
|
||||
|
Quote:
from the py2exe page: The above setup script creates a console program, if you want a GUI program without the console window, simply replace console=["myscript.py"] with windows=["myscript.py"]. i have also read,that by changing the file extension from ".py" to ".pyw" before you compile will also have the same effect.
__________________
It is not important if the glass is half full or half empty.What is important,is who has been drinking from MY glass?!?!? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > hate that dos window!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|