Thanks for all the help. I got it to a point where I can execute the code and debug the problems. One problem I'm now facing is that in many places in the code, we have used resource_filename() -- to get the directory in which the file being executed belongs and to generate os specific paths. The problem is when everything is clubbed into one exe file, it seems that these directory structures break. Is this a known problem? Any recommended workarounds?
Also: I would like to generate a installer (MSI preferably) for windows that can install my application. How do I approach this problem from getting the executable sitting in "dist". Thanks a lot for all your help, -- 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.
