[Pythonmac-SIG] Fwd: Serial port IO on Python 2.7.3 on OS X

2012-06-08 Thread Mike Wirth
Whoops, meant to send this to the group address. -- Forwarded message -- From: Mike Wirth Date: Fri, Jun 8, 2012 at 10:55 AM Subject: Re: [Pythonmac-SIG] Serial port IO on Python 2.7.3 on OS X To: Ronald Oussoren Pascal and Ronald, Thanks. I'll let you know what works f

[Pythonmac-SIG] Serial port IO on Python 2.7.3 on OS X

2012-06-07 Thread Mike Wirth
special about the Bluetooth serial profile (e.g., setting port properties)? Mike PS: Pointers to the appropriate docs appreciated and I promise to RTFM :-) ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listi

[Pythonmac-SIG] Still Unable to Install PyObjC

2011-08-01 Thread Mike
distribution for Requirement.parse('pyobjc-framework-ServiceManagement==2.4a0') I'm running Lion, upgraded from Snow Leopard, but I had this same problem on SL as well. Can anyone help with this? Thanks, Mike ___ Pythonmac-SI

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-14 Thread Mike
- Original Message - From: "Ronald Oussoren" To: "Mike" Cc: "Pythonmac-sig sig" Sent: Tuesday, June 14, 2011 5:08 AM Subject: Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app On 14 Jun, 2011, at 7:37, Ronald Oussoren wrote

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-13 Thread Mike
n for Requirement.parse('pyobjc-framework-ServiceManagement==2.4a0') Anyone have a solution for this? Mike- Original Message - From: "Christopher Barker" To: "Mike" Cc: Sent: Monday, June 13, 2011 1:07 PM Subject: Re: [Pythonmac-SIG] Getting an Error When Running Ap

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-12 Thread Mike
I also just tried installing python2.6.6 from python.org, but when I run python2.6, it still claims i'm running python 2.6.1. Any idea how to fix this? Mike - Original Message - From: "Christopher Barker" To: "Mike" ; "Pythonmac-sig" Sent: Thur

Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-12 Thread Mike
else to try. Mike - Original Message - From: "Christopher Barker" To: "Mike" ; "Pythonmac-sig" Sent: Thursday, June 09, 2011 1:28 PM Subject: Re: [Pythonmac-SIG] Getting an Error When Running App built with Py2app Mike wrote: Hi, I'm using the

[Pythonmac-SIG] Getting an Error When Running App built with Py2app

2011-06-07 Thread Mike
n.org. Now I get the following error: <_FuncPtr object at 0xc1cd8> Traceback (most recent call last): File "/Users/mike/rsg-client/src/dist/rsg.app/Contents/Resources/__boot__.py", line 187, in _run('rsg.py') File "/Users/mike/rsg-client/src/dist/rsg.app/Conten

[Pythonmac-SIG] Py2APP App Won't Run After Build

2010-05-22 Thread Mike
Hi, I built my program with py2app thew standard way. py2applet --make-setup zgp.py then python setup.py py2app. As far as external packages I'm using WXPython, PyGame, and Pyttsx. I think the error is something related to Pyttsx. Here's the output I get when running the app from the console:

[Pythonmac-SIG] My previous Message

2010-05-19 Thread Mike
Sorry about my previous message. It seems the guy who's testing this for me forgot to install Py2app. It built successfully...I think I'm now getting an import error: no module named Drivers.NSSS. I'll post more console output if there is any. Mike___

[Pythonmac-SIG] Py2App Problem

2010-05-19 Thread Mike
Hi, I was finally able to get my app to run by using multiprocessing, so thanks guys for that suggestion. However, I'm trying to build it with py2app, and am getting this error. I generated a setup.py script using py2applate --make-setup zgp.py. Installed /Users/MacAdmin/Desktop/RSG/zgp/src/py

Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac

2010-05-18 Thread Mike
- Original Message - From: "Bill Janssen" To: "Mike" Cc: ; Sent: Tuesday, May 18, 2010 2:22 AM Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac An easy way to speak stuff on the Mac from Python is import os os.

Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac

2010-05-17 Thread Mike
- Original Message - From: "Bill Janssen" To: "Mike" Cc: ; Sent: Sunday, May 16, 2010 10:28 PM Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac I tried pyttsx on a Mac running 10.5.8: % ls MANIFEST.in README pyttsx set

Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac

2010-05-16 Thread Mike
- Original Message - From: "Bill Janssen" To: "Mike" Cc: ; Sent: Sunday, May 16, 2010 10:11 PM Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac Mike, I looked back at your messages. I find that things work best on the

[Pythonmac-SIG] Still Unable to get my Python program working on the mac

2010-05-16 Thread Mike
Hi, I'm sure you've seen my thread that started off with a module import problem. Now, I've really hit a dead end since the program won't even stay open and there's no traceback to give me a starting point. Could someone who's experienced in python mac development and has some extra time be wi

