On Sat, 01 Nov 2003 06:49:55 GMT, Ron Adam <radam2@...> ... BTW, I do know I can do this and get pi much much faster. ... That gives me over...
117902
achrist@...
Nov 1, 2003 8:21 am
The py2exe says that a console app should have the --console option and a windows app should have the --windows option. What is the way to py2exe a python...
117903
Peter Otten
__peter__@...
Nov 1, 2003 8:22 am
... Actually, I'm not, any non-empty string would have done as well, given the original poster's parser implementation. Peter -- ...
117904
Peter Otten
__peter__@...
Nov 1, 2003 8:56 am
... But not reliably so. Assuming the following implementation, def reversed(x): i = len(x) while i > 0: i -= 1 yield x[i] where the check for a custom reverse...
117905
Martin v. Löwis
martin@...
Nov 1, 2003 8:57 am
... It should certainly be possible - it is open source, so you can see for yourself what precisely it does. It being open source, changes occur only when...
117906
Dmitry Poplavsky
dima@...
Nov 1, 2003 8:58 am
... The diference between beta and release not small, the release is a totally new application. Regards Dmitry. -- ...
117907
Martin v. Löwis
martin@...
Nov 1, 2003 9:00 am
... Yes, you should write a setup.py using distutils. ... I doubt this statement. gcc does not find things in /usr/local/lib/python2.3. Why do you think it...
117908
Alex Martelli
aleaxit@...
Nov 1, 2003 9:07 am
... Haven't tried, but logically it should be a console -- this doesn't restrict what OTHER modules you can import, it just uses the equivalent of a .py script...
117909
Peter Otten
__peter__@...
Nov 1, 2003 9:11 am
... Nitpicking myself: any string containing at least one non-white character. Peter -- http://mail.python.org/mailman/listinfo/python-list...
117910
Georgy Pruss
SEE_AT_THE_END@...
Nov 1, 2003 9:16 am
"Fernando Perez" <fperez528@...> wrote in message news:bnu7ck$aaa$1@.... ... For a J programmer (www.jsoftware.com) it might as well...
117911
Ben
crescent_au@...
Nov 1, 2003 9:36 am
Hi all, I think this is a very simple problem.. I'm trying to run an xml-rpc server given in SimpleXMLRPCServer.py file that comes with Python and wrote a very...
117912
Peter Otten
__peter__@...
Nov 1, 2003 9:37 am
... I do not fully understand what you're are trying to achieve with your code, but this observation might help you anyway: [...] ... [...] ... [...] In both...
117913
Alex Martelli
aleaxit@...
Nov 1, 2003 10:03 am
Ben wrote: ... the way you've coded your server, the client should call myserver.add(2,2) and NOT what you've coded on the client side. To see why add a simple...
... Hmmm, speaking as a reasonably disinterested observer: yes, Blackadder _was_ in beta for a surprisingly long time. However, the final release seems to ...
117916
Alex Martelli
aleax@...
Nov 1, 2003 12:07 pm
... I am not a cardiologist, but I think you're emphasizing the difficulties too much. Suppose we have a checking function that does the "atomic" check on one...
117917
Alex Martelli
aleax@...
Nov 1, 2003 12:08 pm
... No, but, for the record: just last week in python-dev Guido rejected a syntax proposal using a leading dot to strop a variablename in some circumstances...
117918
Alex Martelli
aleax@...
Nov 1, 2003 12:10 pm
Shawn Gordon wrote: ... *OUCH* -- with you claiming this against them, and they claiming the same against you, we're exactly in the situation where any...
117919
Ed Avis
ed@...
Nov 1, 2003 12:11 pm
... Well, it's rather a meaningless question since all statically-typed languages define their semantics only for well-typed expressions, and so something like...
117920
Ed Avis
ed@...
Nov 1, 2003 12:13 pm
... Well of course, if you program in a different language you'd need a different type checking system. -- Ed Avis <ed@...> -- ...
117921
Alex Martelli
aleax@...
Nov 1, 2003 12:14 pm
... Good point, so, here's an updated search for the FP-ish crowd (each OR-separated term is looked up in '"%s programming language"'): # 0...
117922
ruari mactaggart
ruari@...
Nov 1, 2003 12:15 pm
how do I assign a value to a variable inside a function then use it in the main body ? i am trying to unpickle a dictionary in a function to use it in the...
117923
Alex Martelli
aleax@...
Nov 1, 2003 12:16 pm
... If the variable name is for example 'isbadforyou39;, start the function with the statement: global isbadforyou ... By far the best approach for this is to...
117924
Thomas Heller
theller@...
Nov 1, 2003 12:18 pm
... Which is a pity, since the upcoming py2exe (for python 2.3) requires win32all build 161 or later, if win32all is used. Thomas -- ...
117925
Thomas Heller
theller@...
Nov 1, 2003 12:18 pm
... Looks like a syntax error somewhere in 'setup.py39;. Thomas -- http://mail.python.org/mailman/listinfo/python-list...
117926
KefX
keflimarcusx@...
Nov 1, 2003 12:19 pm
[insert silly ASCII art from original post] It looks like two Yoshis with snake bodies or something. :P Though perhaps it doesn't help that my (broken) news...
117927
prunesquallor@...
Nov 1, 2003 12:20 pm
... Obviously. But let us suppose that someone improved the type system of Haskell such that some useful complicated constructs that did not pass the type...
117928
Harish Vaidya
hrmrv@...
Nov 1, 2003 12:21 pm
thanks sir...... it worked thanks once agian it served my purpose regards ... __________________________________ Do you Yahoo!? Exclusive Video Premiere -...
117929
John Roth
newsgroups@...
Nov 1, 2003 12:22 pm
"ruari mactaggart" <ruari@...> wrote in message news:bo04ou$382$1@.... ... program Since Alex has already mentioned the...
117930
Joachim Durchholz
joachim.durchholz@...
Nov 1, 2003 12:23 pm
... Having readers and special forms /is/ an extra sublanguage. I don't have to learn extra syntax for these forms (which is good), but I do have to learn...