[IronPython] Some More Newbie Questions

Funke, Matt Matt.funke at vishaypg.com
Tue May 11 21:10:24 CEST 2010


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


More information about the Ironpython-users mailing list