New issue 279 by nielch...@gmail.com: can't open file GET
/word=Table%20of%20Contents&offset=7& HTTP/1.1
http://code.google.com/p/ulipad/issues/detail?id=279
What steps will reproduce the problem?
1. update to the newest svn version
2. run ulipad.py
3. several error windows would appear without doing anything
What is the expected output? What do you see instead?
No such error window
What version of the product are you using? On what operating system?
Python 2.6.6, up-to-date SVN version of ulipad, win7 32 bit
Please provide any additional information below.
error.txt has:
[Traceback]Traceback (most recent call last):
File "C:\Users\con5064\Downloads\tools\dev\ulipad\mixins\Editor.py", line
208, in openfile
f = open(filename, 'rb')
IOError: [Errno 2] No such file or directory: u'GET
/word=Table%20of%20Contents&offset=7& HTTP/1.1'
Why your file is a remote file?
I'm trying to figure it out as well, I do not know why it is trying to
use HTTP to access some remote files that do not exist. Then I get an error.
Even more funny is that when I run ulipad.py now. It gives me only
begin....20:31:13. Then no other response at all (the GUI of ulipad does
not jump out anymore).
So what file in the ulipad folder shall I change to forbid it to try to
access remote files? More importantly, how does ulipad control those
file locations. Because I'd try to avoid such things next time. Ulipad
is so important to me that I need to use it everyday.
You can edit ulipad.ini, and find the filename in it, delete it. Or just
remove ulipad.ini, but this will lost all configuration which you've made.