[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 mwi...@gmail.com 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 ronaldousso...@mac.com Pascal and Ronald, Thanks

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

2012-06-07 Thread Mike Wirth
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/listinfo/pythonmac-sig unsubscribe: http

[Pythonmac-SIG] Still Unable to Install PyObjC

2011-08-01 Thread Mike
running Lion, upgraded from Snow Leopard, but I had this same problem on SL as well. Can anyone help with this? Thanks, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe

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

2011-06-14 Thread Mike
- Original Message - From: Ronald Oussoren ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: Pythonmac-sig sig pythonmac-sig@python.org 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

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

2011-06-13 Thread Mike
for Requirement.parse('pyobjc-framework-ServiceManagement==2.4a0') Anyone have a solution for this? Mike- Original Message - From: Christopher Barker chris.bar...@noaa.gov To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org Sent: Monday, June 13, 2011 1:07 PM Subject: Re: [Pythonmac-SIG] Getting

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 chris.bar...@noaa.gov To: Mike smartmi...@gmail.com; Pythonmac-sig pythonmac-sig

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

2011-06-07 Thread Mike
. 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 module _run('rsg.py') File /Users/mike/rsg-client/src/dist/rsg.app/Contents/Resources/__boot__.py, line 184

[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] 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

[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.

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

2010-05-18 Thread Mike
- Original Message - From: Bill Janssen jans...@parc.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org; jans...@parc.com 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

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

2010-05-17 Thread Mike
- Original Message - From: Bill Janssen jans...@parc.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org; jans...@parc.com 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

[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

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

2010-05-16 Thread Mike
- Original Message - From: Bill Janssen jans...@parc.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org; jans...@parc.com 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

Re: [Pythonmac-SIG] Module Import Problem

2010-05-11 Thread Mike
- Original Message - From: Ronald Oussoren ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org 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

Re: [Pythonmac-SIG] Module Import Problem

2010-05-09 Thread Mike
- Original Message - From: Ronald Oussoren ronaldousso...@mac.com To: Mike smartmi...@gmail.com Cc: pythonmac-sig@python.org 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

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 a...@pythoncraft.com To: pythonmac-sig@python.org Sent: Saturday, May 01, 2010 9:55 PM Subject: Re: [Pythonmac

Re: [Pythonmac-SIG] Module Import Problem

2010-04-26 Thread Mike
- From: Chris Barker chris.bar...@noaa.gov To: Mike smartmi...@gmail.com 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/ez_setup.py I

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
: [Pythonmac-SIG] Module Import Problem Mike wrote: File build/bdist.macosx-10.6-universal/egg/pyttsx/__init__.py, line 39, in init this looks like you are running code out of the build dir, which may not have anything to do with your problem, but it's odd. How are you running this, setting your

Re: [Pythonmac-SIG] Module Import Problem

2010-04-25 Thread Mike
: Sunday, April 25, 2010 12:26 PM Subject: 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

Re: [Pythonmac-SIG] Module Import Problem

2010-04-24 Thread Mike
-sig@python.org 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 package called Pyttsc that allows for text to speech on the Mac

[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

[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

Re: [Pythonmac-SIG] Py2app Problem

2010-04-17 Thread Mike
a mac? Mike - Original Message - From: Chris Rebert python...@rebertia.com To: Mike smartmi...@gmail.com Cc: Pythonmac-SIG@python.org Sent: Saturday, April 17, 2010 10:44 PM Subject: Re: [Pythonmac-SIG] Py2app Problem On Sat, Apr 17, 2010 at 7:28 PM, Mike smartmi...@gmail.com wrote: Hi

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 mike.lawre...@dal.ca wrote

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

2010-01-03 Thread Mike Lawrence
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 Student Department of Psychology Dalhousie

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

2008-08-12 Thread Mike Covill
MARK: just like you use #pragma mark in C code, and it (MARK:) will not show up in the drop down, just the comment following it. The others will be included in the drop down item. #MARK: Section 1 displays as: Section 1 #!!!: Look at this now! displays as: !!! Look at this now Mike

[Pythonmac-SIG] py2app OpenGL example error

2008-08-11 Thread Mike Porter
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] Yet another problem with path

2008-08-07 Thread Mike Covill
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 right. I have recently

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] LXML with py2app

2008-08-07 Thread Mike Keith
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 exactly this (a script using Tkinter) and it worked great. cheers, Mike

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

2008-07-31 Thread Mike Keith
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

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/listinfo

[Pythonmac-SIG] Trouble installing PyObjC 2.0 from source

2008-07-19 Thread Mike Covill
-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 -

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 doing this I created this class: FILE

[Pythonmac-SIG] problem running py2app bundle referencing PyLucene

2007-01-02 Thread Mike Solomon
, 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 maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo

[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
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/mailman/listinfo

[Pythonmac-SIG] 50-un_commentLines.py

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

[Pythonmac-SIG] pychecker

2005-01-03 Thread Mike Hansen
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