| | |
Compiling SPE IDE Using PY2EXE
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
Hello guys!
How are you doing all
I again need help
Can anyone help me to get SPE IDE run
as executable using py2exe? I have tried using code below
what I get is exe file but when I run it I get message
.....needs higher version of wxpython... error, while it is not true
I have latest stable versions of wxpython and python and py2exe
by the way the code is this
from distutils.core import setup
import py2exe
import sys
if len(sys.argv) == 1:
sys.argv.append("py2exe")
setup( options = {"py2exe": {"compressed": 1, "optimize": 2, "ascii": 1, "bundle_files": 1}},
zipfile = None,
windows = [{"script": 'SPE.pyw'}] )
Ideas ,solutions are Highly appreciated!
Steve
How are you doing all
I again need help
Can anyone help me to get SPE IDE run
as executable using py2exe? I have tried using code below
what I get is exe file but when I run it I get message
.....needs higher version of wxpython... error, while it is not true
I have latest stable versions of wxpython and python and py2exe
by the way the code is this
from distutils.core import setup
import py2exe
import sys
if len(sys.argv) == 1:
sys.argv.append("py2exe")
setup( options = {"py2exe": {"compressed": 1, "optimize": 2, "ascii": 1, "bundle_files": 1}},
zipfile = None,
windows = [{"script": 'SPE.pyw'}] )
Ideas ,solutions are Highly appreciated!
Steve
•
•
Join Date: Oct 2007
Posts: 42
Reputation:
Solved Threads: 7
"And da wind cry moron." ~ Pearls Before Swine
I Now don't use SPE anymore. I have switched to Eclipse and Pydev But Now I'm with NETBEANS and NbPython. It is Good as I learn with it C++, PHP and Python in the same IDE
Thanks All,
Steve
Thanks All,
Steve
![]() |
Other Threads in the Python Forum
- Previous Thread: A thread about threads
- Next Thread: Query on Linkchecker Module.
| Thread Tools | Search this Thread |
Tag cloud for Python
ansi assignment avogadro backend beginner binary bluetooth character cmd code copy customdialog data decimals dictionary drive dynamic error examples excel exe file float format ftp function gnu graphics gui heads homework http ideas import input java leftmouse line linux list lists logging loop module mouse newb number numbers output parsing path pointer port prime program programming progressbar projects push py2exe pygame pyglet pyqt python random recursion recursive refresh schedule scrolledtext sqlite ssh statistics stdout string strings sudokusolver sum table terminal text thread threading time tkinter tlapse tricks tuple tutorial ubuntu unicode update urllib urllib2 variable wikipedia windows write wxpython xlib






