473,386 Members | 1,726 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

using PyShell, or other shells?

I'm interested in trying out shells other than IDLE, and I found
PyShell, but I'm not sure how to get it exactly. Is there a way to get
it without installing wxPython, or is it a part of it? I can't find much
reference to it in any of the manuals at wxpython.org (except for a
brief description of what it is, but not *where* it is or how to use it).

Thanks. And if there are other shells that are newer/better, I'd
appreciate a recommendation.
Mar 8 '06 #1
3 2459
jao
Quoting John Salerno <jo******@NOSPAMgmail.com>:
I'm interested in trying out shells other than IDLE, and I found
PyShell, but I'm not sure how to get it exactly. Is there a way to get
it without installing wxPython, or is it a part of it? I can't find much
reference to it in any of the manuals at wxpython.org (except for a
brief description of what it is, but not *where* it is or how to use it).

Thanks. And if there are other shells that are newer/better, I'd
appreciate a recommendation.


If you're interested in shell-like capabilities inside a Python
environment, check out IPython: http://ipython.scipy.org.

If you want Python-like capabilities from a traditional shell,
check out osh: http://geophile.com/osh. (Disclaimer: I am the
developer of osh.)

Jack Orenstein

Mar 8 '06 #2
John Salerno wrote:
I'm interested in trying out shells other than IDLE, and I found
PyShell, but I'm not sure how to get it exactly. Is there a way to get
it without installing wxPython, or is it a part of it? I can't find much
reference to it in any of the manuals at wxpython.org (except for a
brief description of what it is, but not *where* it is or how to use it).

PyShell is, as far as I know, now included only as part of wxPython.
wxPython includes other little apps that embed PyShell in them.

If you do download wxPython to use Pyshell, you may want to download
Lightning Compiler, a little app I wrote that embeds PyShell. It can be
found at
http://sourceforge.net/project/showf...roup_id=125834
under "lightning". Others have found it useful :-)

André
Thanks. And if there are other shells that are newer/better, I'd
appreciate a recommendation.


Mar 8 '06 #3
John Salerno wrote:
I'm interested in trying out shells other than IDLE, and I found
PyShell, but I'm not sure how to get it exactly. Is there a way to get
it without installing wxPython, or is it a part of it? I can't find much
reference to it in any of the manuals at wxpython.org (except for a
brief description of what it is, but not *where* it is or how to use it).

Thanks. And if there are other shells that are newer/better, I'd
appreciate a recommendation.


If you are looking for an IDE, you might consider PyScripter.
http://mmm-experts.com/Products.aspx?ProductId=4

Colin W.
Mar 9 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Ayesha Ahsan | last post by:
Hi, I use Runtime.getRuntime().exec(command) to make my system call. For Windows based Dos, i add "cmd /c" before I type in my system call. So for example make the system call "dir": String...
1
by: Brian Beck | last post by:
Hi. I'm having some problems with code based directly on the following httplib documentation code: http://www.zvon.org/other/python/doc21/lib/httplib-examples.html I've included the code and...
4
by: Tim Golden | last post by:
Tim Golden enlightened us with: > > Well, I'm with you. I'm sure a lot of people will chime in to point > > out just how flexible and useful and productive Linux is as a > > workstation, but every...
2
by: Stephen Miller | last post by:
I have an ASPX report and I want to capture the rendered HTML and write to a file on the webserver. Several posts suggest using WebRequest to make a second call to the page, and screen-scrape the...
0
by: Craig | last post by:
Hi there, I'm trying to open a 256-colour windows BMP and a 24-bit windows BMP with PIL usiing the following command: Image.open("image.bmp") When I try and open the 24-bit BMP the error I...
0
by: Stephen_B | last post by:
I like to have unum units imported automatically on my PYTHONSTARTUP since I'm always converting things, and I also like to use pyshell. They conflict for some reason I don't understand (pyshell...
5
by: malkarouri | last post by:
Hi everyone, Is it possible to write a Python extension that uses the Boehm garbage collector? I have a C library written that makes use of boehm-gc for memory management. To use that, I have...
2
by: karen.google | last post by:
I have an SSIS package that I'm converting from DTS (SQLServer 2005), and the ActiveX Script Task (in VBScript) is deprecated, so I'm trying to convert things to Script tasks (in VB .net). I...
1
by: madha128 | last post by:
Why multiple shells are used in Linux, even born_again (Bash) the default shell is able to operate all the functions??????
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.