|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
running .exe in py IDE
hello guys..
i been convert a file (test.py) to exe file (test.exe) by using py2exe.. i know i can run / call the exe file from command prompt, but i wish to run it in python IDE.. can anyone give me some ideas? i'm using win XP Pro + PythonWin 2.3 thanks... |
|
#2
|
||||
|
||||
|
Are you sure you can run the .exe in the IDE and not just the python code that created the exe?
-MBirchmeier
__________________
My blog on programming related things. Hopefully I won't bog it down with details on my life Apparently even computers have freudian slips. 0x4279 7465 204D 6521 |
|
#3
|
||||
|
||||
|
Hate to say it, but other than invoking exe form command line using the system() or popen() functions you can't; IDLE just doesn't offer you that feature as far as I'm aware
. |
|
#4
|
|||
|
|||
|
it means that the only thiog i can do is call the .exe in py code?
|
|
#5
|
|||
|
|||
|
it means that the only thing i can do is call the .exe in py code?
|
|
#6
|
||||
|
||||
|
Yes, since the IDLE GUI doesn't offer a way of starting exes the only way to invoke one is though the Python shell which IDLE wraps itself around. If you want to run the exe then just launch the command line/shell/terminal and type the path to the exe. Or, double click the exe if your using a windows machine.
|
|
#7
|
|||
|
|||
|
thank you...
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > running .exe in py IDE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|