Software on (Arch-)Linux October 29, 2015 12:37PM |
Registered: 7 years ago Posts: 14 |
python: can't open file 'skeinforge/skeinforge_application/skeinforge.py': [Errno 2] No such file or directory
[email protected]: ~/Downloads/3dPrinter $ slic3r --load default_config_05mm_pla.ini --gui Warning: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6). Base class package "Wx::GLCanvas" is empty. (Perhaps you need to 'use' the module which defines that package first, or make that module available in @INC (@INC contains: /usr/bin/vendor_perl/lib /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .). at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 121. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI/Plater/2DToolpaths.pm line 121. Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 16. Compilation failed in require at (eval 66) line 1. [\code] I'm not sure if I should be worried about the mismatch of wxpython. wxpython 3 is default on Archlinux, but I installed both printrun and slic3r against wxpython 2.8, which is still in the repositories. wxpython 2.6 is not in the repositories anymore and would cause more work. The rest of the error message is pretty much gibberish to me. Can anyone help me getting this to run? Help is much appreciated. I'm also happy to just use the console, without gui, as long as I know what to do.
Re: Software on (Arch-)Linux November 06, 2015 12:48AM |
Registered: 10 years ago Posts: 471 |
Re: Software on (Arch-)Linux November 06, 2015 07:42AM |
Registered: 7 years ago Posts: 14 |
Re: Software on (Arch-)Linux November 09, 2015 12:11PM |
Registered: 10 years ago Posts: 471 |