From 421f7a5fdef08e88ee74246d765212b7e4fb8880 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 20 Dec 2013 15:27:28 +0000 Subject: [PATCH] add a hint about pyxinfo git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3591 a4f5e268-e194-4f32-bce1-d30804cbbcc5 --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index 185f2b36..6f7e2aa7 100644 --- a/INSTALL +++ b/INSTALL @@ -16,6 +16,8 @@ Local usage without C extension modules PyX can be run without any installation. To test your environment copy the file hello.py from the examples directory to the main pyx directory (where the subdirectory pyx containing the modules is located) and type 'python hello.py'. +For debugging, you can call the pyxinfo() method immediately after the import to +get some details written to stderr. Installation procedure -- 2.11.4.GIT