Python-spe-users Digest, Vol 4, Issue 1

[email protected] Sun, 01 Oct 2006 12:00:52 +0200
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
Send Python-spe-users mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.berlios.de/mailman/listinfo/python-spe-users
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Python-spe-users digest..."


_______________________________________________
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate _______________________________________________


Today's Topics:

   1. Re: SPE shell question (SPE Stani's Python Editor)


----------------------------------------------------------------------

Message: 1
Date: Sat, 30 Sep 2006 18:19:19 +0200
From: "SPE Stani's Python Editor" <[email protected]>
Subject: Re: [spe-users] SPE shell question
To: python-spe-users-tdrK/[email protected]
Message-ID:
	<2078a7ad0609300919k39149e74vb1c5eaa9beb8f7e7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Interesting question. I just didn't think of this. You can do this
simply by pasting this in the shell:

shell.interp.locals = {'SPEapp':SPEapp,'shell':shell}

or if you don't use SPEapp to explore SPE's internal dynamics, you can
simplify it:

shell.interp.locals = {'shell':shell}

I hope this helps,

Stani

On 9/29/06, [email protected] <[email protected]> wrote:
>
> Hi, Stani  --
>
> Thank you for your terrific SPE application.  I think it is superb!
>
> I have one question:  How can you restart the shell without shutting down
> the entire SPE application?
>
> I've explored every menu option and shell command I can think of, but I
> haven't found a way to restart a shell (not just clear the shell screent,
> but wipe out the variables and data structures in the current shell and
> start a new, fresh shell) without having to shutdown the SPE application
> and restart it.    The python ide "IDLE" has this feature in a menu option.
> Does your SPE application have anything that does this?
>
> Thanks,
> JP
>
> JP Kreps
> DBA
> State of Nebraska - Department of Revenue
> 301 Centennial Mall South
> Lincoln NE 68508-2529
> (402)471-5632
> [email protected]
>
>


--
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html


-- 
http://pythonide.stani.be
http://pythonide.stani.be/screenshots
http://pythonide.stani.be/manual/html/manual.html


------------------------------

_______________________________________________
Python-spe-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/python-spe-users


End of Python-spe-users Digest, Vol 4, Issue 1
**********************************************