Re: [Pythonmac-SIG] Xcode 3.0 and Compiled Python Files?

2008-04-22 Thread Christopher Barker
Brian Berliner wrote: I'd like to have my built app include only .pyc (or .pyo) files and not to include the .py source files. 1. Is this possible? 2. How do I do it? py2app puts all the *.pyc files you need into the application bundle. I don't think it includes any *.py files except for your

[Pythonmac-SIG] Xcode 3.0 and Compiled Python Files?

2008-04-22 Thread Brian Berliner
I'm playing around with the Python support in Xcode 3.0 (under Leopard). I'd like to have my built app include only .pyc (or .pyo) files and not to include the .py source files. 1. Is this possible? 2. How do I do it? 3. Is there a way to obfuscate the code so that it is not easy to disassa

[Pythonmac-SIG] Problem with File dialog

2008-04-22 Thread Brett Duncan
Hello List! I'm trying to add a file selector to a program I'm working on (I'm using wxPython on an Intel MacBook Pro, OS X 10.4.11), but I keep getting the following error whenever I run the program and try selecting a file: Traceback (most recent call last): File "ConvertGUI.py", line 56,

[Pythonmac-SIG] appscript path problem from a newbie

2008-04-22 Thread John Ott
has solved my problem. I recently upgraded my OmniOutliner and had two copies floating around. Double clicking Projects.oo3 opened 3.6.2 and python was opening 3.6.5. Thanks. John * *

[Pythonmac-SIG] Full Screen Window

2008-04-22 Thread Gregg Lobdell
I'm using Python 2.5, wxPython, and PIL. I am working on a slide show application similar to what iPhoto does, but with some added features. I like the random feature of iPhoto, but I want to designate small sets of pictures that should always be shown in sequence. Anyway, my question i