Skip to content
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

windows case insensitive file names #3

Closed
drdhaval2785 opened this issue Dec 31, 2017 · 2 comments
Closed

windows case insensitive file names #3

drdhaval2785 opened this issue Dec 31, 2017 · 2 comments

Comments

@drdhaval2785
Copy link
Owner

  • prakriya version: 0.0.1
  • Python version: 2.7.9
  • Operating System: windows 10

Description

I tried to do p['paSyati'], but it threw an error.
I checked in the tar.gz file. paS.json exists. But this is unique windows problem where filenames are case insensitive. So pas / pAs / Pas ... any such data may be overwritten in paS.json and therefore data did not exiat. In some verb forms I got file not found error too.

Desired way out.

Keep an index file like {'paS': '1', 'pas': '2'...}
and store the data in 1.json, 2.json etc.

@drdhaval2785
Copy link
Owner Author

Handled in v0.0.2

BUT

missed the jsonindex.json file in wheel. May require v0.0.3 on pypi, as pypi docs say it is bad to update the existing version.

@drdhaval2785
Copy link
Owner Author

Works as expected in v0.0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant