-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
i am having problems with rst editor. after compiling for android it crashes when i run it on a device. on the logcat it crashes at a point where it fails to find the docutils.parsers module.
i have looked at the forums and the problem seems to be because the docutils module is absent in my package. but i could not find a solution.
i am using the virtualbox image that was provided and i have checked the modules in host python and docutils is not there.
my question is how do i get to bring in the docutils module and get it to be compiled properly with the other modules. i tried to nanually transfer docutils to the site-packages of hostpython but after compiling , on running the resulting apk, its still crashed, complaining of absence of docutils.parsers
any help will be really appreciated.
thanks