commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00162
[Bug 522577] Re: Can't edit studies
I've just tested committed a fix to this, and it will be in the next
release.
The problem here was that PyQt uses a certain style formatting for path
names (forward slashes like unix), but Explorer on Windows XP did not
seem to take a path name with forward slashes.
The Qt style paths are usually not a problem within Luminoso itself, but
we should make sure we convert paths using
QDir.toNativeSeparators("...") whenever we need to execute a command on
the os.
--
Can't edit studies
https://bugs.launchpad.net/bugs/522577
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for Luminoso.
Status in Luminoso: Fix Committed
Bug description:
When I click Edit Study or select it in the menu an error window stating "The path 'C:/liminoso/AnalogySpace' does not exist or is not a directory appears".
I think that this might be an artifact of mac centric or linux centric development?
References