Re: "ValueError: Empty module name" on basic import

2006-10-02 Thread alain MONTMORY
alain MONTMORY a écrit : Thank for your response :-) I have tried (it's my first try ..)  : ./TestOfficiel TestPythonFoo multiply 3 2 and i get : [EMAIL PROTECTED] swigCallPython]$ ./TestOfficiel TestPythonFoo multiply 3 2 ImportError: No module named TestPythonFoo Failed to load "

Re: "ValueError: Empty module name" on basic import

2006-09-29 Thread alain MONTMORY
Thank for your response :-) I have tried (it's my first try ..)  : ./TestOfficiel TestPythonFoo multiply 3 2 and i get : [EMAIL PROTECTED] swigCallPython]$ ./TestOfficiel TestPythonFoo multiply 3 2 ImportError: No module named TestPythonFoo Failed to load "TestPythonFoo" Then i tried what y

Re: "ValueError: Empty module name" on basic import

2006-09-29 Thread John Machin
alain MONTMORY wrote: > Hello everybody, > > I am a newbie to python so I hope I am at the right place to expose my > problem. :-[ > > I am working on linux mandrake 10.1 with python : > python -V > Python 2.3.4 > I am trying o run the example which stay in the documentation in paragraph > http

"ValueError: Empty module name" on basic import

2006-09-29 Thread alain MONTMORY
Hello everybody, I am a newbie to python so I hope I am at the right place to expose my problem. :-[ I am working on linux mandrake 10.1 with python : python -V Python 2.3.4 I am trying o run the example which stay in the documentation in paragraph http://www.python.org/doc/2.4.2/ext/pure-