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!
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.
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
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!
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.