Re: ANN: Python 2.3.2 for PalmOS available

2005-04-21 Thread Fraca7
On Tue, 19 Apr 2005 08:03:15 -0700, Lucio Torre wrote: > Do you have any experience on PODS? The whole thing is based on > Codewarrior and Codewarrior for palm is dead. Nope. Actually, I'm kind of reluctant to use IDEs and it seems PODS is targeted towards Eclipse users; I'd rather use prc-tools

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread Erik Max Francis
RM wrote: I get odd results when trying to use exponents. For example: 4^2 6 Someone else already pointed out that ** is exponentiation. ^, on the other hand, bitwise exclusive or. -- Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && A

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread RM
Oops. Sorry, you are right. :) -- http://mail.python.org/mailman/listinfo/python-list

RE: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread Barron Snyder (MW MWC)
Isn't ** used for exponents? >>>4**2 -Original Message- Sent: Tuesday, April 19, 2005 10:39 AM By: RM To: python-list@python.org Subject: Re: ANN: Python 2.3.2 for PalmOS available I get odd results when trying to use exponents. For example: >>>4^2 6 --

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread RM
I get odd results when trying to use exponents. For example: >>>4^2 6 -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread Lucio Torre
Fraca7 wrote: > On Fri, 15 Apr 2005 16:40:05 -0700, [EMAIL PROTECTED] wrote: > > > So, ive made an initial release that has no documentation on how to use > > it or compile it (it requires codewarrior). If there is any interest on > > this, please let me know so we can work on getting this as a re

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread Lucio Torre
Klaus Alexander Seistrup wrote: > Lucio Torre wrote: > > Say, are floats implemented? Comparisons seem to work, but print'ing > doesn't: > > #v+ > > >>> 1.0 > 0.5 > True > >>> print 1.23 > %.*g > >>> > > I think thats a problem with the printf implementation. Im using one that came with codewarri

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-19 Thread Klaus Alexander Seistrup
Lucio Torre wrote: > Make sure you write the expression in the lower text-area, and > then press the send button. This should do it. Ah, that's the trick! It wasn't obvious that there were two text areas, and I intuitively wrote commands at the python prompt. Problem solved. Say, are floats im

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-18 Thread Fraca7
On Fri, 15 Apr 2005 16:40:05 -0700, [EMAIL PROTECTED] wrote: > Hello, > While talking with Facundo while in a PyAr meeting (python-argentina, > http://www.python.org/ar ) he told me that there is some interest in > this platform. You bet there is. i almost bought a Pocket PC instead of my CliƩ T

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-18 Thread Lucio Torre
Most likely you run out of stack. The amount of memory this beast required for initialization was too much for most old Palms. Ive tried it on PalmOS simulator mainly, and on some version of OS5 hardware. Lucio. -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-18 Thread Peter Hansen
[EMAIL PROTECTED] wrote: What are the potential applications of Python on PalmOS? Just curious. Python is a general purpose programming language, as you know. Doesn't that suggest that the set of potential applications is pretty much all those which don't require the raw performance of C or perhap

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-18 Thread beliavsky
What are the potential applications of Python on PalmOS? Just curious. -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-18 Thread Lucio Torre
Make sure you write the expression in the lower text-area, and then press the send button. This should do it. I did the port something like a year ago (when i didnt knew metroweks for Palm was discontinued) and when i tried it last week i couldnt figure out how to use it. Then i realized that i mu

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-17 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: Some months ago i did a port of the Python2.3.2 interpreter to PalmOS. I didnt port any C module or created modules for PalmOS API's. Just port ctypes. Then we'll be good to go. Seriously, this looks like a cool beginning. -- Michael Hoffman -- http://mail.python.org/mailm

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-16 Thread Erik Max Francis
Klaus Alexander Seistrup wrote: However, MLPY doesn't seem to work on my Tungsten T3 (PalmOS 5.2.1). The .prc installs without any problems, and I can start the Python interpreter, but nothing happens if I ring in a Python expression and press return -- the prompt just "hangs" and never returns. It

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-16 Thread bryce . moore
Lucio, Just tried to install it on my sony clie PEG-S360. When I try to run it I get: Fatal Alert pythonrun.c, Line: 1483, Py_Initialize: can't init ints Aside from my clie being significantly under-powered, I don't know what else could be wrong. What version of the Palm OS does this support?

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-16 Thread Peter Hansen
Klaus Alexander Seistrup wrote: [EMAIL PROTECTED] wrote: Some months ago i did a port of the Python2.3.2 interpreter to PalmOS. Wow, this is just what I've been waiting for. Meanwhile I've tried to make do with Rexx for PalmOS, hehehe... I've been making do (rather successfully so far) with Plua 2

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-16 Thread Klaus Alexander Seistrup
[EMAIL PROTECTED] wrote: > Some months ago i did a port of the Python2.3.2 interpreter to > PalmOS. Wow, this is just what I've been waiting for. Meanwhile I've tried to make do with Rexx for PalmOS, hehehe... However, MLPY doesn't seem to work on my Tungsten T3 (PalmOS 5.2.1). The .prc install

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-16 Thread Wolfgang Keller
> If there is any interest on this, please let me know so we can work on > getting this as a real port. "Interest" is just a "slight" understatement... :-) Best regards Wolfgang Keller -- P.S.: My From-address is correct -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-15 Thread [EMAIL PROTECTED]
Fixed. Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: Python 2.3.2 for PalmOS available

2005-04-15 Thread Erik Max Francis
[EMAIL PROTECTED] wrote: If anyone want to check this out, heres the url: http://pyar.decode.com.ar/Members/ltorre/PythonPalm Note the links are swapped; the one that says source package points to the .prc file, and the one that says .prc file goes to the source package. -- Erik Max Francis && [E

ANN: Python 2.3.2 for PalmOS available

2005-04-15 Thread [EMAIL PROTECTED]
Hello, Some months ago i did a port of the Python2.3.2 interpreter to PalmOS. I didnt port any C module or created modules for PalmOS API's. But you can run an interpreter and use stdin/stdout from a form. There is also a tool to freeze scripts and use the interpreter as a pseudo-shared library.