Welcome! Log In Create A New Profile

Advanced

Pronterface error - please help! spinning smiley sticking its tongue out

Posted by simonhoughton 
Pronterface error - please help! spinning smiley sticking its tongue out
February 25, 2012 01:37PM
I have just set up my prusa with Pronterface on my mac. I get this error when trying to load something to print:

ImportError: /Users/Macbook/Desktop/RepRap/pronterface.app/Contents/MacOS//cStringIO.so: no appropriate 64-bit architecture (see "man python" for running in 32-bit mode)
I have no idea what i should do to resolve the problem.

Any help would be appreciated

Thanks, Simon
Re: Pronterface error - please help! spinning smiley sticking its tongue out
February 25, 2012 03:21PM
In the terminal window you use to open pronterface, you must first force python to be 32-bit, like so:

export VERSIONER_PYTHON_PREFER_32_BIT=yes

I have a text file with the following:

export VERSIONER_PYTHON_PREFER_32_BIT=yes
/Applications/Printrun/pronterface.py

Add ".command" to the end of that file, make it executable, and you have a double-clickable file that will run pronterface. I'm sure there are better ways of doing this, but it works for me.
Re: Pronterface error - please help! spinning smiley sticking its tongue out
February 25, 2012 05:08PM
I have typed that into the terminal but now an error comes up like this:

ImportError: dlopen(/Users/Macbook/Desktop/RepRap/pronterface.app/Contents/MacOS/cStringIO.so, 2): no suitable image found. Did find:
/Users/Macbook/Desktop/RepRap/pronterface.app/Contents/MacOS//cStringIO.so: no matching architecture in universal wrapper
/Users/Macbook/Desktop/RepRap/pronterface.app/Contents/MacOS/cStringIO.so: no matching architecture in universal wrapper
Re: Pronterface error - please help! spinning smiley sticking its tongue out
March 03, 2012 02:57AM
simonhoughton Wrote:
-------------------------------------------------------
> I have just set up my prusa with Pronterface on my
> mac. I get this error when trying to load
> something to print:
>
> ImportError:
> /Users/Macbook/Desktop/RepRap/pronterface.app/Cont
> ents/MacOS//cStringIO.so: no appropriate 64-bit
> architecture (see "man python" for running in
> 32-bit mode)
> I have no idea what i should do to resolve the
> problem.
>
> Any help would be appreciated
>
> Thanks, Simon

In a Terminal Window:

Run the export command then
Try running {path to where pronterface.app}/pronterface.app/Contents/MacOS/pronterface

Then try loading an .STL file

That works for me with the pronterface.app
Re: Pronterface error - please help! spinning smiley sticking its tongue out
March 03, 2012 04:37AM
Jez-a, I was getting the original error and your method fixed it for me as well. One thing to add - I had to 'cd /Applications' first so that pronterface was able to find skeinforge. When you run it from the command line like that I guess it tries to find things relative to the directory where you ran the command as opposed to the directory where pronterface is.
Re: Pronterface error - please help! spinning smiley sticking its tongue out
March 03, 2012 09:02AM
Hi voodoomagicman,

Glad that you were able to get pronterface working.

I just ran the following command from the terminal window, from within my user home directory:

/Applications/3DPrinting/Pronterface/pronterface.app/Contents/MacOS/pronterface

I have also changed the Settings->Options within Pronterface to point to where skeinforge is located. In the dialog box, change the "slicecommand" and "sliceoptscommand" to point to where skeinforge is installed - this might help.

Cheers
Jez_A

Edited 1 time(s). Last edit at 03/03/2012 09:16AM by jez_a.
mimy
Re: Pronterface error - please help! spinning smiley sticking its tongue out
March 08, 2012 02:09PM
jez_a Wrote:
-------------------------------------------------------
> Hi voodoomagicman,
>
> Glad that you were able to get pronterface
> working.
>
> I just ran the following command from the terminal
> window, from within my user home directory:
>
>
> /Applications/3DPrinting/Pronterface/pronterface.a
> pp/Contents/MacOS/pronterface
>
> I have also changed the Settings->Options within
> Pronterface to point to where skeinforge is
> located. In the dialog box, change the
> "slicecommand" and "sliceoptscommand" to point to
> where skeinforge is installed - this might help.
>
> Cheers
> Jez_A


Hi, I used to use repsnapper for my mendel machine (actually it is someone else's). Now that I have installed the prinrun pronterface, what should I put in the 'slicecommand' and 'sliceoptscommand'?
Sorry, only registered users may post in this forum.

Click here to login