Re: [Pythonmac-SIG] ScrIDE problem....

2006-08-04 Thread Jerry LeVan
> From: [EMAIL PROTECTED] > Date: August 4, 2006 2:32:08 PM EDT > To: PythonMac > Subject: [Pythonmac-SIG] ANN: ScrIDE 0.4 > > > Version 0.4, the "PyOXIDE replacement" IDE is now available - it > fixed several problems with 0.3, adds "context sensitive object > info details" (to both the rich

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread Bob Ippolito
On Aug 4, 2006, at 2:01 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> Also, you really shouldn't mix tabs and spaces in your source >> code. Ick. > > I haven't looked at ScrIDE yet, but it shouldn't allow mixed tabs and > spaces at all. In fact, it really should ONLY allow spaces. That

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread Bob Ippolito
On Aug 4, 2006, at 1:57 PM, [EMAIL PROTECTED] wrote: > > On Aug 4, 2006, at 3:12 PM, Bob Ippolito wrote: > >> >> On Aug 4, 2006, at 11:32 AM, [EMAIL PROTECTED] wrote: >> >>> Version 0.4, the "PyOXIDE replacement" IDE is now available - it >>> fixed several problems with 0.3, adds "context sensi

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread gandreas
On Aug 4, 2006, at 4:01 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> Also, you really shouldn't mix tabs and spaces in your source >> code. Ick. > > I haven't looked at ScrIDE yet, but it shouldn't allow mixed tabs and > spaces at all. In fact, it really should ONLY allow spaces. That

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread Christopher Barker
Bob Ippolito wrote: > Also, you really shouldn't mix tabs and spaces in your source code. Ick. I haven't looked at ScrIDE yet, but it shouldn't allow mixed tabs and spaces at all. In fact, it really should ONLY allow spaces. That is the Python standard now. -Chris -- Christopher Barker, Ph.

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread gandreas
On Aug 4, 2006, at 3:12 PM, Bob Ippolito wrote: > > On Aug 4, 2006, at 11:32 AM, [EMAIL PROTECTED] wrote: > >> Version 0.4, the "PyOXIDE replacement" IDE is now available - it >> fixed several problems with 0.3, adds "context sensitive object >> info details" (to both the rich shells as well

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread Bob Ippolito
On Aug 4, 2006, at 11:32 AM, [EMAIL PROTECTED] wrote: > Version 0.4, the "PyOXIDE replacement" IDE is now available - it > fixed several problems with 0.3, adds "context sensitive object > info details" (to both the rich shells as well as debugger), and > the ability to browse the variables

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Rob Hudson
I appreciate the explanation and feedback. I tried what you suggest and I can see that it does pull in the full django tree which is much easier and better. This looks close but not quite there... Here's the latest py2app-setup.py: #!/usr/bin/env python from setuptools import setup setup(

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Rob Hudson
> At this point, using the packages option, you've got nearly the same > filesystem layout as you would normally, so it's highly unlikely py2app > has anything to do with the problems you've experiencing. That was my suspicion but I appreciate the feedback. > Are you sure all of this stuff work

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Bob Ippolito
On Aug 4, 2006, at 12:09 PM, Rob Hudson wrote: > I appreciate the explanation and feedback. I tried what you > suggest and I can see that it does pull in the full django tree > which is much easier and better. > > This looks close but not quite there... > > Here's the latest py2app-setup.py:

[Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-04 Thread gandreas
Version 0.4, the "PyOXIDE replacement" IDE is now available - it fixed several problems with 0.3, adds "context sensitive object info details" (to both the rich shells as well as debugger), and the ability to browse the variables in a rich shell (using a variable display like the debugger).ScrIDE i

Re: [Pythonmac-SIG] py2app and Django

2006-08-04 Thread Bob Ippolito
On Aug 3, 2006, at 8:47 PM, Rob Hudson wrote: > (My apologies if this starts a new thread -- I'm posting from a > different mailing address and don't have the original email to > reply to) > >> Django can not be packaged normally because it has in-package data >> files. It won't work with eithe

Re: [Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Christopher Barker
Gabriele Farina wrote: > I updated the python version, recompiled all the packages and it works > correctly. FWIW, there are Universal packages for numpy, Numeric and numarray at: http://www.pythonmac.org/packages/py24-fat We've got to get that page more prominent! No newbies seem to find it.

Re: [Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Ronald Oussoren
On Friday, August 04, 2006, at 12:49PM, Gabriele Farina <[EMAIL PROTECTED]> wrote: >I updated the python version, recompiled all the packages and it works >correctly. Great. I've also asked the python.org webmasters to change the download page, the 2.4.1 installer shouldn't be mentioned on t

Re: [Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Gabriele Farina
I updated the python version, recompiled all the packages and it works correctly. thanks ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Gabriele Farina
Ronald Oussoren ha scritto: > > On Friday, August 04, 2006, at 11:55AM, Gabriele Farina <[EMAIL PROTECTED]> wrote: > >> Ronald Oussoren ha scritto: >>> >>> On Friday, August 04, 2006, at 09:05AM, Gabriele Farina <[EMAIL PROTECTED]> wrote: >>> Hi, I have some problems in r

Re: [Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Ronald Oussoren
On Friday, August 04, 2006, at 09:05AM, Gabriele Farina <[EMAIL PROTECTED]> wrote: >Hi, > >I have some problems in running Numeric, numpy and numarray on my Intel >iMac. This packages compile correclty, but they give me an import error >when used. >Where should be the problem ? What is the t

[Pythonmac-SIG] Numeric on Intel

2006-08-04 Thread Gabriele Farina
Hi, I have some problems in running Numeric, numpy and numarray on my Intel iMac. This packages compile correclty, but they give me an import error when used. Where should be the problem ? Gabriele ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.o