import sys egg_path=‘egg.egg‘ sys.path.append(egg_path) import egg_sample
python egg包免安装直接使用
原文:http://www.cnblogs.com/yejinru/p/4107811.html