Re: [Pythonmac-SIG] My stab at a new page

2006-02-09 Thread Chris Porter
> I fixed a couple of the problems Bob noted, and added some links to > pictures (how to start the Terminal, and what the IDLE IDE looks > like). I like it. > I'm conflicted about "pythonw". On the one hand, this works for > everything, whereas "python" doesn't. On the other hand, why isn't >

Re: [Pythonmac-SIG] New Page, first proposal

2006-02-08 Thread Chris Porter
(snip) > > Then we need Pointers to download pages for packages: > > One page for the 10.3 build. How does a build differ from a system? > One page for the 10.4 build. > > Maybe a link to a page with all the other packages that are no at > pythonmac.org/packages > > > > 2. Would it be legit

Re: [Pythonmac-SIG] a beginner's list

2006-02-08 Thread Chris Porter
> Chris Porter wrote: > > And here, Mac comes with Python! Very nice. > > That shouldn't be downplayed. All I needed was the Python that was already > > installed, plus a couple added things. (I needed Python to talk to MySQL, > > and > > that I had to

Re: [Pythonmac-SIG] a beginner's list

2006-02-07 Thread Chris Porter
I'm afraid this criticism is spot on. I got a python program from a programmer. I want to run it on my Mac. And here, Mac comes with Python! Very nice. That shouldn't be downplayed. All I needed was the Python that was already installed, plus a couple added things. (I needed Python to talk to MySQ

[Pythonmac-SIG] MySQLdb lib help

2006-01-18 Thread Chris Porter
'm sort of betting the package installed the lib into the wrong place. Is that possible? -- Chris Porter Illustration [EMAIL PROTECTED], [EMAIL PROTECTED] http://chrisporter.huntingthesnark.com phone/fax: 262.843.3697 ___ Pythonmac-SIG maillist - Python

Re: [Pythonmac-SIG] MySQLdb Lib Help

2006-01-16 Thread Chris Porter
> That's not where it should be. It should be in /Library/Python/2.3/ > site-packages -- the thing is that since he's using the system Python > and old packages, he must install TigerPython23Compat before any of > those old packages will work. > > -bob You folks rock!. Thank you so much, I

Re: [Pythonmac-SIG] MySQLdb Lib Help

2006-01-16 Thread Chris Porter
Found the files, possibly in the wrong place. I found this: System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages(alias) Clicking on the alias brings up these files: Extras.pth README .DS_Store(system file, I know) I also found this: Library/Python/2.3/ Opening

Re: [Pythonmac-SIG] MySQLdb Lib Help

2006-01-16 Thread Chris Porter
> Chris, > > My previous comments assumed that you had installed the framework > build of Python, which if I had read your message better I would have > know was wrong. Sorry, no morning coffee yet. It is possible that > the MySQLdb was installed in the wrong location. As Craig said it

Re: [Pythonmac-SIG] MySQLdb Lib Help

2006-01-16 Thread Chris Porter
> Hi - > > > >>> import MySQLdb > > Traceback (most recent call last): > > File "", line 1, in ? > > ImportError: No module named MySQLdb > > What is the output from > > ls > /Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/ > > That's where you should find the M

[Pythonmac-SIG] MySQLdb Lib Help

2006-01-16 Thread Chris Porter
'm sort of betting the package installed the lib into the wrong place. Is that possible? -- Chris Porter Illustration [EMAIL PROTECTED], [EMAIL PROTECTED] http://chrisporter.huntingthesnark.com phone/fax: 262.843.3697 ___ Pythonmac-SIG maillist - Python