943,931 Members | Top Members by Rank

Ad:
  • Python Discussion Thread
  • Marked Solved
  • Views: 2776
  • Python RSS
Oct 26th, 2009
0

Converting wxPython files to .exe

Expand 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!
Similar Threads
Reputation Points: 2
Solved Threads: 30
Posting Whiz in Training
sravan953 is offline Offline
242 posts
since May 2009
Oct 26th, 2009
0
Re: Converting wxPython files to .exe
Click to Expand / Collapse  Quote originally posted by sravan953 ...
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.
Reputation Points: 355
Solved Threads: 292
Veteran Poster
jlm699 is offline Offline
1,102 posts
since Jul 2008
Oct 26th, 2009
0
Re: Converting wxPython files to .exe
Click to Expand / Collapse  Quote originally posted by jlm699 ...
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
Reputation Points: 2
Solved Threads: 30
Posting Whiz in Training
sravan953 is offline Offline
242 posts
since May 2009
Oct 26th, 2009
0
Re: Converting wxPython files to .exe
Click to Expand / Collapse  Quote originally posted by sravan953 ...
I tried py2exe, but it didn't work for wxPython
News to me! I have used py2exe successfully with wxPython programs, many times!
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Oct 26th, 2009
0
Re: Converting wxPython files to .exe
Click to Expand / Collapse  Quote originally posted by vegaseat ...
News to me! I have used py2exe successfully with wxPython programs, many times!
In the last line it says:
Quote ...
***finding dlls needed***
error: MSCVP90.dll: No such file or directory
Reputation Points: 2
Solved Threads: 30
Posting Whiz in Training
sravan953 is offline Offline
242 posts
since May 2009
Oct 26th, 2009
0
Re: Converting wxPython files to .exe
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; Oct 26th, 2009 at 2:03 pm. Reason: MSVCP90.dll, MSVCR90.dll
Moderator
Reputation Points: 1333
Solved Threads: 1403
DaniWeb's Hypocrite
vegaseat is offline Offline
5,792 posts
since Oct 2004
Oct 26th, 2009
1
Re: Converting wxPython files to .exe
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; Oct 26th, 2009 at 11:33 am.
Reputation Points: 280
Solved Threads: 278
Master Poster
snippsat is offline Offline
771 posts
since Aug 2008
Oct 26th, 2009
0

It worked!

Click to Expand / Collapse  Quote originally posted by snippsat ...
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!
Reputation Points: 2
Solved Threads: 30
Posting Whiz in Training
sravan953 is offline Offline
242 posts
since May 2009

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Python Forum Timeline: Create a string with Hex values
Next Thread in Python Forum Timeline: Newbie problem with instancing a class





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC