Skip to content

Error setting locale in test suite #5464

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

Closed
changhiskhan opened this issue Nov 8, 2013 · 1 comment
Closed

Error setting locale in test suite #5464

changhiskhan opened this issue Nov 8, 2013 · 1 comment
Labels
Bug Windows Windows OS
Milestone

Comments

@changhiskhan
Copy link
Contributor

This is on the VM running pandas windows builds.
Windows XP
Python 2.7 32-bit

ERROR: test suite for <class 'pandas.io.tests.test_data.TestGoogle'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python27\x32\lib\site-packages\nose\suite.py", line 208, in run
    self.setUp()
  File "c:\python27\x32\lib\site-packages\nose\suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "c:\python27\x32\lib\site-packages\nose\suite.py", line 314, in setupContext
    try_run(context, names)
  File "c:\python27\x32\lib\site-packages\nose\util.py", line 478, in try_run
    return func()
  File "C:\workspace\pandas-windows-test-py27\pandas\io\tests\test_data.py", line 41, in setUpClass
    cls.locales = tm.get_locales(prefix='en_US')
  File "C:\workspace\pandas-windows-test-py27\pandas\util\testing.py", line 181, in get_locales
    raw_locales = locale_getter()
  File "C:\workspace\pandas-windows-test-py27\pandas\util\testing.py", line 151, in _default_locale_getter
    "system" % e)
TypeError: __init__() takes at least 3 arguments (2 given)
@jreback
Copy link
Contributor

jreback commented Nov 8, 2013

closed by #5474

@jreback jreback closed this as completed Nov 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Windows Windows OS
Projects
None yet
Development

No branches or pull requests

2 participants