On Tue, Apr 1, 2008 at 9:04 PM, Kayvan A. Sylvan <[EMAIL PROTECTED]> wrote:
> Although I can't figure out where ipython stored the macro in my Windows > box. :-) Ville, can you point me to the right file? They are stored in a "pickleshare" database that IPython uses for all persistent stuff. Explore the ~/_ipython/db directory. Observant reader may guess that it contains pickles ;-). If you want the contents of the database in a more readable format, you can do: import ipy_exportdb ipy_exportdb.export() -- Ville M. Vainio - vivainio.googlepages.com blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
