Compiling SPE IDE Using PY2EXE

Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Jun 2007
Posts: 1,464
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Compiling SPE IDE Using PY2EXE

 
0
  #1
Mar 14th, 2008
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
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 42
Reputation: 1337455 10534 is an unknown quantity at this point 
Solved Threads: 7
1337455 10534 1337455 10534 is offline Offline
Light Poster

Re: Compiling SPE IDE Using PY2EXE

 
0
  #2
Mar 16th, 2008
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.
"And da wind cry moron." ~ Pearls Before Swine
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,464
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: Compiling SPE IDE Using PY2EXE

 
0
  #3
Mar 16th, 2008
I have no Idea of what you are trying to say!
Can you clarify please
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 42
Reputation: 1337455 10534 is an unknown quantity at this point 
Solved Threads: 7
1337455 10534 1337455 10534 is offline Offline
Light Poster

Re: Compiling SPE IDE Using PY2EXE

 
0
  #4
Mar 16th, 2008
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..
"And da wind cry moron." ~ Pearls Before Swine
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,464
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: Compiling SPE IDE Using PY2EXE

 
0
  #5
Mar 16th, 2008
What is that another exe compiler? Have you played with it.Where can I download it?
Thanks a lot
Steve
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 42
Reputation: 1337455 10534 is an unknown quantity at this point 
Solved Threads: 7
1337455 10534 1337455 10534 is offline Offline
Light Poster

Re: Compiling SPE IDE Using PY2EXE

 
0
  #6
Mar 18th, 2008
Pretty good link;
http://effbot.org/zone/python-compile.htm

Sorry, not a great explainer..
"And da wind cry moron." ~ Pearls Before Swine
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,464
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: Compiling SPE IDE Using PY2EXE

 
0
  #7
Aug 21st, 2008
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
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the Python Forum
Thread Tools Search this Thread



Tag cloud for Python
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC