[Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
Hi all.Sorry if this is really basic, but I've been tearing my hair out searching all over the place. I'm a complete beginner to Python (but not programming in general, I'm more of a C++ man normally).I am trying to install PySerial on a basic MacPython installation on 10.4. As is suggested by the

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
On Sep 3, 2005, at 1:57 AM, Bob Ippolito wrote:Don't name your module serial.-bobIs there any particular reason why? The PySerial website (http://pyserial.sourceforge.net/) seems to think that it works and all I have done is try to follow the examples./MB

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
On Sep 3, 2005, at 2:05 AM, Bob Ippolito wrote:Because "import serial" imports whatever thing it finds named serial, and it's not finding PySerial because you have a module named serial.py.  If the PySerial documentation says "name your script serial.py", then it's dumb because that won't work.-bob

Re: [Pythonmac-SIG] Xcode build button disabled

2005-09-17 Thread Mark Baxter
On Sep 17, 2005, at 12:29 PM, Jonathan 'Wolf' Rentzsch wrote: > Greetings all, > > I've been getting reports from folks who try the PyObjC tutorial at > . They install the 1.3.7 > installer and attempt to follow along, but they get a disable build > b