[Tutor] calculus in python

2005-11-12 Thread Mohammad Moghimi
Hi do you know any module can calculate numeric integral and analytic derivative of n-dimension function?-- -- Mohammaddo you Python?!! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] nokia 60 series

2005-10-28 Thread Mohammad Moghimi
Hi As you know nokia company lauched python for its cell phones. Do you know a good tutorial to write python programs for cellphones?-- -- Mohammaddo you Python?!! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] installing pydev

2005-10-02 Thread Mohammad Moghimi
Hi I have download pydev(org.python.pydev.feature-0_9_8_2.zip) from sourceforge.  Then I extract it to my eclipse directory. But When I try to create a new project, there isn't any python related project to select. I have installed python interpreter before. What is my problem and how can I fix it?

[Tutor] Installing ActiveState Python vs2003

2005-09-29 Thread Mohammad Moghimi
Hi When I tried  to install activestate python(.net implementation of python) to my visual studio 2003. It gives me this error message: The Visual Python Installer found an installation of Python 2.

[Tutor] mailman

2005-08-01 Thread Mohammad Moghimi
I want to install mailman. when I try to configure it I got this error message: checking for --with-python... no checking for python... /usr/bin/python checking Python interpreter... /usr/bin/python checking Python version... 2.4 checking that Python has a working distutils... configure: error: **

[Tutor] a problem wiht struct module

2005-07-07 Thread Mohammad Moghimi
Hi there can you describe why last two lines print different numbers --- import struct struct.calcsize("lH") struct.calcsize("Hl") --- -- Mohammad do you Python?!! _

[Tutor] maximum recursion depth exceeded !

2005-07-07 Thread Mohammad Moghimi
Hi there I wrote a recursive function a got this error how can I increase maximum recursion depth. And what is its default value? -- Mohammad do you Python?!! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor