[Pythonmac-SIG] mounting an afp volume

2005-04-29 Thread Adhamh Findlay
Hi All, Python newbie here! I'd like to know the "correct" way to mount an afp volume. Currently I'm using makedirs to create the mount point and then using os.system() to call mount_afp. I've looked for a Carbon.File call that can do this, but couldn't find anything up-to-date. Suggestions?

Re: [Pythonmac-SIG] py2app question

2005-04-29 Thread Bob Ippolito
On Apr 29, 2005, at 5:09 PM, Serge Rey wrote: On Fri, Apr 29, 2005 at 04:36:15PM -0400, Bob Ippolito wrote: On Apr 29, 2005, at 4:33 PM, Serge Rey wrote: i'm trying to build a tkinter app using py2app and think i'm almost there but have hit a bit of a bump. the app starts but then immediately clos

Re: [Pythonmac-SIG] py2app question

2005-04-29 Thread Serge Rey
On Fri, Apr 29, 2005 at 04:36:15PM -0400, Bob Ippolito wrote: > > On Apr 29, 2005, at 4:33 PM, Serge Rey wrote: > > >i'm trying to build a tkinter app using py2app and think i'm almost > >there but have hit a bit of a bump. > > > >the app starts but then immediately closes if i start it either of

Re: [Pythonmac-SIG] py2app question

2005-04-29 Thread Bob Ippolito
On Apr 29, 2005, at 4:33 PM, Serge Rey wrote: i'm trying to build a tkinter app using py2app and think i'm almost there but have hit a bit of a bump. the app starts but then immediately closes if i start it either of the following two ways: a. clicking on the starsgui.app icon in finder b.

[Pythonmac-SIG] py2app question

2005-04-29 Thread Serge Rey
i'm trying to build a tkinter app using py2app and think i'm almost there but have hit a bit of a bump. the app starts but then immediately closes if i start it either of the following two ways: a. clicking on the starsgui.app icon in finder b. open starsgui.app (from a shell) h

Re: [Pythonmac-SIG] Which Python are people going to use?

2005-04-29 Thread Chris Barker
[EMAIL PROTECTED] wrote: So if your archive is the only one that matters anyway, then we (the participants of this SIG) could start a massive packaging campaign to make it the "industry standard". Yes, Yes, Yes! please, let's all do this! It's really a nightmare that people can get packages from

Re: [Pythonmac-SIG] Python and Startup Items

2005-04-29 Thread Mark Phillips
On Apr 28, 2005, I wrote: I have created a Startup Item for macos x server 10.3.9 that invokes a shell script to start a python process. The startup item is called but the script fails. For anyone who read my query and wondered "yeah, what is the solution to that"... Gary Perez provided the sol

[Pythonmac-SIG] py2app/2.4

2005-04-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doh! I found a pre-built installer on Bob's site. Sorry for the false alarm. - -- Cheers, Kevin Walzer, PhD WordTech Software--Open Source Applications and Packages for OS X http://www.wordtech-software.com http://www.smallbizmac.com http://www.kevin-wa

[Pythonmac-SIG] py2applet and Python 2.4

2005-04-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm experimenting with py2applet and the Python 2.4.1 package. I previously installed py2app in the standard way against Apple's system Python. py2applet calls #!/usr/bin/python and when I changed that to #!/usr/local/bin/python, it complained that py2a

[Pythonmac-SIG] Python help package for PythonIDE--2.4

2005-04-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Because I am migrating my packages to Bob's 2.4 package, and because I find the Python Apple Help package in Jack's 2.3 tools very helpful, I am going to work on implementing this in Bob's package. When it's ready, I will make the package available for

[Pythonmac-SIG] WordTech packages: Python 2.4 only

2005-04-29 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've decided to support Bob's Python 2.4 only with my various packages (PyQt-Mac, SPE, etc.) as it appears that most people prefer to use the latest version. It will take a couple of weeks to get everything migrated to the new version and tested. I will

Re: [Pythonmac-SIG] Launching Python Subprocesses with Py2App

2005-04-29 Thread Bob Ippolito
On Apr 29, 2005, at 9:37 AM, Bob Swerdlow wrote: I am upgrading our application from bundlebuilder to py2app. It looks great and it looks like it will run on Tiger, which my bundlebuilder version does not. Something to finally put the nails in the coffin.. However, I've run into a problem beca

[Pythonmac-SIG] Launching Python Subprocesses with Py2App

2005-04-29 Thread Bob Swerdlow
Hi, I am upgrading our application from bundlebuilder to py2app. It looks great and it looks like it will run on Tiger, which my bundlebuilder version does not. However, I've run into a problem because our application launches subprocesses to run other Python scripts. In the old version with

Re: [Pythonmac-SIG] Which Python are people going to use?

2005-04-29 Thread Bob Ippolito
On Apr 29, 2005, at 9:03 AM, [EMAIL PROTECTED] wrote: On Apr 29, 2005, at 4:58, Bob Ippolito wrote: So stop providing libraries for 2.3, eliminate the confusion, and have them install that one extra package. That's what I would do if I were reasonably sure that everyone else did the same. Wh

RE: [Pythonmac-SIG] ZipFile revision....

2005-04-29 Thread Schollnick, Benjamin
My apologies I forgot two supplemental imports... (Hopefully a file attach will work on the list...) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, April 28, 2005 2:32 AM > To: pythonmac-sig@python.org

Re: [Pythonmac-SIG] Which Python are people going to use?

2005-04-29 Thread konrad . hinsen
On Apr 29, 2005, at 4:58, Bob Ippolito wrote: So stop providing libraries for 2.3, eliminate the confusion, and have them install that one extra package. That's what I would do if I were reasonably sure that everyone else did the same. Which makes me wondering: who is distributing Mac Python pac