Re: [Pythonmac-SIG] Module Import Problem

2010-05-11 Thread Mike
- Original Message - From: "Ronald Oussoren" To: "Mike" Cc: Sent: Tuesday, May 11, 2010 4:04 AM Subject: Re: [Pythonmac-SIG] Module Import Problem On 9 May, 2010, at 22:21, Mike wrote: - Original Message - From: "Ronald Oussoren" To:

Re: [Pythonmac-SIG] Module Import Problem

2010-05-09 Thread Mike
- Original Message - From: "Ronald Oussoren" To: "Mike" Cc: Sent: Monday, May 03, 2010 1:09 AM Subject: Re: [Pythonmac-SIG] Module Import Problem On 2 May, 2010, at 20:16, Mike wrote: I built the latest PyObjC from source and got the same error. What

Re: [Pythonmac-SIG] Module Import Problem

2010-05-02 Thread Mike
I built the latest PyObjC from source and got the same error. Do I need to build the older version, PyObjC 2.0? Also, what is mac ports? Mike - Original Message - From: "Aahz" To: Sent: Saturday, May 01, 2010 9:55 PM Subject: Re: [Pythonmac-SIG] Module Import Problem O

Re: [Pythonmac-SIG] Module Import Problem

2010-04-26 Thread Mike
- Original Message - From: "Chris Barker" To: "Mike" Sent: Sunday, April 25, 2010 1:11 PM Subject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: Using easy_install. I installed easy_install by using this script: http://peak.telecommunity.com/dist

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
ubject: Re: [Pythonmac-SIG] Module Import Problem Mike wrote: I don't think I'm doing anything special really. Just running it with python zgp.py. It may be something the pyttsx package is doing... how did you install pyttsx ? -Chris - Original Message - From: "Chris B

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
I don't think I'm doing anything special really. Just running it with python zgp.py. It may be something the pyttsx package is doing... - Original Message - From: "Chris Barker" To: Sent: Sunday, April 25, 2010 12:14 PM Subject: Re: [Pythonmac-SIG] Module Import P

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
uires version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0 - Original Message - From: "Aahz" To: Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Import Problem On Wed, Apr 21, 2010, Mike wrote: My friend is testing my program for me

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
Foundation - Original Message - From: "Aahz" To: Sent: Saturday, April 24, 2010 12:22 PM Subject: Re: [Pythonmac-SIG] Module Import Problem On Wed, Apr 21, 2010, Mike wrote: My friend is testing my program for me on his Mac, he's running Snow leopard. I'm using a

[Pythonmac-SIG] Module Import Problem

2010-04-21 Thread Mike
Hi, My friend is testing my program for me on his Mac, he's running Snow leopard. I'm using a package called Pyttsc that allows for text to speech on the Mac. He's getting the following error: file: build/bdist.macosx-10.6universal/egpyttsx/drivers/nsss.py, line 18: no module named foundation

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
and I'll need a mac? Mike - Original Message - From: "Chris Rebert" To: "Mike" Cc: Sent: Saturday, April 17, 2010 10:44 PM Subject: Re: [Pythonmac-SIG] Py2app Problem On Sat, Apr 17, 2010 at 7:28 PM, Mike wrote: Hi all, I'm having an issue with Py2

[Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
Hi all, I'm having an issue with Py2app. I'm totally new to this, so if you could help I'd greatly appreciate it. Below is some of the output I was getting, and the traceback. I generated a setup.py using py2applet, and thne ran python setu.py py2app. If you need more information from me, let m

Re: [Pythonmac-SIG] py2app + pygame: how to exclude pygame icon?

2010-01-04 Thread Mike Lawrence
Oops. I was replying to this thread: http://mail.python.org/pipermail/pythonmac-sig/2009-January/020834.html which I thought only just began, but I now see it began a year ago. Still getting used to 2010 it seems! Mike On Sun, Jan 3, 2010 at 7:10 PM, Mike Lawrence wrote: > This seemed to w

Re: [Pythonmac-SIG] py2app + pygame: how to exclude pygame icon?

2010-01-03 Thread Mike Lawrence
following just after pygame.init(), *before* pygame.display.set_mode(). pygame.display.set_icon(pygame.image.load('AppIcon.png')) Next, when you build using py2app, build as follows: python setup.py py2app --iconfile AppIcon.icns --resources AppIcon.png -- Mike Lawrence Graduate St

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-12 Thread Mike Covill
ot;Section 1" #!!!: Look at this now! displays as: "!!! Look at this now" Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] py2app OpenGL example error

2008-08-11 Thread Mike Porter
ist archives to no avail. If anyone can suggest why I might be getting this error, I would appreciate the help. Thanks, Mike Porter ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] LXML with py2app

