Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47203

"The system cannot find the path specified[...]" wxPython strange bug

Newsgroups comp.lang.python
Date 2013-06-06 02:55 -0700
Message-ID <70522202-8f78-4c60-858e-7c9b8cffaee5@googlegroups.com> (permalink)
Subject "The system cannot find the path specified[...]" wxPython strange bug
From m2cl3k@gmail.com

Show all headers | View raw


Hi,
I'm developing plugin for sublime text 2. I'm importing wxPython module and sometimes I get following error:
[code]
Reloading plugin C:\Users\User\AppData\Roaming\Sublime Text 2\Packages\User\my_plugin.py
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 62, in reload_plugin
  File ".\my_plugin.py", line 10, in <module>
    import wx
  File "<string>", line 9, in __init__
WindowsError: [Error 3] The system cannot find the path specified: u'/C/Users/User/AppData/Roaming/Sublime Text 2/Packages/User/wx_distr/wx/tools/Editra/plugins'
[/code]

But after some time, if I reload my plugin few times(it's random), it launches properly.
It seems very strange to me, anyone have any ideas?

Thanks,
Maciej.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

"The system cannot find the path specified[...]" wxPython strange bug m2cl3k@gmail.com - 2013-06-06 02:55 -0700
  Re: "The system cannot find the path specified[...]" wxPython strange bug Jeicam <m2cl3k@gmail.com> - 2013-06-06 04:05 -0700

csiph-web