-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with non latin characters in username (Trac #1248) #1272
Comments
Trac update at
Raising for code camp (to prioritize most useful tasks) and only because it was supposedly fixed.
|
Trac update at
|
Original testing was done on non-UTF8 account names by installing sasview in UTF8 directories. Probably not doable for 5.0, unless we want to ship the hacky, windows-only solution. |
What changes were needed? Do you have them in a branch? Can you attach a patch? |
This hack relies on the backward compatibility of all Windows versions to support the old 8.3 DOS style names. |
Patch for both sasmodels and sasview. |
@rozyczko Can we close this? |
I'm not sure if this is the same issue but we received a new help request from Japan:
To verify that it was not a problem with a corrupted """
Application appearance custom configuration
"""
DATAPANEL_WIDTH = -1
CLEANUP_PLOT = False
FIXED_PANEL = True
PLOPANEL_WIDTH = -1
DATALOADER_SHOW = True
GUIFRAME_HEIGHT = -1
GUIFRAME_WIDTH = -1
CONTROL_WIDTH = -1
CONTROL_HEIGHT = -1
DEFAULT_OPEN_FOLDER = None
WELCOME_PANEL_SHOW = False
TOOLBAR_SHOW = True
DEFAULT_PERSPECTIVE = "Fitting"
SAS_OPENCL = "None"
MARKETPLACE_URL = "http://marketplace.sasview.org/"
# Logging options
FILTER_DEBUG_LOGS = True Looking at the error it seems that a Yen symbol is being substituted for a path separator (/)? Am I missing something? Maybe @krzywon, @rozyczko, or @smk78 can take a look to see if there are other clues? If this is really a language issue --- Is the (heavy lift) solution mentioned by @rozyczko still valid? |
I think the yen symbol is a related but not identical issue.
Is that the `custom_config.py` from the right directory? That file, which appears to be the default `custom_config.py`, has no bytes with a value of 0x93.
It would have been good to have seen the end of the traceback rather than the start. It would have given more relevant information.
|
This problem was first reported in ticket #773 in August 2016 and closed as fixed in 5.0.
However very recently a new report came from a student at the Moscow State University that she had purchased a new computer and while !SasView seemed to install with no problem it would not start. A look at the logfile showed exactly the same 3 line output described in the #773 ticket before ending without the stopping message. I asked her to try 5.0beta2 which still would not start after installation. Changing her username to an "English name" fixed the problem.
Clearly this is not fixed and will be very annoying to anybody using !SasView on computers with non latin characters.
Piotr believes this may be a build system problem so tagging as support infrastructure workpackage for now.
Migrated from http://trac.sasview.org/ticket/1248
The text was updated successfully, but these errors were encountered: