User Tools

Site Tools


parseltongue:parseltongue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
parseltongue:parseltongue [2015/03/06 15:27] – [ParselProblems] kettenisparseltongue:parseltongue [2022/05/23 09:17] (current) – [Installing ParselTongue] kettenis
Line 9: Line 9:
 ===== Get ParselTongue ===== ===== Get ParselTongue =====
  
-Grab the latest official ParselTongue release (version 2.1) [[http://www.jive.nl/parseltongue/releases/parseltongue.tar.gz|here!]]+Grab the latest official ParselTongue release (version 3.0) [[http://www.jive.nl/parseltongue/releases/parseltongue-3.0.tar.gz|here!]] 
 +This release now supports Python 3.
  
 ParselTongue depends on Obit.  A special version of Obit, adequate for ParselTongue and modified to be easier to build on most systems, can be found  ParselTongue depends on Obit.  A special version of Obit, adequate for ParselTongue and modified to be easier to build on most systems, can be found 
-[[http://www.jive.nl/parseltongue/releases/Obit-22JUN10i.tar.gz|here.]]+[[http://www.jive.nl/parseltongue/releases/Obit-27JUL20a.tar.gz|here.]]
  
 +If you are using ParselTongue and would like to be kept up-to-date about new releases, you can subscribe yourself to the ParselTongue mailing list
 +[[http://mailman.astron.nl/listinfo/parseltongue|here.]]
  
 ===== Installing ParselTongue ===== ===== Installing ParselTongue =====
Line 19: Line 22:
 Installation instructions can be found in the Codex (see below).  It does contain installation instructions for installing on Mac OS X using Fink or MacPorts as well as various popular Linux distributions.  However, for Mac OS X users we now recommend using [[http://brew.sh|Homebrew]].  With Homebrew, installing ParselTongue becomes really easy: Installation instructions can be found in the Codex (see below).  It does contain installation instructions for installing on Mac OS X using Fink or MacPorts as well as various popular Linux distributions.  However, for Mac OS X users we now recommend using [[http://brew.sh|Homebrew]].  With Homebrew, installing ParselTongue becomes really easy:
  
-  brew install http://www.jive.nl/parseltongue/releases/obit.rb +  curl -LO http://www.jive.nl/parseltongue/releases/python3-obit.rb 
-  brew install http://www.jive.nl/parseltongue/releases/parseltongue.rb+  curl -LO http://www.jive.nl/parseltongue/releases/python3-parseltongue.rb 
 +  brew install python3-obit.rb 
 +  brew install python3-parseltongue.rb
      
 This will automatically install all the packages needed to build Obit and ParselTongue.  This method works also This will automatically install all the packages needed to build Obit and ParselTongue.  This method works also
Line 29: Line 34:
   sudo add-apt-repository ppa:kettenis-w/parseltongue   sudo add-apt-repository ppa:kettenis-w/parseltongue
   sudo apt-get update   sudo apt-get update
-  sudo apt-get install parseltongue+  sudo apt-get install python3-parseltongue
  
 This will automatically install all dependencies (including Obit).  In principle packages for all currently supported versions of Ubuntu should be available. This will automatically install all dependencies (including Obit).  In principle packages for all currently supported versions of Ubuntu should be available.
 +
 +Obit packages are available for most major Linux distrubutions on the openSUSE build service.  For example, to install packages for Fedora 31 you can run the following command:
 +
 +  dnf install https://download.opensuse.org/repositories/home:/kettenis/Fedora_31/x86_64/python3-obit-27JUL20-18.1.x86_64.rpm
 +  
 +And for OpenSUSE 15.2 you can run:
 +
 +  zypper install https://download.opensuse.org/repositories/home:/kettenis/openSUSE_Leap_15.2/x86_64/python3-obit-27JUL20-lp152.18.1.x86_64.rpm
 +
 +This will automatically install all dependencies.  After installation of Obit, you can build ParselTongue by following the installation instructions in the codex, running the configure script as:
 +
 +  ./configure --with-obit=/usr/lib64/obit --prefix=...
 +  
 +For an overview of the Linux distribution for which Obit packages have been built can be found at [[https://build.opensuse.org/package/show/home:kettenis/python3-obit]].  If packages for your favourite Linux distribution are not available, please send a message to Mark Kettenis <kettenis@jive.eu>.
 +
 +Another way to install ParselTongue is by using [[http://www.anaconda.com|Anaconda]].  To install Obit and ParselTongue in your default Anaconda environment you can simply run
 +
 +  conda install -c kettenis parseltongue 
 +
 ===== Codex ParselTongue ===== ===== Codex ParselTongue =====
  
Line 48: Line 72:
  
 A [[parseltongue_faq|FAQ]] to post questions regarding the use of ParselTongue A [[parseltongue_faq|FAQ]] to post questions regarding the use of ParselTongue
 +
 +===== ParselTongue Mailing List =====
 +
 +To receive announcements of new ParselTongue releases and other ParselTongue related news you can subscribe to the ParselTongue [[http://mailman.astron.nl/listinfo/parseltongue|mailing list]].  This list is low-volume.
  
 ===== ParselProblems ===== ===== ParselProblems =====
  
 If you encounter problems with our software, please feel free to contact the developers ([[mailto:kettenis@jive.nl|Mark Kettenis]] and[[mailto:small@jive.nl|Des Small]]). We're also very interested in hearing about cool applications of ParselTongue. If things don't work as expected, or if you encounter any cryptic error messages, please yell. You can also politely ask for improvements ;-) If you encounter problems with our software, please feel free to contact the developers ([[mailto:kettenis@jive.nl|Mark Kettenis]] and[[mailto:small@jive.nl|Des Small]]). We're also very interested in hearing about cool applications of ParselTongue. If things don't work as expected, or if you encounter any cryptic error messages, please yell. You can also politely ask for improvements ;-)
parseltongue/parseltongue.1425655646.txt.gz · Last modified: 2015/03/06 15:27 by kettenis