Bridge Commander Central

BC Forums => BC Technical Support => Previous "Black Screen of Death" Fixes => Topic started by: Gareth on February 22, 2008, 04:37:19 PM

Title: BSOD - ImportError: No module named LibEngineering
Post by: Gareth on February 22, 2008, 04:37:19 PM
If anyone's been noticing, I've been slightly more active on here recently - as I've decided to reinstall BC on my new computer [after a serious PC crash that made me reformat my comp]

But anyway, here's my BSoD message

If it needs a certain mod or fix, perhaps you could kindly show me a link to it please?

(http://img299.imageshack.us/img299/3795/bsod00vw8.jpg)

thanks in advance
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: JimmyB76 on February 22, 2008, 04:46:10 PM
you do have QBAutostart installed, right?
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: Gareth on February 22, 2008, 05:00:38 PM
yeah, I do (I just extracted it again into BC [to the correct folder, of course] to to make sure - but still no)
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: MLeo on February 22, 2008, 06:38:21 PM
Now I see the error, I had a similar case in april last year (just searched, unless I forgot the month...). Didn't spot this then.

It ought to be import Lib.LibEngineering, not import Libs.LibEngineering

Please attach the file scripts/Custom/QBautostart/TargetablePlasmaStreams.py
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: Gareth on February 23, 2008, 12:07:08 PM
Here you are - and many thanks ^^
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: MLeo on February 23, 2008, 12:09:37 PM
I can't promise that this works, but this looks to me to be the case.
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: Glenn on February 23, 2008, 12:31:26 PM
Mleo have a cookie for helping all us scriptingly challenged people, you really do a great job!!  :D
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: Gareth on February 23, 2008, 12:32:50 PM
thanks alot for trying still - that's all that matters in the end

*edit*
AAAAAAH, thankyou MLeo! The one you gave me didn't work still [it complained about a different 'Libs' this time], so I thought "if the problem's still about 'Libs' not being right, maybe I could see if I can find it myself"

So I opened it up in a text file [using my fave freeware text prog' EditPad Lite], searched & found the other 'Libs', removed the 's' and now it works!  :D
Title: Re: BSOD - ImportError: No module named LibEngineering
Post by: MLeo on February 23, 2008, 01:55:47 PM
Whoops! :S

I guess I assumed that they used just LibEngineering instead of Libs.LibEngineering since that's what the import statement is designed for. <_<