Page 1 of 1
Python script error

Posted:
Mon Mar 17, 2008 7:48 am
by Frits
I have installed all the files mentioned in PRPBlenderInstallation, also unziped the PyPRP in the scripts folder.
When I try to import with PyPRP I get 'Python script error: check the console'.
Can anyone explain to me what goes wrong and what to do about this?
Regards Frits.
Re: Python script error

Posted:
Mon Mar 17, 2008 8:03 am
by D'Lanor
Hard to tell without knowing the actual error message. You can find the error in the console like PyPRP says. The console is the black commandline box behind the Blender window.
Imports btw are not working well in the current PyPRP version. See here:
viewtopic.php?f=59&t=1386
Re: Python script error

Posted:
Mon Mar 17, 2008 8:24 am
by Frits
Sorry, I did not know that that was called the console.
It says;
File "<string>" , line 48, in <module>
ImpoertError: No module named alconfig
Regards Frits.
Re: Python script error

Posted:
Mon Mar 17, 2008 8:30 am
by Zander
I had that too. I believe alcconfig is somewhere else in your Blender directories and you just need to move it. That or something equally simple: I have it all working now, so it's definitely fixable.
Re: Python script error

Posted:
Mon Mar 17, 2008 8:34 am
by D'Lanor
What Zander said. You probably have it in the src folder. All files in the src folder should be placed directly under the .scripts folder.
Re: Python script error

Posted:
Mon Mar 17, 2008 9:13 am
by Frits
Thanks guys, it works now. Unzipping the PyPRP file makes his own directory.
Regards, Frits