iPhone
On Mar 3, 2012, at 19:00, python-mode-requ...@python.org wrote: > Send Python-mode mailing list submissions to > python-mode@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/python-mode > or, via email, send a message with subject or body 'help' to > python-mode-requ...@python.org > > You can reach the person managing the list at > python-mode-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Python-mode digest..." > > > Today's Topics: > > 1. Re: Python-mode Digest, Vol 93, Issue 2 (lpeng...@gmail.com) > 2. Fwd: [Question #189464]: How to run __main__ programs inside > python-mode? (Andreas R?hler) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 2 Mar 2012 19:07:14 +0800 > From: "lpeng...@gmail.com" <lpeng...@gmail.com> > To: "python-mode@python.org" <python-mode@python.org> > Subject: Re: [Python-mode] Python-mode Digest, Vol 93, Issue 2 > Message-ID: <6941d3d0-06c8-4d33-8288-d6e77599e...@gmail.com> > Content-Type: text/plain; charset=us-ascii > > Re: win-32 (Andreas R?hler) > > iPhone > > On Mar 2, 2012, at 19:00, python-mode-requ...@python.org wrote: > >> win-32 (Andreas R?hler) > > > ------------------------------ > > Message: 2 > Date: Fri, 02 Mar 2012 19:34:09 +0100 > From: Andreas R?hler <andreas.roeh...@online.de> > To: python-mode@python.org > Subject: [Python-mode] Fwd: [Question #189464]: How to run __main__ > programs inside python-mode? > Message-ID: <4f5112a1.50...@online.de> > Content-Type: text/plain; charset=UTF-8; format=flowed > > New question #189464 on python-mode.el: > https://answers.launchpad.net/python-mode/+question/189464 > > I'm probably missing something obvious, but what's the best way to use > python-mode to run/debug python scripts that are designed to be run from > the command line? In particular, the problem I face is that while > __main__ is set fine, if my code tries to access sys.argv, it gets > information that is not very useful, e.g., > > In [5]: sys.argv > Out[5]: ['/Library/Frameworks/EPD64.framework/Versions/7.2/bin/ipython', > '-i'] > > I could always write a main() function, set up my own argument list, and > then call main(myargs), or something similar, but this isn't so > convenient when all I want to do is run someone else's sample code. > > How do others deal with this? Is there a facility in python-mode (or > should there be) to pass a user-defined sys.argv to scripts run by > pressing C-c C-c? > > > > > > ------------------------------ > > _______________________________________________ > Python-mode mailing list > Python-mode@python.org > http://mail.python.org/mailman/listinfo/python-mode > > > End of Python-mode Digest, Vol 93, Issue 3 > ****************************************** _______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode