I am having the following error with NE-1 v1.1.1 Any suggestion?
Windows 7 Enterprise Service Pack 1 32bit
'Errors occured' see main.exe.log
Traceback (most recent call last): File "main.py", line 143, in ? File "main.py", line 138, in _start_NE1 File "ne1_startup\main_startup.pyc", line 129, in startup_script File "ne1_ui\MWsemantics.pyc", line 38, in ? File "model\elements.pyc", line 41, in ? File "model\Elem.pyc", line 25, in ? File "model\atomtypes.pyc", line 27, in ? File "geometry\VQT.pyc", line 23, in ? File "Numeric.pyc", line 91, in ? File "multiarray.pyc", line 12, in ? File "multiarray.pyc", line 10, in __load ImportError: DLL load failed: The parameter is incorrect.
If you search on google with the error message NE-1 gives you, you will see where a Python guru fond the problem. It's in one of the deprecated numeric Python packages that NE-1 accesses through a DLL. The fix I saw was a reference to building the DLL under Windows 7 SP1. I'm living with Windows 7 without SP1 for now.
I hope this helps,
Bruce
On Mon, Aug 22, 2011 at 11:14 PM, Lee Nelson <technologic...@gmail.com>wrote:
> I am having the following error with NE-1 v1.1.1 > Any suggestion?
> Windows 7 Enterprise Service Pack 1 32bit
> 'Errors occured' see main.exe.log
> Traceback (most recent call last): > File "main.py", line 143, in ? > File "main.py", line 138, in _start_NE1 > File "ne1_startup\main_startup.pyc", line 129, in startup_script > File "ne1_ui\MWsemantics.pyc", line 38, in ? > File "model\elements.pyc", line 41, in ? > File "model\Elem.pyc", line 25, in ? > File "model\atomtypes.pyc", line 27, in ? > File "geometry\VQT.pyc", line 23, in ? > File "Numeric.pyc", line 91, in ? > File "multiarray.pyc", line 12, in ? > File "multiarray.pyc", line 10, in __load > ImportError: DLL load failed: The parameter is incorrect.
> If you search on google with the error message NE-1 gives you, you will see > where a Python guru fond the problem. It's > in one of the deprecated numeric Python packages that NE-1 accesses through > a DLL. The fix I saw was a reference to > building the DLL under Windows 7 SP1. I'm living with Windows 7 without SP1 > for now.
> I hope this helps,
> Bruce
> On Mon, Aug 22, 2011 at 11:14 PM, Lee Nelson <technologic...@gmail.com>wrote:
>> I am having the following error with NE-1 v1.1.1 >> Any suggestion?
>> Windows 7 Enterprise Service Pack 1 32bit
>> 'Errors occured' see main.exe.log
>> Traceback (most recent call last): >> File "main.py", line 143, in ? >> File "main.py", line 138, in _start_NE1 >> File "ne1_startup\main_startup.pyc", line 129, in startup_script >> File "ne1_ui\MWsemantics.pyc", line 38, in ? >> File "model\elements.pyc", line 41, in ? >> File "model\Elem.pyc", line 25, in ? >> File "model\atomtypes.pyc", line 27, in ? >> File "geometry\VQT.pyc", line 23, in ? >> File "Numeric.pyc", line 91, in ? >> File "multiarray.pyc", line 12, in ? >> File "multiarray.pyc", line 10, in __load >> ImportError: DLL load failed: The parameter is incorrect.