I think the clue is that you used qpkg to install python25 and ipkg to
install py25-usb. I suspect ipkg has installed the py25-usb modules
somewhere not on python's search path. You can test this by seeing where
each package thinks the 'site-packages' directory is:
qpkg files python25 | grep site
ipkg files py25-usb | grep site
If this is the answer, you can add the ipkg site-package directory to
your python installation's search path, as described here:
http://docs.python.org/install/index.html#inst-search-path
or you could uninstall the qpkg python25 and install the ipkg one
instead. This might be a better solution as there are less likely to be
incompatibilities between modules and the python interpreter.
--
Jim Easterbrook <http://www.jim-easterbrook.me.uk/>
--
You received this message because you are subscribed to the Google Groups "pywws" group.
To post to this group, send email to py...@googlegroups.com.
To unsubscribe from this group, send email to pywws+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pywws?hl=en.