Can you post more of the code? It's hard to see what's going on from just this
On Fri, Oct 19, 2012 at 10:26 AM, David <[email protected]> wrote: > whenever i try to get a file with web.input().myfile i get a IOError. > > IOErorr: [Errno 2] No such file or directory > > i could get the file with web.data() but this way i have the problem that i > can't read the file with the xlrd module cause of the header in web.data() > > what could be the problem? is there maybe a way to cut the header form > web.data() > > thanks for help > david > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/webpy/-/iGrSgg__iEUJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
