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

2015-07-12 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? http://askubuntu.com/questions/470982/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:

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'.

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 tjre...@udel.edu 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. ernest.bo...@gmail.com 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.
Reedy tjre...@udel.edu 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. ernest.bo...@gmail.com Please send this followup to python-list. On 7/11/2015 11:26 PM, Ernest Bonat, Ph.D. wrote: Hey Terry

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