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
Original issue reported on code.google.com by
darryl.c...@gmail.com
on 21 Apr 2009 at 7:01