google-code-export / ulipad

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

为啥我点了“打开”没有用呢@@ #268

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
如题,我下载的是4.0

Original issue reported on code.google.com by bolasbl...@gmail.com on 1 Mar 2011 at 4:33

GoogleCodeExporter commented 9 years ago
具体报什么错?在error.txt下有没有内容?

Original comment by limo...@gmail.com on 1 Mar 2011 at 4:40

GoogleCodeExporter commented 9 years ago
似乎所有按纽都没有用啊……

Original comment by bolasbl...@gmail.com on 1 Mar 2011 at 4:41

GoogleCodeExporter commented 9 years ago
[Traceback]Traceback (most recent call last):
  File "c:\ulipad\modules\Mixin.py", line 133, in callplugin
    f(*args, **kwargs)
  File "c:\ulipad\mixins\Import.py", line 2842, in editor_init
    win.calltip = Calltip.MyCallTip(win)
  File "c:\ulipad\modules\Calltip.py", line 28, in __init__
    wx.ScrolledWindow.__init__(self, parent, -1, size=(200, 50), style=wx.SIMPLE_BORDER |wx.NO_3D)
AttributeError: 'module' object has no attribute 'NO_3D'

[Traceback]Traceback (most recent call last):
  File "c:\ulipad\mixins\Import.py", line 195, in OnFileOpen
    dlg = wx.FileDialog(win, tr("File List"), win.pref.last_dir, "", '|'.join(win.filewildchar), wx.OPEN|wx.HIDE_READONLY|wx.MULTIPLE)
AttributeError: 'module' object has no attribute 'HIDE_READONLY'

[Traceback]Traceback (most recent call last):
  File "c:\ulipad\modules\Mixin.py", line 192, in execplugin
    v = f(*args, **kwargs)
  File "c:\ulipad\mixins\Import.py", line 6523, in on_kill_focus
    if win.calltip and win.calltip.active:
  File "c:\ulipad\modules\Mixin.py", line 221, in __getattr__
    raise AttributeError, name
AttributeError: calltip

额……是不是哪里出问题了@@

Original comment by bolasbl...@gmail.com on 1 Mar 2011 at 4:56

GoogleCodeExporter commented 9 years ago
你用的是什么版本,什么环境?wxpython的版本,ulipad源码?

Original comment by limo...@gmail.com on 1 Mar 2011 at 5:12

GoogleCodeExporter commented 9 years ago
额……winXP,刚下载的ulipad源码,wxPython2.9-win32-2.9.1.1-py27.exe
就是这样……

Original comment by bolasbl...@gmail.com on 1 Mar 2011 at 5:16

GoogleCodeExporter commented 9 years ago
wxpython 2.9我还没有试过,你还是先用2.8版本吧。

Original comment by limo...@gmail.com on 1 Mar 2011 at 5:28

GoogleCodeExporter commented 9 years ago
额……好吧,我试试

Original comment by bolasbl...@gmail.com on 1 Mar 2011 at 5:34

GoogleCodeExporter commented 9 years ago
囧了……2.8可以了……似乎

Original comment by bolasbl...@gmail.com on 1 Mar 2011 at 5:42