In IronPython Tools for Visual Studio 2010, how do you make it clear where the 
location of a file to be included is?  I have this line that trips up the 
execution:

from avalon import *

... even though avalon.py is in the same directory, and that directory is 
pointed to by the Search Path.  It throws an ImportError, insisting that there 
is "No module named avalon".  Is there some other thing I need to point at this 
that I'm missing?

Thanks in advance for your time and consideration.

 -- Matt Funke
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to