[Tutor] Numeric import error

2005-12-22 Thread Johan Geldenhuys
Hi all, I have installed Numeric (Suse 10.0) and it is in my site-packages folder, but I can't import the module. Any idea how to fix this/ TIA Johan ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Numeric import error

2005-12-22 Thread Pujo Aji
Can you open the python interpreter and write:import NumericWhat kind of error message you have?Cheers,pujoOn 12/22/05, Johan Geldenhuys [EMAIL PROTECTED] wrote:Hi all, I have installed Numeric (Suse 10.0) and it is in my site-packagesfolder, but I can't import the module.Any idea how to fix

Re: [Tutor] Numeric import error

2005-12-22 Thread Johan Geldenhuys
import Numeric Traceback (most recent call last): File "stdin", line 1, in ? ImportError: No module named Numeric Pujo Aji wrote: Can you open the python interpreter and write: import Numeric What kind of error message you have? Cheers, pujo On 12/22/05, Johan Geldenhuys [EMAIL

Re: [Tutor] Numeric import error

2005-12-22 Thread Pujo Aji
Do you have other modules in your site-packages directory ?Such as spe, pyro, pyrobot etc.On 12/22/05, Johan Geldenhuys [EMAIL PROTECTED] wrote: import Numeric Traceback (most recent call last): File stdin, line 1, in ? ImportError: No module named Numeric Pujo Aji wrote: Can you

Re: [Tutor] Numeric import error

2005-12-22 Thread Pujo Aji
Can you find numeric.py inside your numeric folder ?On 12/22/05, Pujo Aji [EMAIL PROTECTED] wrote: Do you have other modules in your site-packages directory ?Such as spe, pyro, pyrobot etc. On 12/22/05, Johan Geldenhuys [EMAIL PROTECTED] wrote: import Numeric Traceback (most recent