Re: 2.5 from source install problem with extensions

2007-04-18 Thread Anton Hartl
Hi, On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote: > On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote: >> Hi! >> >> I am doing a from source installation of Python 2.5 on some old Debian >> machine. As the target directoy I want /opt/somename so i added it to >> the configu

Re: Segfault with tktreectrl on python-2.5 on linux

2007-01-15 Thread Anton Hartl
Hi, On 2007-01-15, klappnase <[EMAIL PROTECTED]> wrote: > Some people sent me mail describing the same problem, so I think it is > not a problem with my installation of python-2.5. The treectrl widget > itself works well when running from Tcl or from python2.4, so i suspect > that it is a bug in

Re: Segfault with tktreectrl on python-2.5 on linux

2007-01-16 Thread Anton Hartl
On 2007-01-16, klappnase <[EMAIL PROTECTED]> wrote: >> Solutions: >> >> a) convince Python developers to prefix ALL new (wrt. 2.5) >>global symbols with a prefix like "_PyAST_" or equivalent; >>this would be consistent with how it is done anyway, >>unfortunately the new

Re: Another form of dynamic import

2009-03-25 Thread Anton Hartl
On 2009-03-25, Marco Nawijn wrote: > Hello, > > In short I would like to know if somebody knows if it is possible to > re-execute a statement that raised an exception? I will explain the > reason by providing a small introduction on why this might be nice in > my case > and some example code. > >

Re: Processing in Python

2008-05-20 Thread Anton Hartl
On 2008-05-20, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > Salvatore DI DI0 schrieb: >> Hello, >> >> The Processing Graphics language has been implemented in Javascript. > > No, it hasn't. Processing is written in Java. Yes, it really has been implemented in Javascript: http://ejohn.org/bl