Re: import issues python3.4

2017-11-10 Thread Matt Wheeler
On Wed, 8 Nov 2017 at 15:58 Heli wrote: > Is there anyway I can run my external script without changing the absolute > path from (1) to (2) in my code. > I would recommend using tox [0] to run your test script, and setting up an entry point in your `setup.py` [1] so that your

Re: import issues python3.4

2017-11-09 Thread lingmaaki
Python Tutorial http://net-informations.com/python/default.htm -- https://mail.python.org/mailman/listinfo/python-list

import issues python3.4

2017-11-08 Thread Heli
Dear all, I have a software code that is written in python and has a structure like this. package/ run_my_gui.py#gui sub_package/ main.py sub_sub_package/ __init__.py A.py B.py C.py All the imports in main.py are absolute and look