Ipython's __main__ module is a "FakeModule" the ipython developers created to fix some bugs early in the otherwise very very useful package. So don't be scared if your user-defined top level (__main__) functions can't be pickled in ipython, the code will work when pickling other top lever module functions, only not the ones in __main__ defined interactively. OR simpy use the plain old python interactive console from command line.
Source: http://mail.scipy.org/pipermail/ipython-user/2008-October/005920.html
Subscribe to:
Post Comments (Atom)
Simple server load test with cron and ab (Linux)
Load testing "refers to the practice of modeling the expected usage of a software program by simulating multiple users accessing the p...
-
I'm writing this guide on how to containerize an existing (simple) Python Django App into Docker for local development since this is h...
-
Are you getting a sqlalchemy.exc.ProgrammingError: (ProgrammingError) can't adapt type 'numpy.float64' ??? It's because psyc...
-
I finally found a cracked, illegal copy of Cycling '74 Max/MSP 5 (Jitter) after a year+ of searching !!! (direct download, no torrent) ...
No comments:
Post a Comment