Re: [Pythonmac-SIG] pyObjC and Plugins

2007-03-02 Thread Steve Freitas
On Thu, 2007-03-01 at 15:32 -0800, Steve Freitas wrote: > Rats. I installed pyobjc 1.4.1a0 from SVN (right over the top of 1.4, > using "python setup.py bdist_mpkg --open"), and that didn't fix it > either. I'm using py2app 0.3.6.dev_r54 and setuptools 0.6c5, and I'm on > PPC, but other than that

[Pythonmac-SIG] Newbie troubles

2007-03-02 Thread Mundial82
Hi, I'm a newbie in using Python in the Mac, and I am having some troubles with Pygame. I am running Python 2.4.3 on a MacBook Pro, and I have installed pygame-1.8.0pre-py2.4. Nevertheless, at the time of running the examples that are bundled with Pygame, they don't run. These are two exa

Re: [Pythonmac-SIG] PyOSA preview

2007-03-02 Thread Daniel Lord
has, Thanks for all your hard work on this. I am going to work with it a bit when I get some time. I use Komodo a lot these days, it will be interesting to see if/how I can merge the two a bit. I saw Matt's article and I bookmarked for reading this weekend. Haven't tried Ruby yet, I should work

[Pythonmac-SIG] Testing sqlite3 on python2.5

2007-03-02 Thread Samuel M. Smith
Anyone know how to verify that the sqlite3 bindings on Mac Python2.5 (macpackages installer) work or can access actual sqlite3? When I run the regression tests it works, but I don't know what they are testing. I am neophyte when it comes to sql. I am having problems getting roundup to work w

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
I was able to run the example from the python library docs for pysqlite3 I assume that means my sqlite3 installation is good? I would appreciate confirmation from somebody who knows what they are doing. thanks $ python Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer,

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Bob Ippolito
On 3/2/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote: > > I was able to run the example from the python library docs for pysqlite3 > I assume that means my sqlite3 installation is good? > I would appreciate confirmation from somebody who knows what they are > doing. > Python 2.5 ships with a worki

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
On Mar 2, 2007, at 14:02 , Bob Ippolito wrote: > On 3/2/07, Samuel M. Smith <[EMAIL PROTECTED]> wrote: >> >> I was able to run the example from the python library docs for >> pysqlite3 >> I assume that means my sqlite3 installation is good? >> I would appreciate confirmation from somebody who k

Re: [Pythonmac-SIG] Testing sqlite3 on python2.5 More

2007-03-02 Thread Samuel M. Smith
> > Got hung up on the sqlite bugs so haven't had time to try the > apache2 mod_python way of running roundup nor > your suggestion of using a reverse proxy instead of mod_python > ("yikes" never heard of it before, apache2 docs confusing me). > Found an example for doing a reverse proxy for r