Converting wxPython files to .exe

Thread Solved

Join Date: May 2009
Posts: 231
Reputation: sravan953 has a little shameless behaviour in the past 
Solved Threads: 28
sravan953's Avatar
sravan953 sravan953 is offline Offline
Posting Whiz in Training

Converting wxPython files to .exe

 
0
  #1
31 Days Ago
Hey All,

I have made a program called "Pymailer", I have even made a GUI version... now what I want to do is to convert it to .exe format... how do I do it? I googled for some info, but in vain!
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,046
Reputation: jlm699 is a jewel in the rough jlm699 is a jewel in the rough jlm699 is a jewel in the rough jlm699 is a jewel in the rough 
Solved Threads: 263
Sponsor
jlm699's Avatar
jlm699 jlm699 is offline Offline
Knows where his Towel is
 
0
  #2
31 Days Ago
Originally Posted by sravan953 View Post
Hey All,

I have made a program called "Pymailer", I have even made a GUI version... now what I want to do is to convert it to .exe format... how do I do it? I googled for some info, but in vain!
The same way you create any .exe, using py2exe! Search this forum for examples of setting up a setup file.
1. Use Code Tags.
2. Homework? Show Effort.
3. Keep discussions on the forum: no PMs
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 231
Reputation: sravan953 has a little shameless behaviour in the past 
Solved Threads: 28
sravan953's Avatar
sravan953 sravan953 is offline Offline
Posting Whiz in Training
 
0
  #3
31 Days Ago
Originally Posted by jlm699 View Post
The same way you create any .exe, using py2exe! Search this forum for examples of setting up a setup file.
I tried py2exe, but it didn't work for wxPython
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,983
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 926
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite
 
0
  #4
31 Days Ago
Originally Posted by sravan953 View Post
I tried py2exe, but it didn't work for wxPython
News to me! I have used py2exe successfully with wxPython programs, many times!
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 231
Reputation: sravan953 has a little shameless behaviour in the past 
Solved Threads: 28
sravan953's Avatar
sravan953 sravan953 is offline Offline
Posting Whiz in Training
 
0
  #5
31 Days Ago
Originally Posted by vegaseat View Post
News to me! I have used py2exe successfully with wxPython programs, many times!
In the last line it says:
***finding dlls needed***
error: MSCVP90.dll: No such file or directory
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 3,983
Reputation: vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice vegaseat is just really nice 
Solved Threads: 926
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
DaniWeb's Hypocrite
 
0
  #6
31 Days Ago
Python26 has been compiled with a later version of the MS C compiler, looks like MSCVP90.dll is one of the runtime libraries, should be somewhere on your computer. If there is such a DLL, you can download it from MicroSoft or http://www.dll-downloads.com/

Are you sure you don't mean MSVCR90.dll?

A note to sravan953:
Giving the missing dll the correct name would have saved quite some time.
Last edited by vegaseat; 31 Days Ago at 2:03 pm. Reason: MSVCP90.dll, MSVCR90.dll
May 'the Google' be with you!
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 148
Reputation: snippsat is an unknown quantity at this point 
Solved Threads: 46
snippsat snippsat is offline Offline
Junior Poster
 
1
  #7
31 Days Ago
Vegaseat gave you an answer in your own post last time.
http://www.daniweb.com/forums/showth...ymailer&page=5

I have used py2exe and wxpython many times it`s works fine.

Some more info if you need it.
http://wiki.wxpython.org/py2exe
http://stackoverflow.com/questions/3...-an-executable
http://article.gmane.org/gmane.comp....wxpython/71929
Last edited by snippsat; 31 Days Ago at 11:33 am.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 231
Reputation: sravan953 has a little shameless behaviour in the past 
Solved Threads: 28
sravan953's Avatar
sravan953 sravan953 is offline Offline
Posting Whiz in Training

It worked!

 
0
  #8
31 Days Ago
Originally Posted by snippsat View Post
Vegaseat gave you an answer in your own post last time.
http://www.daniweb.com/forums/thread...ymailer&page=5

I have used py2exe and wxpython many times it`s works fine.

Some more info if you need it.
http://wiki.wxpython.org/py2exe
http://stackoverflow.com/questions/3...-an-executable
http://article.gmane.org/gmane.comp....wxpython/71929
After reading the article at Stackoverflow, I figured out how to make it work! Thanks! I just had to Google for MSVCP90.dll and download and place it in the appropriate folder! Kudos!
Reply With Quote Quick reply to this message  
Reply

Tags
convert, exe, format, py, py2exe, wxpython

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


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC