Re: Fwd: Python Error: ImportError: No module named ''folder_name’ at Command Prompt

2015-07-11 Thread Vincent Vande Vyvre
Le 12/07/2015 06:02, Ernest Bonat, Ph.D. a écrit : Thanks for your help. I had follow the link: How to add a Python module to syspath? and I could not make it work. I did use sys.path.insert() and sys.path.append() as:

Fwd: Python Error: ImportError: No module named ''folder_name’ at Command Prompt

2015-07-11 Thread Ernest Bonat, Ph.D.
the original message./ -- Forwarded message -- From: Terry Reedy Date: Sat, Jul 11, 2015 at 8:59 PM Subject: Re: Python Error: ImportError: No module named ''folder_name’ at Command Prompt To: "Ernest Bonat, Ph.D." Please send this followup to python-list.

Fwd: Python Error: ImportError: No module named ''folder_name’ at Command Prompt

2015-07-11 Thread Ernest Bonat, Ph.D.
message.* -- Forwarded message -- From: Terry Reedy Date: Sat, Jul 11, 2015 at 8:59 PM Subject: Re: Python Error: ImportError: No module named ''folder_name’ at Command Prompt To: "Ernest Bonat, Ph.D." Please send this followup to python-list. On 7/11/2015 11

Re: Python Error: ImportError: No module named ''folder_name’ at Command Prompt

2015-07-11 Thread Terry Reedy
On 7/11/2015 11:15 AM, Ernest Bonat, Ph.D. wrote: Hi All, I’m doing a CSV data analysis in Python using Eclipse IDE/PyDev. I have organized my project using the standard MVC architecture. In Eclipse IDE everything is working properly. When I run my main.py file it at Command Prompt I got an err

Python Error: ImportError: No module named ''folder_name’ at Command Prompt

2015-07-11 Thread Ernest Bonat, Ph.D.
Hi All, I’m doing a CSV data analysis in Python using Eclipse IDE/PyDev. I have organized my project using the standard MVC architecture. In Eclipse IDE everything is working properly. When I run my main.py file it at Command Prompt I got an error: ImportError: No module named 'folder_name'. It’s