Ed Leafe wrote: > On Apr 25, 2007, at 1:34 PM, [EMAIL PROTECTED] wrote: > > >> Try pyinstaller instead and you'll be able to create executables >> for more than one platform. Miguel, I'll try pyinstaller, too. Thanks.
> Bear in mind, though, that you can't make a Linux executable from a > Windows machine. Nor can you make a RedHat Linux executable from an > Ubuntu machine. Nor can you make a RedHat 7 executable from a RedHat > 9 installation. > Ed, here's a sample of my ignorance. I thought Linux just ran any file (assuming it was valid) by changing the permissions to be executable? If I created a dabo app using the appwizard, I'd just be able to take the folder, dump it into Lunux, click on the app.py, and it would run (assuming a proper Python install). Correct? Does Pyinstaller do the same thing for Linux that Py2exe does for Windows? Create a single executable file? And if so, what extension does it use for Linux? -- Vince Teachout Caracal Software www.caracal.net 518-733-9411 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
