Re: [Pythonmac-SIG] New to Python - how to get Py2App to work?

2008-07-29 Thread altern
Chris Mills(e)k dio: Greetings, I am new to Python, have never developed tools with C++ (I have extensive MEL scripting experience with Autodesk's Maya), and am faced with needing to develop tools to deploy into a Mac OSX 10.5 environment. I've downloaded and installed py2app with ez-install

Re: [Pythonmac-SIG] New to Python - how to get Py2App to work?

2008-07-29 Thread Christopher Barker
Nehemiah Dacres wrote: for a gui app I would simply use platypus and include what ever libraries I needed for the gui It would be interesting for someone to do a comparison of Platypus and py2app, but at a glance it looks like you'd need to do a lot of h

Re: [Pythonmac-SIG] New to Python - how to get Py2App to work?

2008-07-29 Thread Nehemiah Dacres
On Tue, Jul 29, 2008 at 9:03 PM, Chris Mills <[EMAIL PROTECTED]> wrote: > Greetings, > > I am new to Python, have never developed tools with C++ (I have extensive > MEL scripting experience with Autodesk's Maya), and am faced with needing to > develop tools to deploy into a Mac OSX 10.5 environmen

[Pythonmac-SIG] New to Python - how to get Py2App to work?

2008-07-29 Thread Chris Mills
Greetings, I am new to Python, have never developed tools with C++ (I have extensive MEL scripting experience with Autodesk's Maya), and am faced with needing to develop tools to deploy into a Mac OSX 10.5 environment. I've downloaded and installed py2app with ez-install and now am faced wit

Re: [Pythonmac-SIG] file system encoding and type

2008-07-29 Thread Jeremy Reichman
It's too bad there doesn't seem to be something similar to os.path.ismount() that would determine the kind of volume. -- Jeremy ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] quick tutorial on aemreceive

2008-07-29 Thread Hengist Podd
Rand Dvorak wrote:> I have an app that I created and put into an app wrapper using py2app,  > now need for it to be activated with a folder action script.    All my  > research so far has pointed me to the aemreceive module, but I have  > not idea what to use for for the code for the second argumen