Hi, I'm new to python, and ipython, but not to programming, having trouble
getting ipython installed on windows 2000, python 233. Any help would be
much appreciated; I'm sure I'm being some basic flavor of dense...
First downloaded and installed PythonWin, readline and ctypes. They're all
pretty clearly here and working, because I can run PythonWin, and from
there, importing readline and ctypes works.
Then downloaded ipython-0.6.6.zip and unzipped it. When I double-click
setup.py, I get only a brief wait cursor; nothing else happens, and
importing ipython as a test fails.
I tried moving the whole unzipped dir to site-packages, no difference.
Both files in the scripts dir, ipython and pycolor, have no filename
extension, which seems odd to my newbie eye. I tried renaming them to .py,
still no difference.
My apologies for this basic question, and my no doubt ignorant flailing
about. Very much looking forward to getting this working.
Thanks,
Dave Merrill 3 1519
Dave Merrill wrote: Hi, I'm new to python, and ipython, but not to programming, having
trouble getting ipython installed on windows 2000, python 233. Any help would
be much appreciated; I'm sure I'm being some basic flavor of dense...
First of all, rest assured that it does work (and quite
easily) so welcome to Python and iPython and I hope
the going's a bit smoother as you go along.
Then downloaded ipython-0.6.6.zip and unzipped it. When I
double-click setup.py, I get only a brief wait cursor; nothing else happens, and importing ipython as a test fails.
First of all, ipython isn't really an import into python; you run
it and it runs python (if you understand me). So when you've
installed it, I think it puts an item on your start menu. On
linux, it puts an executable ipython onto your path.
I've just downloaded and run the setup.py, and it does
create a Start Menu item which will start iPython. Look
out for that and see if it does the business.
Both files in the scripts dir, ipython and pycolor, have no filename extension, which seems odd to my newbie eye. I tried renaming them to
..py, still no difference.
This is a unixism. Some unix types decry the use of file extensions
because the information the extension gives -- which executable
program to use -- is already embedded in the first line of a file. My apologies for this basic question, and my no doubt ignorant
flailing about. Very much looking forward to getting this working.
Thanks,
Dave Merrill
Good luck and happy hunting
TJG
"Tim G" wrote in message
news:11*********************@c13g2000cwb.googlegro ups.com... Dave Merrill wrote: Hi, I'm new to python, and ipython, but not to programming, having trouble getting ipython installed on windows 2000, python 233. Any help would be much appreciated; I'm sure I'm being some basic flavor of dense...
First of all, rest assured that it does work (and quite easily) so welcome to Python and iPython and I hope the going's a bit smoother as you go along.
I'm having fun with python itself, but feeling a little constrained in the
IDE and debugger departments. (Not to mention the clues I haven't got...). Then downloaded ipython-0.6.6.zip and unzipped it. When I double-click setup.py, I get only a brief wait cursor; nothing else happens, and importing ipython as a test fails.
First of all, ipython isn't really an import into python; you run it and it runs python (if you understand me). So when you've installed it, I think it puts an item on your start menu. On linux, it puts an executable ipython onto your path.
I've just downloaded and run the setup.py, and it does create a Start Menu item which will start iPython. Look out for that and see if it does the business.
Removed the files I'd unzipped and started over, putting a fresh unzip in
Program Files. Ran setup.py while watching the windows task list, and
pythonw ran for just a second, then disappeared. I saw no other signs of
anything running, and there's no shortcut for ipython in my start menu. Both files in the scripts dir, ipython and pycolor, have no filename extension, which seems odd to my newbie eye. I tried renaming them to .py, still no difference.
This is a unixism. Some unix types decry the use of file extensions because the information the extension gives -- which executable program to use -- is already embedded in the first line of a file.
So what do I do to try ipython directly, bypassing the shortcut (since I can
make my own later)? I tried right-click on scripts/ipython, Open With, and
chose python, but got only a quick DOS window.
Now what?
Thanks,
Dave Merrill
Fernando replied to a similar post of mine on the IPython list, and had a
suggestion that for some unknown reason, worked. Or rather, what's unknown
is why normal setup failed.
For the benefit of anyone else who has this issue, I unzipped the files into
C:\Program Files\ipython-0.6.6
....then opened a DOS window, and did the following two cmds:
cd C:\Program Files\ipython-0.6.6
"C:\Program Files\Python23\python.exe" setup.py install
Tons of DOS cmds spat out, the shortcut was created, and launching it
brought up the config wizard, then ipython.
I'd really love it if ipython could be invoked in the current debugger
context in PyDev under Eclipse. Is there any way to do that?
Thanks again,
Dave Merrill This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Yaroslav Bulatov |
last post by:
> Hi,
>
> Equis Uno wrote:
>
> > I use meta-x shell to start a shell and then once I see a shell
> > prompt I enter the python command and I get a well-behaved python
> > shell inside of emacs....
|
by: Jeremy Jones |
last post by:
I've written an article on IPython which is now live on O'Reilly's
ONLamp site at
http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html. All
feedback is welcome. Regardless of what you may...
|
by: Steven O. |
last post by:
I am considering installing the .Net IDE and Compiler on my Win2K
system. However, a friend tells me that since I have Win2K SP3, the
..Net installation software will, in essence, insist on first...
|
by: Fernando Perez |
last post by:
Hi all,
The IPython team is happy to release version 0.7.2, with a lot of new
enhancements, as well as many bug fixes.
We hope you all enjoy it, and please report any problems as usual.
...
|
by: Daniel Mark |
last post by:
Hello all:
I installed IPython on my XP machine today and find that my sys.path
has been changed
as follows:
|
by: Lou Pecora |
last post by:
I installed the SciPy superpackage and have pylab, matplotlib, scipy,
and numpy apparently running well. But I want to use matplotlib/pylab
interactively. The instructions suggest doing this in...
|
by: Ville Vainio |
last post by:
Hi all,
The IPython team is happy to release version 0.7.3, with a lot of new
enhancements, as well as many bug fixes (including full Python 2.5
support).
We hope you all enjoy it, and please...
|
by: Michele Simionato |
last post by:
This should probably go to the IPython list, but since I am not
subscribed I will try my luck here.
Basically, I want to embed IPython inside a command line interpreter
based on cmd.Cmd, in this...
|
by: Thorsten Kampe |
last post by:
Date: Fri, 23 Nov 2007 19:35:21 -0000
Message-ID: <MPG.21b13bd5fda74bd3989729@news.individual.de>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
| |