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
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
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
> >
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
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
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
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
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
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
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
nd "extend". Is there any equivalent in
C#?
Thanks in advance,
Neuruss
--
http://mail.python.org/mailman/listinfo/python-list
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
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
> 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
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
15 matches
Mail list logo