[pypy-svn] r16969 - pypy/release/0.7.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Aug 28 12:10:51 CEST 2005


Author: cfbolz
Date: Sun Aug 28 12:10:50 2005
New Revision: 16969

Modified:
   pypy/release/0.7.x/pypy/doc/faq.txt
Log:
added a faq entry with the tip to remove pyc files and caches


Modified: pypy/release/0.7.x/pypy/doc/faq.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/faq.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/faq.txt	Sun Aug 28 12:10:50 2005
@@ -43,5 +43,13 @@
     hard-coded for your particular system (including paths), so it's
     not really suitable for being installed or redistributed.
 
+I am getting strange errors while playing with PyPy, what should I do?
+
+    It seems that a lot of strange, unexplainable problems can be magically
+    solved by removing all the *.pyc files from the PyPy source tree. Another
+    thing you can do is removing the pypy/_cache completely. If the error is
+    persistent and still annoys you after this treatment please send us a bug
+    report (or even better, a fix :-)
+
 .. _`RPython`: coding-guide.html#rpython
 .. _`getting-started`: getting-started.html



More information about the Pypy-commit mailing list