Hello,
The following Python code snippet causes a FileNotFound exception from an
ASP.NET Web application:
input = open('t2.pkl', 'rb')
The exception message is:
[Could not find file 'C:\Program Files (x86)\Common Files\Microsoft
Shared\DevServer\10.0\t2.pkl'.]
The same code works for a console project.
Any suggestions?
Thanks,
William Johnston
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
