google-code-export / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Keep pop the Errno 22 issue #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ulipad keep pop the error window. And in the error.txt, I find the log:

[Traceback]Traceback (most recent call last):
  File "mixins\Editor.pyo", line 208, in openfile
IOError: [Errno 22] invalid mode ('rb') or filename: u'Accept: */*'

[Traceback]Traceback (most recent call last):
  File "mixins\EditorFactory.pyo", line 123, in changeDocument
  File "mixins\Editor.pyo", line 208, in openfile
IOError: [Errno 22] invalid mode ('rb') or filename: u'Accept: */*'

[Traceback]Traceback (most recent call last):
  File "mixins\Editor.pyo", line 208, in openfile
IOError: [Errno 22] invalid mode ('rb') or filename: u'User-Agent: Mozilla/5.0 
(Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/29.0.1547.57 Safari/537.36'

[Traceback]Traceback (most recent call last):
  File "mixins\EditorFactory.pyo", line 123, in changeDocument
  File "mixins\Editor.pyo", line 208, in openfile
IOError: [Errno 22] invalid mode ('rb') or filename: u'User-Agent: Mozilla/5.0 
(Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/29.0.1547.57 Safari/537.36'

How to fix this problem? thx

Original issue reported on code.google.com by Hadwyn....@gmail.com on 8 Oct 2013 at 7:23

GoogleCodeExporter commented 9 years ago
It seems that something wrong with other software maybe YouDao. So the solution 
could be:

1. change the DDE port from 50000 to others(see the document of config.ini 
about DDE)
2. Using source version from svn. You should install wxpython+comtypes in 
windows.

Original comment by limo...@gmail.com on 9 Oct 2013 at 1:28