模块路径如下图:

import sys

sys.path.append(r"E:\project\path")
print "===>", sys.argv[0]
from testone import work
print work.run()
from testone.work import run
print run()
from testone.testsix import hello
print hello.eat()
from testone.testsix.hello import eat
print eat()
https://www.cnblogs.com/telazy/p/8967515.html
https://blog.csdn.net/weixin_41824719/article/details/81051743

最新文章

  1. 可能是史上最强大的js图表库——ECharts带你入门
  2. vc 实现打印功能
  3. HDU 1317 XYZZY【Bellman_Ford判断正环】
  4. android之APP+JNI+Drv框架
  5. Android开发之手势滑动(滑动手势监听)详解
  6. 找不到这个cache.properties缓存文件
  7. pyqt一个简单的动画
  8. ie 6 position fixed
  9. 动态sql构建的过程
  10. OSD(On Screen Display )技术(转)
  11. 集美大学网络1413第十一次作业成绩(团队七) -- Alpha冲刺之事后诸葛亮
  12. JGUI源码:Accordion鼠标中键滚动和手机端滑动实现(2)
  13. 服务注册中心之ZooKeeper系列(三) 实现分布式锁
  14. Python数据结构之栈的实现
  15. 解决idea创建Maven项目卡在running tmp archetypexxxtmp
  16. ES6学习总结
  17. AtCoder Beginner Contest 082 A - Round Up the Mean
  18. minicom支持向串口自动发送命令的功能
  19. Identity Server4学习系列三
  20. 磁盘分区(20G升50G)

热门文章

  1. XNginx升级记录
  2. 一起学Spring之三种注入方式及集合类型注入
  3. ionic项目使用Google FCM插件和Google maps插件打包android报错冲突问题
  4. Android框架式编程之Retrofit
  5. Unable to connect to the server: x509: certificate signed by unknown authority
  6. cobbler无人值守
  7. phpMyAdmin开启IP地址登录
  8. LinuxPXE+Kickstrart无人值守安装服务
  9. 分组排序函数——row_number()
  10. robotframework框架 - 在Pycharm当中编写RobotFramework测试用例