amirpk / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 0 forks source link

run_data_tests.py fail on Python 2.4 because of missing data.py file #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install gdata-1.3.0
2. attempt to run the test file 
3.

What is the expected output? 

  The tests to run to completion

What do you see instead?

  The test fails because run_data_tests.py cannot import the data.py file:

[root@slice gdata-1.3.0]# /opt/python2.4/bin/python tests/run_all_tests.py
Traceback (most recent call last):
  File "tests/run_all_tests.py", line 26, in ?
    import run_data_tests
  File "/home/darrylc/gdata-1.3.0/tests/run_data_tests.py", line 21, in ?
    import gdata_tests.client_test
  File "/home/darrylc/gdata-1.3.0/tests/gdata_tests/client_test.py", line
27, in ?
    import gdata.data
ImportError: No module named data

What version of the product are you using?

1.3.0

Please provide any additional information below.

Version 1.2.4 runs successfully.

Original issue reported on code.google.com by darryl.c...@gmail.com on 21 Apr 2009 at 7:01

GoogleCodeExporter commented 9 years ago
This should be fixed in 1.3.1

Original comment by jscud.w...@gmail.com on 24 Apr 2009 at 2:20