Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Youness Alaoui
py2exe will create an executable in native code, out of the python code (or maybe it's a python interpreter with bundled pyc/pyo byte code objects... (reminds me of freewrap for tcl/tk) also pyrex converts python to C which can be compiled (bad idea)... anyways, the default python IDE looks like

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Ole André Vadla Ravnås
On 8/21/06, Youness Alaoui <[EMAIL PROTECTED]> wrote: py2exe will create an executable in native code, out of the python code (or maybe it's a python interpreter with bundled pyc/pyo byte codeobjects... (reminds me of freewrap for tcl/tk)Yeah it's the latter, it bundles everything you need along wi

[Amsn-devel] Unable to input special characters

2006-08-21 Thread Vivia Nikolaidou
Hello, A guy on the forum reported that he wasn't able to input Danish characters, though he could display and copy/paste them: http://amsn.sourceforge.net/forums/viewtopic.php?p=9308#9308 I asked on #tcl and they suggested removing scim if it's installed, or upgrading tcl/tk to 8.4.13 . Howev

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Harry Vennik
Op maandag 21 augustus 2006 10:33, schreef Ole André Vadla Ravnås: > There's also psyco: http://psyco.sourceforge.net/ > But I reckon such optimization tools are more appropriate for really > performance-sensitive code, like realtime audio processing, etc. :-) Any realtime processing should always

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Ole André Vadla Ravnås
On 8/21/06, Harry Vennik <[EMAIL PROTECTED]> wrote: Op maandag 21 augustus 2006 10:33, schreef Ole André Vadla Ravnås:> There's also psyco: http://psyco.sourceforge.net/> But I reckon such optimization tools are more appropriate for really > performance-sensitive code, like realtime audio processin

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Harry Vennik
Op maandag 21 augustus 2006 03:41, schreef Youness Alaoui: > Ok, is there any 'python like' language which allows for a 'normal' syntax? > :P hehe, anyways, as I said in my previous mail, we should compare with > other languages too, and as I said, since almost all modules (or was it > 'all' module

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Philippe Valembois - Phil
Le Monday 21 August 2006 10:33, Ole André Vadla Ravnås a écrit : > On 8/21/06, Youness Alaoui <[EMAIL PROTECTED]> wrote: > > py2exe will create an executable in native code, out of the python code > > (or maybe it's a python interpreter with bundled pyc/pyo byte code > > objects... (reminds me of f

Re: [Amsn-devel] TCL or Python in aMSN2 (Pros and Cons)

2006-08-21 Thread Max
I personally use eclipse along with the pydev pluggin : http://pydev.sourceforge.net/On 8/21/06, Philippe Valembois - Phil <[EMAIL PROTECTED]> wrote:[...] > The default IDE is indeed crap. :-) I personally prefer PyDev (> http://pydev.sourceforge.net/), which is a plugin for Eclipse. It has code>

[Amsn-devel] XGL Amsn trayicon

2006-08-21 Thread Salatiel Filho
Im wondering if is there anyway to make amsn trayicon refresh itself each , let's say , 5 seconds ? I said this 'cause tray icon disappears a lot , when using XGL; And to make it appear , i have to click in the empty space where amsn icon was [it still there , just there is no visible icon] and cha

Re: [Amsn-devel] XGL Amsn trayicon

2006-08-21 Thread Álvaro J. Iradier
Do you know if this is an AMSN issue or an XGL bug? I don't think we should make a workaround if it's a xgl bug... Greets. On 8/22/06, Salatiel Filho <[EMAIL PROTECTED]> wrote: > Im wondering if is there anyway to make amsn trayicon refresh itself > each , let's say , 5 seconds ? I said this 'cau