Re: Python for professsional Windows GUI apps?

2009-08-27 Thread Neuruss
On 26 ago, 05:29, erikj wrote: > Hi, > > You could have a look at Camelot, to see if it fits > your needs :http://www.conceptive.be/projects/camelot/ > > it was developed with cross platform business apps in > mind.  when developing Camelot, we tried to build it using > wxWidgets first (because of

Re: ANN: psyco V2

2009-07-23 Thread Neuruss
It seems psyco.org is still in the transfer process... Is there any charitable soul with a link to a Windows binary? :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Converting Python code to C/C++

2009-06-24 Thread Neuruss
On 23 jun, 12:49, Kurt Smith wrote: > On Mon, Jun 22, 2009 at 9:49 PM, Andras > > > > > > Pikler wrote: > > Hi! > > > Short: I need to turn a Python program that I (mostly) wrote into C code, > > and I am at a loss. > > > Long: I’m doing research/programming for a professor, and we are working > >

Re: unladen swallow: python and llvm

2009-06-07 Thread Neuruss
On 5 jun, 06:29, Nick Craig-Wood wrote: > Luis M  González wrote: > > >  I am very excited by this project (as well as by pypy) and I read all > >  their plan, which looks quite practical and impressive. > >  But I must confess that I can't understand why LLVM is so great for > >  python and why

Re: C# equivalent to range()

2006-06-05 Thread Neuruss
Fredrik Lundh wrote: > do you think the few of us who haven't already done so would miss > anything if we plonked you now? Oh, no... How am I supposed to live without you, Freddie? -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-05 Thread Neuruss
lion persons who were not interested (other than the four I mentioned above) silently and peacefully ignored the question on went on with their happy lifes. À bientôt, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-04 Thread Neuruss
Dennis Lee Bieber wrote: > What most of us saw was a blunt request on how to implement a Python > construct in some other language that may not be familiar to us. I'm curious, who are "us"? -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-04 Thread Neuruss
s off topic, there are better ways to point it out (as you're doing now). If these people's life suck, I suggest they buy a punching bag to discharge their frustation. I don't think this forum is the best place for doing it. Regards, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: C# equivalent to range()

2006-06-01 Thread Neuruss
Thank you DH!! D H wrote: > Neuruss wrote: > > I'm sorry for asking about another language here, but since I only know > > Python and I'm trying to write something in C#, I guess this is the > > best place... > > > > I'd like to know how to

Re: C# equivalent to range()

2006-06-01 Thread Neuruss
John Machin wrote: > Neuruss wrote: > > I'm sorry for asking about another language here, but since I only know > > Python and I'm trying to write something in C#, I guess this is the > > best place... > > > > Bad guess. Ask questions about language X on

C# equivalent to range()

2006-06-01 Thread Neuruss
nd "extend". Is there any equivalent in C#? Thanks in advance, Neuruss -- http://mail.python.org/mailman/listinfo/python-list

Re: How to check if a string "is" an int?

2005-12-21 Thread Neuruss
Can't we just check if the string has digits? For example: >>> x = '15' >>> if x.isdigit(): print int(x)*3 45 >>> -- http://mail.python.org/mailman/listinfo/python-list

Re: Point and click GUI builder for Python

2005-08-06 Thread neuruss neuruss
Madhusudan Singh wrote: > Is there such a thing for python ? Like Qt Designer for instance ? The easiest way to create Python GUI apps: PythonCard. It is based on wxPython by it has a higher level of abstraction. You just drag and drop widgets on a form and code the events like you woud in Visual

Re: Learning more about "The Python Way"

2005-06-13 Thread Neuruss
> As someone else mentioned, get a copy of the 2nd edition of the Python > Cookbook. It's full of gold. Or you can read the recipes online here: http://aspn.activestate.com/ASPN/Python/Cookbook/ -- http://mail.python.org/mailman/listinfo/python-list

installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread Neuruss
I need help with this issue. All my attempts to get it up and running failed, and the documentation I found so far didn't help me at all. I'm trying to configure this components together: - Apache 2.0.53 - mod_python 3.2.0 dev 2005 0428 win32-p v2.4 - python 2.4 The above version of mod_python b