Difference between revisions of "Instrumentino Notes"

From OpenCircuits
Jump to navigation Jump to search
Line 36: Line 36:
 
   No matching distribution found for wxpython
 
   No matching distribution found for wxpython
  
 +
 +
Well, not so bad.  Useful to know that my Spyder already had wxpython, came with it or I installed, who knows.  Also useful to know wxpython is called wx.  This helps a lot.
 +
 +
 +
== This works ==
 +
 +
Download the file from github, the zip file.  Unzip.  Ignore a bunch of the stuff and take the
 +
 +
        \instrumentino
 +
        from ( ........\instrumentino-master\instrumentino )
 +
        and copy it to the place where your spyder projects live ( making a new project  instrumentino  )
 +
 +
Find the file:
 +
          ......\SpyderP\instrumentino\__init__.py
 +
 +
and modify the top to:
 +
 +
          from __future__ import division
 +
         
 +
          import sys
 +
          sys.path.append( ".." )
 +
         
 +
          #...... rest of file
 +
 +
This should make it run.
 +
 +
To do much more it seems you need an arduino.
  
 
== Clean Install on Mint ==
 
== Clean Install on Mint ==

Revision as of 12:36, 30 September 2016

Draft

Just a draft may or may not be completed

Why

Install

On windows not going well

 C:\Users\Russ>pip install instrumentino
 Collecting instrumentino
   Using cached instrumentino-1.0.tar.gz
 Collecting wxPython (from instrumentino)
   Could not find a version that satisfies the requirement wxPython (from instrumentino) (from versions: )
 No matching distribution found for wxPython (from instrumentino)
 
 C:\Users\Russ>pip install wxPython
 Collecting wxPython
   Could not find a version that satisfies the requirement wxPython (from versions: )
 No matching distribution found for wxPython


=============
 C:\Users\Russ>pip install wxPython
 Collecting wxPython
   Could not find a version that satisfies the requirement wxPython (from versions: )
 No matching distribution found for wxPython
 
 C:\Users\Russ>pip install wxpython
 Collecting wxpython
   Could not find a version that satisfies the requirement wxpython (from versions: )
 No matching distribution found for wxpython


Well, not so bad. Useful to know that my Spyder already had wxpython, came with it or I installed, who knows. Also useful to know wxpython is called wx. This helps a lot.


This works

Download the file from github, the zip file. Unzip. Ignore a bunch of the stuff and take the

        \instrumentino
        from ( ........\instrumentino-master\instrumentino )
        and copy it to the place where your spyder projects live ( making a new project   instrumentino  )

Find the file:

         ......\SpyderP\instrumentino\__init__.py

and modify the top to:

         from __future__ import division
         
         import sys
         sys.path.append( ".." )
         
         #...... rest of file

This should make it run.

To do much more it seems you need an arduino.

Clean Install on Mint

Installed spyder

went to https://pypi.python.org/pypi/instrumentino link to git hub gave 404 search found https://github.com/yoelk/instrumentino

  using D:\_Source\Python\instremento\Using Instrumentino_v03.odt
  package manger wxpython