Ticket #5179 (closed: fixed)
ScriptWindow broken on the Mac
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
To reproduce:
- Open up the script window
- Type print 'test'
- Execute all will produce a syntax error
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Convert Mac/Windows line endings to Unix style. Refs #5179
Python hates anything other than Unix style line endings in embedded mode.
Changeset: 41ca3a3a4da151101d1d4fdccb3dcad4a2dc9c23
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:6 Changed 8 years ago by Russell Taylor
- Status changed from verifying to closed
Checked in 2.0.2345-g1a0f8f5
comment:7 Changed 8 years ago by Martyn Gigg
Convert Mac/Windows line endings to Unix style. Refs #5179
Python hates anything other than Unix style line endings in embedded mode.
Changeset: 41ca3a3a4da151101d1d4fdccb3dcad4a2dc9c23
Note: See
TracTickets for help on using
tickets.
This is because of the \r line endings on the Mac