Hi there. I tried to install LSR and when I run it via the terminal I get the following error message File "/usr/local/bin/lsr", line 28, in <module> import AEMain ImportError: No module named AEMain Does anyone know how to overcome this error? Thanks in advance
ImportError: No module named AEMain
Archived thread 1199765 from Assistive Technology & Accessibility. Markdown source: Assistive_Technology_&_Accessibility/thread_1199765_ImportError_No_module_named_AEMain.md
Bump
Hi,
I encountered the same problem while trying to build from a checkout of LSR for a project. Basically when I run make install, I get the error that AEMain is missing.
checking the traceback got me to the root of the error that /usr/local/..bin/lsr is looking for 'site-packages', while on Ubuntu, the modules folder is in 'dist-packages'.
Just cd to the 'src' folder and run 'sudo vi lsr' after running 'make', and change it to point to 'dist-packages' and run make install.
works for me. :D