Package Details: printrun 1:2.0.1-1

Git Clone URL: https://aur.archlinux.org/printrun.git (read-only, click to copy)
Package Base: printrun
Description: Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI
Upstream URL: https://github.com/kliment/Printrun
Licenses: GPL
Conflicts: printrun-git
Provides: printrun-git
Submitter: ejona86
Maintainer: ejona86
Last Packager: ejona86
Votes: 23
Popularity: 0.007120
First Submitted: 2013-06-07 03:27 (UTC)
Last Updated: 2023-05-26 01:22 (UTC)

Dependencies (11)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

bossi commented on 2021-04-14 09:38 (UTC)

Package maintainers: FYI, python2-pyserial is an obsolete dependency (Python 2 now dead).

ejona86 commented on 2019-01-07 15:25 (UTC)

@patrickelectric, added numpy as a dependency. It appears the change was introduced in 1.6. https://github.com/kliment/Printrun/issues/976

patrickelectric commented on 2018-12-16 22:36 (UTC) (edited on 2018-12-16 22:36 (UTC) by patrickelectric)

numpy is not optional if pronterface is installed.

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/printrun/gui/viz.py", line 70, in __init__
    import printrun.gcview
  File "/usr/lib/python2.7/site-packages/printrun/gcview.py", line 22, in <module>
    from .gl.panel import wxGLPanel
  File "/usr/lib/python2.7/site-packages/printrun/gl/panel.py", line 21, in <module>
    import numpy
ImportError: No module named numpy

Traceback (most recent call last):
  File "/usr/bin/pronterface.py", line 66, in <module>
    app = PronterApp(False)
  File "/usr/lib/python2.7/site-packages/printrun/pronterface.py", line 2296, in __init__
    self.mainwindow = PronterWindow(self)
  File "/usr/lib/python2.7/site-packages/printrun/pronterface.py", line 220, in __init__
    self.reload_ui()
  File "/usr/lib/python2.7/site-packages/printrun/pronterface.py", line 282, in reload_ui
    self.settings.controlsmode == "Mini")
  File "/usr/lib/python2.7/site-packages/printrun/gui/__init__.py", line 256, in createGui

    viz_pane = VizPane(self, vizpanel)
  File "/usr/lib/python2.7/site-packages/printrun/gui/viz.py", line 79, in __init__
    from printrun import gviz
  File "/usr/lib/python2.7/site-packages/printrun/gviz.py", line 18, in <module>
    import numpy
ImportError: No module named numpy

ejona86 commented on 2018-03-09 15:14 (UTC)

I've swapped the pyglet dependency to python2-pyglet.

Rhinoceros commented on 2018-03-09 07:01 (UTC)

python2-pyglet now no longer provides pyglet, so printrun cannot be installed any more. I guess you just need to change the dependency.

xoan commented on 2017-11-24 09:53 (UTC)

As said in the Printrun README [1], you should add: python2 setup.py build_ext --inplace to build() in order to use the optimized cython based G-Code parser (if not, cython2 shuldn't be a make dependency) [1] https://github.com/kliment/Printrun#cython-based-g-code-parser

swiftgeek commented on 2017-11-18 14:58 (UTC)

https://github.com/kliment/Printrun/releases/tag/printrun-1.6.0

ejona86 commented on 2017-11-07 15:38 (UTC)

It looks like there is a release coming, but there isn't a tag for it yet: https://github.com/kliment/Printrun/issues/862

ivanovp commented on 2017-10-14 05:42 (UTC)

Hi, it looks that python2-numpy is missing from dependencies.

kalsan commented on 2017-07-15 13:49 (UTC)

Please add armv6h and armv7h for Raspberry Pi support. It compiles fine on these archs.