2008-08-07 Thread Mike Keith
t >> by macports. > > I'm pretty sure the build you get from python.org works fine with Tkinter -- > it is well integerated with OS-X, rather than separate and "unixy" like > macports and fink. i used the python.org build for exa

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Mike Covill
On 7-Aug-08, at 9:45 AM, Mike Covill wrote: On 7-Aug-08, at 9:34 AM, Pascal Bompard wrote: Returning to this 3 week old chestnut, (apologies for delay - my second child was born in the interim), and thanks to all who attempted to help, but I am still struggling with this issue

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-07 Thread Mike Covill
is only used to find the executable (python), not the document (test.py). The document must include either the relative path from where you are, or the absolute path. Mike do buy a book or surf the web for info about using the terminal on OS-X -- it's a great skill to have. You&

Re: [Pythonmac-SIG] py2app- python code packed in clear ascii

2008-08-05 Thread Mike Covill
containing what used to be in the main.py file, and run it from there. Here are some py2app resources I found useful: http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html http://undefined.org/python/py2app.html Mike On 4-Aug-08, at 12:45 PM, the Shelter wrote: Hi, after a lot of

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Covill
On 31-Jul-08, at 12:33 PM, Christopher Barker wrote: Mike Keith wrote: are my problems down to the fact that i'm using apple's python 2.5 to build the .app? yes. if so, any advice on how to proceed? Install the python.org python ,and use that to built your app -- it should t

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Keith
> Install the python.org python ,and use that to built your app -- it should > then run on all systems >= 10.3.9 thanks! that works a treat cheers, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman

[Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Keith
on 2.5 to build the .app? does this force it into using the semi-standalone option? (certainly appears to) if so, any advice on how to proceed? cheers, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] Trouble installing PyObjC 2.0 from source

2008-07-19 Thread Mike Covill
>=2.0 error: Could not find suitable distribution for Requirement.parse('pyobjc-framework-Cocoa>=2.0') Thanks, Mike Covill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] what happened to idle ?

2008-02-07 Thread Michele (Mike) Hjorleifsson
I installed leopard, pretty pumped that it has python 2.5 on it but i cant seem to find IDLE or a way to install IDLE without installing an external 2.5 which from the threads seems the wrong way to go. please help ___ Pythonmac-SIG maillist - Pytho

Re: [Pythonmac-SIG] NSDistributedNotificationCenter

2007-11-09 Thread Mike Covill
On 2007-Nov-09, at 00:32, Ronald Oussoren wrote: > > On 8 Nov, 2007, at 20:55, Mike Covill wrote: > >> I wanted to try using the NSDistributedNotificationCenter to pass >> messages between two separate python programs running simultaneously, >> so to learn about doin

[Pythonmac-SIG] NSDistributedNotificationCenter

2007-11-08 Thread Mike Covill
ion via the command line, expecting to see a print statement that the notification was received: import Foundation as F import listener gn = listener.GetNotes() nc = F.NSDistributedNotificationCenter.defaultCenter() nc.postNotificationName_object_('myNo

[Pythonmac-SIG] problem running py2app bundle referencing PyLucene

2007-01-02 Thread Mike Solomon
version mismatch?) Abort trap I've spent several hours hunting through the bootstrap and a few other bits, but I didn't have a good intuitive feel for where the problem is. Is there something simple that I'm missing? Any help would be appreciated. Thanks, -Mike ___

[Pythonmac-SIG] Launching a python app with an associated document

2006-06-30 Thread Mike Covill
Does anyone have experience creating a pure python app (no Cocoa integration) which is associated with a document extension?We would like to be able to launch our application by double-clicking an associated document (associated using CFBundleDocumentTypes in the info.plist) and having the data in

[Pythonmac-SIG] Building apps with hardcoded options using py2app

2006-04-17 Thread Mike Covill
s the same functionality? If so, how? Where would I specify the options? Or should I make different versions of my main.py file for each configuration. Thanks, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailma

[Pythonmac-SIG] 50-un_commentLines.py

2006-03-07 Thread Mike Covill
No attachments stored for XcodeIntegration" Thanks, Mike Covill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Mac User Python Newbies

2005-02-13 Thread Mike Mellor
rangler is great for "plain" scripts. Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Mac User Python Newbies

2005-02-13 Thread Mike Mellor
urs." Most of the titles in this series are horrible, but this one id very good - well organized and an easy read. It is also several years old, but it is a great intro. Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

[Pythonmac-SIG] pychecker

2005-01-04 Thread Mike Hansen
Subject: Re: [Pythonmac-SIG] pychecker From: Bob Ippolito <[EMAIL PROTECTED]> Date: Mon, 3 Jan 2005 23:13:21 -0500 To: Robert Kern <[EMAIL PROTECTED]> To: Robert Kern <[EMAIL PROTECTED]> CC: pythonmac-sig@python.org On Jan 3, 2005, at 10:25 PM, Robert Kern wrote: Mike Hansen

[Pythonmac-SIG] pychecker

2005-01-03 Thread Mike Hansen
pychecker pychecker Unfortunately, it will won't work. Did I create the link properly? Does anyone have any ideas on how I can get pychecker to work? Thanks, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig