Your gufw is assuming particular python version and paths, and correct behavior from other apps. I don't know anything about python, but your app should not depend on these.
Why don't you: - test python version installed on the system prior to launch - include the expected paths of the packages that need to be imported into the sys path so that the import command can find them. and remove these paths when the program is terminated. Just a few proposals. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1194791 Title: Python doesn't find modules in Ubuntu 13.04 To manage notifications about this bug go to: https://bugs.launchpad.net/gui-ufw/+bug/1194791/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
