Re: PyDev on Mac

2007-02-19 Thread Ahmer
On Feb 18, 4:50 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Ahmer schrieb:
>
> > I've been trying to set up PyDev on my new MacBook Pro, but i have not
> > had an success.
>
> > Could you please help!
>
> Just wait until my crystal ball comes back from the cleaners, and I will
> start looking at your problem.
>
> As you can lay back and do nothing while that happens, I suggest you
> take this highly entertaining read:
>
> http://www.catb.org/~esr/faqs/smart-questions.html
>
> Diez

The error I am getting is:

 Check your error log for more details.

More info can also be found at the bug report:
http://sourceforge.net/tracker/index.php?func=detail&aid=1523582&group_id=85796&atid=577329


I am trying to use Jython since I am mainly a Java programmer.

The bug report is not very helpful

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyDev on Mac

2007-02-19 Thread Ahmer
On Feb 18, 12:01 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Ahmer schrieb:
>
>
>
> > On Feb 18, 4:50 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> >> Ahmer schrieb:
>
> >>> I've been trying to set up PyDev on my new MacBook Pro, but i have not
> >>> had an success.
> >>> Could you please help!
> >> Just wait until my crystal ball comes back from the cleaners, and I will
> >> start looking at your problem.
>
> >> As you can lay back and do nothing while that happens, I suggest you
> >> take this highly entertaining read:
>
> >>http://www.catb.org/~esr/faqs/smart-questions.html
>
> >> Diez
>
> > The main problem seems to be locating Python.
>
> > Even though I installed the official python for mac, it says the
> > interpreter is invalid.
> > So I tried jPython, no succes on that either. It always tells me I am
> > using an invlaid interpreter.
>
> crystal ball still not available.
>
> Who tells you what exactly when you do what? Is there a shell-script
> involved, what happens if you enter "python" at the commandline and
> press return?
>
> All this are uneccessary guessing games because you don't give enough
> context. Which is one of the many things mentioned on the site I
> suggested you to read. So I think you should read it again.
>
> Diez

Pythin runs but PyDev won't use the inerpreter. It gives me an error
saying I'm using an invalid interpreter.

Is there a way to do this using jPython?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyDev on Mac

2007-02-18 Thread Ahmer
On Feb 18, 4:50 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Ahmer schrieb:
>
> > I've been trying to set up PyDev on my new MacBook Pro, but i have not
> > had an success.
>
> > Could you please help!
>
> Just wait until my crystal ball comes back from the cleaners, and I will
> start looking at your problem.
>
> As you can lay back and do nothing while that happens, I suggest you
> take this highly entertaining read:
>
> http://www.catb.org/~esr/faqs/smart-questions.html
>
> Diez


The main problem seems to be locating Python.

Even though I installed the official python for mac, it says the
interpreter is invalid.
So I tried jPython, no succes on that either. It always tells me I am
using an invlaid interpreter.

-- 
http://mail.python.org/mailman/listinfo/python-list


PyDev on Mac

2007-02-17 Thread Ahmer
I've been trying to set up PyDev on my new MacBook Pro, but i have not
had an success.

Could you please help!

-- 
http://mail.python.org/mailman/listinfo/python-list


Best IDE?

2006-10-13 Thread Ahmer
What do you guys use?
Why?
What do you like and hate about it?
What platform(s) is it avalable on?
How much does it cost?
etc.

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Starting out.

2006-10-13 Thread Ahmer
>From what I can see Python and PHP have VERY simillar syntax (sorry if
I offended anyone but I am a "n00b".)

On Oct 13, 12:54 am, [EMAIL PROTECTED] wrote:
> Ahmer wrote:
> > Hi all!
>
> > I am a 15 year old High School Sophomore. I would like to start
> > programming in Python. In school, we are learning Java (5) and I like
> > to use the Eclipse IDE, I also am learning PHP as well.
>
> > What are some ways to get started (books, sites, etc.)? I am usually on
> > linux, but I have a windows box and am planning on getting a mac.Generally 
> > good choices. I don't prefer PHP, however. For somebody who
> is learning programming, it encourages sloppy programming.
>
> I would suggest that you use PyDev (http://pydev.sourceforge.net/), a
> Python plugin for Eclipse, for Python programming. It is a helpful
> environment, especially for somebody already using Eclipse.
>
> For resources, I suggest you take a look 
> athttp://wiki.python.org/moin/BeginnersGuide/NonProgrammerswhich is for
> non-programmers. If you feel like checking other resources, more are
> linked tohttp://wiki.python.org/moin/BeginnersGuide.
> 
> Best luck,
> 
> k

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Starting out.

2006-10-13 Thread Ahmer
Thanks Paddy. That post pretty much cleared up everything for me.

On Oct 13, 12:46 am, "Paddy" <[EMAIL PROTECTED]> wrote:
> Ahmer wrote:
> > Hi all!
>
> > I am a 15 year old High School Sophomore. I would like to start
> > programming in Python. In school, we are learning Java (5) and I like
> > to use the Eclipse IDE, I also am learning PHP as well.
>
> > What are some ways to get started (books, sites, etc.)? I am usually on
> > linux, but I have a windows box and am planning on getting a mac.Pydev 
> > gives you a Python mode for Eclipse:
>  http://pydev.sourceforge.net/
> The Python tutorial is a good way to learn Python:
>  http://docs.python.org/tut/
> Some pointers on writing Python for Java programmers:
>  http://www.ferg.org/projects/python_java_side-by-side.html
> I guess you are new to both Java and Python, but if you know Java and
> were starting Python, the following points out that certain idioms of
> Java do not translate well to Python:
>  http://dirtsimple.org/2004/12/python-is-not-java.html
>
> And finally: Lets 'big-up' Python:
>  http://www.paulgraham.com/pypar.html
>
> I hope you enjoy Python.
> All the best,  Paddy.
>
> P.S. maybe your High school might be interested in teaching Python as a
> first language rather than Java?
>  http://www.oreilly.com/pub/a/oreilly/frank/elkner_0300.html
>
> http://www.python.org/workshops/2000-01/proceedings/papers/elkner/pyY...

-- 
http://mail.python.org/mailman/listinfo/python-list


Starting out.

2006-10-12 Thread Ahmer
Hi all!

I am a 15 year old High School Sophomore. I would like to start
programming in Python. In school, we are learning Java (5) and I like
to use the Eclipse IDE, I also am learning PHP as well.

What are some ways to get started (books, sites, etc.)? I am usually on
linux, but I have a windows box and am planning on getting a mac.

-- 
http://mail.python.org/mailman/listinfo/python-list