Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47203 > unrolled thread
| Started by | m2cl3k@gmail.com |
|---|---|
| First post | 2013-06-06 02:55 -0700 |
| Last post | 2013-06-06 04:05 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
"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
| From | m2cl3k@gmail.com |
|---|---|
| Date | 2013-06-06 02:55 -0700 |
| Subject | "The system cannot find the path specified[...]" wxPython strange bug |
| Message-ID | <70522202-8f78-4c60-858e-7c9b8cffaee5@googlegroups.com> |
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.
[toc] | [next] | [standalone]
| From | Jeicam <m2cl3k@gmail.com> |
|---|---|
| Date | 2013-06-06 04:05 -0700 |
| Message-ID | <ca4ea09e-bcda-4bc4-a49e-2cfe16a76213@googlegroups.com> |
| In reply to | #47203 |
It seems like it constructs path wrongly(as I have seen before), but why sometimes it works and sometimes doesn't(so maybe sometimes it generates path correctly)?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web