Re: 2d graphics - what module to use?

2008-07-25 Thread Guilhem Faure
You can try R cran also. Very powerfull and free. And with R you can use Rpy, a library R for python and can access to R function and R graph in a python script. Other mathematic library exist in python : Matplotlib for exemple. Summary : to draw graph easely in python : Rpy lib or Matplotlib. If

mean of arobase in python

2008-07-23 Thread Guilhem Faure
Hello, What means @ in python ? In this script for exemple (this script return an error in my konsole...) @f1(arg) @f2 def func(): pass I see several script where used this symbol but I can't understand. G -- http://mail.python.org/mailman/listinfo/python-list

Python Pmw ScrollListBox selectioncommand dblclickcommand

2008-07-17 Thread Guilhem Faure
Hello everybody, I try to use Pmw library -> ScrollListBox. If I take the example of the reference web site (see below, I just quote the minimal code to launch, I note by <- the line which are not execute when I click) It works, except selectioncommand and dblclickcommand: associate function do