[IronPython] cannot find Pickle file from ASP.NET Web app
William Johnston
williamj at tenbase2.com
Tue Jun 29 23:44:53 CEST 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100629/0e98710c/attachment.html>
More information about the Ironpython-users
mailing list