Does anybody know if there is any tool for packing a Python project that uses several files and modules into a single script?
make the .egg file and install it or put it on pythonpath may solve your problem. similar fellow