Re: [Tutor] No module named uno in virtual environment

2018-09-09 Thread Jim
On 09/08/2018 08:35 PM, Mats Wichmann wrote: On September 8, 2018 5:46:46 PM MDT, Jim wrote: On 09/08/2018 05:26 PM, Mats Wichmann wrote: On 09/07/2018 03:10 PM, Jim wrote: Mint 18.1 System python3 3.5.2 Python3-uno is available to the system python3. How can I make it available to python

Re: [Tutor] No module named uno in virtual environment

2018-09-09 Thread Mats Wichmann
On 09/09/2018 10:49 AM, Jim wrote: >> ok, awkward naming issue. try openoffice-python instead? >> > > Unfortunately it produces the same result, no module uno found. I think > all of the packages on pipy need the uno module to be installed to > function. > > When I installed python3-uno using

Re: [Tutor] No module named uno in virtual environment

2018-09-09 Thread Jim
On 09/09/2018 01:29 PM, Mats Wichmann wrote: On 09/09/2018 10:49 AM, Jim wrote: ok, awkward naming issue. try openoffice-python instead? Unfortunately it produces the same result, no module uno found. I think all of the packages on pipy need the uno module to be installed to function. When

Re: [Tutor] Help with building bytearray arrays

2018-09-09 Thread Chip Wachob
Cameron, et al. First off, thank you for being patient with me. I'm not used to the email list communication style. Since Cameron's response was the one that raised the most questions / comments, I'm going to reply to it. Inline.. now that I know that this is the preferred method... Before I

[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

Re: [Tutor] Help with building bytearray arrays

2018-09-09 Thread Cameron Simpson
On 09Sep2018 17:06, Chip Wachob wrote: Before I jump in, the 1000 foot view is I have to send an array of 512 bytes down the SPI loop, and read back 512 bytes that were latched in from a control interface. Unfortunately, there's a glitch in the FTDI part and I can't just send the 512 bytes..