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

Recommended Answers

All 6 Replies

Is it possible to add a wx switch to the compiler?
I know my wx apps compile fine..
For something as large as SPE, it could be any number of things..
Sorry.

I have no Idea of what you are trying to say!
Can you clarify please

Sorry, just that in a different Python to Executable compiler, (by a Mr Gold.. something), you have to add a line specifying whether to compile tk, wx, or gtk support or not.
I'm not sure, but py2exe may have similar command line parameters..

What is that another exe compiler? Have you played with it.Where can I download it?
Thanks a lot
Steve

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.