-
Notifications
You must be signed in to change notification settings - Fork 25
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
More locale problems - Can't import dano on debian jessie. #14
Comments
On Nov 10, 2014, at 4:46 PM, Roger Gammans notifications@github.com wrote:
Running setup.py from the source seems to require a different configuration than simply running 'pip install dabo', which works with the sdist version on PyPI. If you (or anyone else) knows how to create packages that work equally well with both types of installation methods, I would appreciate the help! In the meantime, there are workarounds. Assuming that your virtualenv's site-packages is located in "/tmp/dabotest/lib/python2.7/site-packages", you could copy the locale files from the cloned source. In other words, try modifying your script as follows: 1 (cd .. -- Ed Leafe |
The version on PyPi is reported 0.9.6 , which predates the problematic commit. I'll try to create a sdist later and do some testing via that. |
On Nov 11, 2014, at 7:49 AM, Roger Gammans notifications@github.com wrote:
Huh, I guess the last few releases we forgot to push to PyPI.
I did some digging, and as usual, Stack Overflow provided the answer: Basically, we need to include the locale files in both the MANIFEST.in and the data_files. -- Ed Leafe |
On Nov 11, 2014, at 9:15 AM, Ed Leafe ed@leafe.com wrote:
I just pushed a fix to the working branch on GitHub. Can you test with that and let me know how it works? -- Ed Leafe |
Thanks, Ed. I can confirm this pass my simple test and the apps I'm currently working on run Ok with it. |
I am using Anaconda Python and installed wxpython via
|
A bit of an update. Attempting to run the demo creates the problem. It does not happen if I simply attempt to import dabo:
Ditto for AppWizard, ClassDesigner, and ReportDesigner. |
Here is a transcript of a failure form the current git. I also create and install dabo into a virtualenv.
(see below for comments and some analysis)
I used a test script:-
With git bisect to narrow the issue down to commit 2f73871 .
If I revert this commit , I can then install can import dabo. I note there is a comment on that commit about issues too.
The text was updated successfully, but these errors were encountered: