[activegrid-users] No module named wx.lib.pydocview
Brought to you by:
activegrid,
geremycohen
|
From: jchavez <jch...@ya...> - 2005-04-13 12:00:58
|
Hi,
Using vanilla Ubuntu Hoary 5.04 Release.
I've installed the prerequired packages per the setup instructions, mainly from
deb packages and source, although I did have a dependency issue with the
libsqlite library (ubuntu-desktop depends on the version it installs)
I installed the ActiveGrid rpm's by first converting them to deb packages
(using alien) and installing via dpkg -i. No problems reported there.
However, when I try to test the installation via the command:
python2.3 ActiveGridAppBuilder.py
I get the following error:
Traceback (most recent call last):
File "ActiveGridAppBuilder.py", line 12, in ?
import wx.lib.pydocview
ImportError: No module named wx.lib.pydocview
I seem to have pydocview scripts in my python2.3 installation but not sure what
else I would be missing. Any ideas on what to verify or action to take?
Thanks in advance,
jch...@ya...
root@ubuntu:/usr/lib/python2.3/site-packages # ls -la
total 180
drwxr-xr-x 6 root root 4096 2005-04-13 04:27 .
drwxr-xr-x 18 root root 12288 2005-04-13 04:17 ..
drwxr-xr-x 2 root root 4096 2005-04-13 04:18 dhm
drwxr-xr-x 2 root root 4096 2005-04-13 04:19 pychecker
-rw-r--r-- 1 root root 119 2005-03-29 12:03 README
drwxr-xr-x 2 root root 4096 2005-04-13 04:18 sqlite
-rwxr-xr-x 1 root root 88857 2005-04-13 04:19 _sqlite.so
drwxr-xr-x 3 root root 4096 2005-04-13 04:21 wx-2.5.4-gtk2-unicode
-rw-r--r-- 1 root root 21 2005-03-16 17:11 wx.pth
-rw-r--r-- 1 root root 14397 2004-10-28 15:34 wxversion.py
-rw-r--r-- 1 root root 14406 2005-03-16 17:11 wxversion.pyc
-rw-r--r-- 1 root root 14344 2005-04-13 04:18 wxversion.pyo
root@ubuntu:/usr/lib/python2.3/site-packages # cd ../../activegrid/python/
root@ubuntu:/usr/lib/activegrid/python # ls
activegrid ActiveGridIDE.py docview.py multisash.py
ActiveGridAppBuilder.bpel ActiveGridIDE.pyc docview.pyc multisash.pyc
ActiveGridAppBuilder.dpl agwebserver.py __init__.py pydocview.py
ActiveGridAppBuilder.py agwebserver.pyc __init__.pyc pydocview.pyc
ActiveGridAppBuilder.pyc datamodel.xsd mphandler.py wxPythonDemos
ActiveGridAppBuilder.xsd demos mphandler.pyc
root@ubuntu:/usr/lib/activegrid/python # python2.3 ActiveGridAppBuilder.py
Traceback (most recent call last):
File "ActiveGridAppBuilder.py", line 12, in ?
import wx.lib.pydocview
ImportError: No module named wx.lib.pydocview
root@ubuntu:/usr/lib/activegrid/python #
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
|