[Tutor] building package on mac os

2018-09-09 Thread Glenn Schultz via Tutor
I have a package that I am working on.  I am using Pycharm.  The directories are set up correctly.   In my frameworks I have Python 2.7 Python 3.5 Python 3.6 Python 3.7 Current - which is Python 2.7 After navigating to the directory with the package I run the following in my terminal python3

[Tutor] build does not include all .py modules

2018-08-23 Thread Glenn Schultz via Tutor
All, followed links and suggestions and I have resolved most issues.  I continue to follow the python.org instructions as well.  The package builds and creates all the requsite files.  The challenge I am facing now is that the __init__.py does not include all the modules.  Below is a screen

[Tutor] Building a Package

2018-08-21 Thread Glenn Schultz via Tutor
All, I have a project pthon(3.7) I have followed the python setup instructions. I get a dist folder with the correct files.  Now, I would like to install locally from my local machine (note I am not using virtual enviroment as our firewall does not allow installation of packages when using