You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IMUSim
Hi,
I am having trouble getting imusim to import I am getting the error
below
ImportError Traceback (most recent call
last)
D:\<ipython console> in <module>()
C:\Python26\lib\site-packages\imusim-0.2-py2.6-win32.egg\imusim\all
\__init__.py in <module>()
29 and not modname.startswith('imusim.tests') \
30 and not modname.startswith('imusim.all'):
---> 31 exec("import %s" % modname)
32 exec("module = %s" % modname)
33 symbols = filter(lambda o: not inspect.ismodule(o),
D:\<string> in <module>()
C:\Python26\lib\site-packages\imusim-0.2-py2.6-win32.egg\imusim
\algorithms\orientation.py in <module>()
26 from imusim.algorithms import vector_observation
27 from imusim.utilities.time_series import TimeSeries
---> 28 from imusim.environment.gravity import STANDARD_GRAVITY
29 from imusim.utilities.documentation import prepend_method_doc
30 import copy
C:\Python26\lib\site-packages\imusim-0.2-py2.6-win32.egg\imusim
\environment\gravity.py in <module>()
21 import numpy as np
22 from imusim.maths.vectors import vector
---> 23 from imusim.maths.vector_fields import ConstantVectorField
24
25 """ Standard Earth gravity in m/s^2. """
C:\Python26\lib\site-packages\imusim-0.2-py2.6-win32.egg\imusim\maths
\vector_fields.py in <module>()
23 from imusim.maths import vectors
24 from imusim.utilities.documentation import prepend_method_doc
---> 25 from imusim.maths.natural_neighbour import
NaturalNeighbourInterpolatorC
26 import numpy as np
27
ImportError: DLL load failed: The specified procedure could not be
found.
Thanks in advance for any help
Cheers,
Luke
Luke
unread,
May 31, 2011, 10:57:48 PM5/31/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message