Comment 2 for bug 881546

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

gwenhwyvar:~/src/dulwich/trunk% PYTHONPATH=. pypy -c 'import dulwich._objects'
Traceback (most recent call last):
  File "app_main.py", line 53, in run_toplevel
  File "app_main.py", line 533, in run_it
  File "<string>", line 1, in <module>
ImportError: No module named dulwich._objects
gwenhwyvar:~/src/dulwich/trunk% PYTHONPATH=. python -c 'import dulwich._objects'