Ticket #578 (closed: worksforme)
Error when starting MantidScript
Reported by: | Nick Draper | Owned by: | Steve Williams |
---|---|---|---|
Priority: | major | Milestone: | Iteration 17 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Error in MantidSimple API. It looks like a bad use of quotes withou an escape character.
C:\MantidInstall\bin>set PYTHONSTARTUP=MantidStartup.py
C:\MantidInstall\bin>python.exe Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. Traceback (most recent call last):
File "MantidStartup.py", line 1, in <module>
from MantidHeader import *
File "MantidHeader.py", line 12, in <module>
from mantidsimple import *
File "mantidsimple.py", line 1638
helpmsg += "Note 2: To i.app.mantidUI.runAlgorithmAsynchronously("LoadNexus"
)
The file was generated fine on my computer the python script line read: