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!
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!
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.
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
I tried py2exe, but it didn't work for wxPython
News to me! I have used py2exe successfully with wxPython programs, many times!
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
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.
Vegaseat gave you an answer in your own post last time.
http://www.daniweb.com/forums/showthread.php?t=224869&highlight=pymailer&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/323424/py2exe-fails-to-generate-an-executable
http://article.gmane.org/gmane.comp.python.wxpython/71929
Vegaseat gave you an answer in your own post last time.
http://www.daniweb.com/forums/thread224869.html&highlight=pymailer&page=5I 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/323424/py2exe-fails-to-generate-an-executable
http://article.gmane.org/gmane.comp.python.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!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.