thanks, stephen, your method works fine. @Giovanni: since stephen's method works perfectly you could put that one in your tutorial, because it's more fresh and simple. If you need to know something about how i applied it to my file just ask me.
Here is how it came out: http://www.megaupload.com/?d=AXYNDJNR just one exe file! Thanks (The program is in italian, and it's still work in progress, there is just the GUI) On 3 Mag, 13:34, TerabyteST <[email protected]> wrote: > @Giovanni > > Thanks! I am gonna try your method today or tomorrow. > > @Stephen > > Where is it located? > > On 3 Mag, 13:29, Stephen Dolan <[email protected]> wrote: > > > > > 2009/5/3 TerabyteST <[email protected]>: > > > > Hello. I have my wx Python program that I want to compile, and it uses > > > an image as logo. It is located in .\data\logo.jpg. I want to make a > > > standalone .exe file that doesn't need any data folder to work (it > > > doesn't even start if the data folder is not there). How can I do that? > > > simply use the img2py script that comes with wxPython to convert the > > image file to a python file. Then import it into your app as a > > wx.Image object --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
