##// END OF EJS Templates
Add a note about the conflict winpdb causes with PyTables.
Fernando Perez -
Show More
@@ -7,6 +7,16 b' Usage:'
7
7
8 %wdb pass
8 %wdb pass
9 Change the password (e.g. if you have forgotten the old one)
9 Change the password (e.g. if you have forgotten the old one)
10
11
12 Notes
13 -----
14
15 **WARNING**: As of March 2009 (IPython 0.10), WinPdb has a known bug, which
16 causes PyTables to become impossible to import if winpdb is loaded. Therefore,
17 if you need PyTables, do *not* use this extension.
18
19 For more details: https://bugs.launchpad.net/ipython/+bug/249036
10 """
20 """
11
21
12 import os
22 import os
General Comments 0
You need to be logged in to leave comments. Login now