DarkPython icon indicating copy to clipboard operation
DarkPython copied to clipboard

No module named stc

Open johncipponeri opened this issue 10 years ago • 3 comments

Windows 7 Ultimate Edition, 64bit AMD

Traceback (most recent call last):
  File "DarkPython.py", line 7, in <module>
    import wx.stc as stc
ImportError: No module named stc

I have installed wxPython 3.0.0 64bit via http://wxpython.org/download.php

johncipponeri avatar Mar 16 '14 19:03 johncipponeri

Try getting x86 python with x86 wxPython. Also try running dist/DarkPython.exe (if you have a windows PC) and tell me what that yields.

undercase avatar Mar 16 '14 20:03 undercase

I will try this as soon as I get the chance however supporting 64-bit would be a nice feature.

johncipponeri avatar Mar 16 '14 21:03 johncipponeri

I got the same issue as @johncipponeri

Traceback (most recent call last):
  File "DarkPython.py", line 7, in <module>
    import wx.stc as stc
ImportError: No module named stc
i have wx python installed on my machine.

Try if you can solve this @undercase

arpit1997 avatar Oct 28 '16 13:10 arpit1997