PiRSquared17 / bpbible

Automatically exported from code.google.com/p/bpbible
Other
0 stars 1 forks source link

Running on Ubuntu 12.04 fails with "ImportError: No module named wc" #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Ubuntu 12.04 64 bit and BPBible 0.5.1.1 with Python 2.7.3. I've 
installed XULrunner and it's dependencies but I still can't get bpbible to run. 
I get the following message when trying to launch it:

python bpbible.py
00:19:08 Faulthandler not installed
00:19:08 Importing wx
00:19:08 XULRunner path is '/usr/lib/xulrunner-2.0'
00:19:08 importing wx.wc
Traceback (most recent call last):
  File "bpbible.py", line 71, in <module>
    import wx.wc
ImportError: No module named wc

Is there a way to get this working? Do you know anything about the module "wc"?

Original issue reported on code.google.com by ryanwats...@gmail.com on 5 May 2012 at 5:24

GoogleCodeExporter commented 9 years ago
wx.wc is the WebConnect wrapper we use to access XULRunner.  If you look at 
issue 186, hopefully it has some instructions about building and using it on 
Linux.

Original comment by jonmmor...@gmail.com on 6 May 2012 at 7:47