Problems running Printrun January 07, 2013 02:42PM |
Registered: 12 years ago Posts: 42 |
Can't load image from file 'P-face.ico': file does not exist.I've checked /usr/share/pronterface but the file 'P-face.ico' actually exists, so I don't see a reason why this message pops up.
oliver@IbmT60:~/Tools/reprap/Printrun$ python pronterface.py Traceback (most recent call last): File "pronterface.py", line 415, in project from printrun import projectlayer File "/home/oliver/Tools/reprap/Printrun/printrun/projectlayer.py", line 22, in import svg.document as wxpsvgdocument File "/home/oliver/Tools/reprap/Printrun/printrun/svg/document.py", line 13, in from svg.css.colour import colourValue ImportError: No module named svg.css.colour
Re: Problems running Printrun January 09, 2013 04:11AM |
Registered: 12 years ago Posts: 374 |
python /home/oliver/kliment-Printrun-b6935b9/pronterface.py
sudo python /home/oliver/kliment-Printrun-b6935b9/pronterface.py(Ubuntu is sometimes funny about giving pronterface USB access if it's not running root)
Re: Problems running Printrun January 10, 2013 02:21PM |
Registered: 12 years ago Posts: 42 |
Re: Problems running Printrun January 10, 2013 02:41PM |
Registered: 12 years ago Posts: 374 |
Re: Problems running Printrun January 10, 2013 03:48PM |
Registered: 12 years ago Posts: 42 |
Re: Problems running Printrun January 11, 2013 09:30AM |
Registered: 13 years ago Posts: 156 |
""" SVGDocument """ import wx from cStringIO import StringIO import warnings import math from functools import wraps import pathdata import css from css.colour import colourValue from css import values from attributes import paintValue
Re: Problems running Printrun January 11, 2013 12:30PM |
Registered: 12 years ago Posts: 42 |
Re: Problems running Printrun January 14, 2013 07:31AM |
Registered: 13 years ago Posts: 156 |
Re: Problems running Printrun February 01, 2013 03:05PM |
Registered: 12 years ago Posts: 42 |
if empty_lines == 5: break
if empty_lines == 50: break