Peter Hansen wrote:
Matt Gerrans wrote:
"Peter Hansen" <[EMAIL PROTECTED]> wrote:
Only pure Python code can run without change on a newer interpreter.
Is the interpreter smart enough to rebuild a pyc (if the corresponding
py file is there of course) file that was built by a previous version?
Yes
Matt Gerrans wrote:
"Peter Hansen" <[EMAIL PROTECTED]> wrote:
Only pure Python code can run without change on a newer interpreter.
Is the interpreter smart enough to rebuild a pyc (if the corresponding py
file is there of course) file that was built by a previous version?
Yes. The .pyc files cont
"Peter Hansen" <[EMAIL PROTECTED]> wrote:
> Only pure Python code can run without change on a newer interpreter.
Is the interpreter smart enough to rebuild a pyc (if the corresponding py
file is there of course) file that was built by a previous version?
--
http://mail.python.org/mailman/list
"Jeff Shannon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jive wrote:
>
> >As for checking the "application path", I don't know what that means.
> >
> >
>
> Go to a command prompt, and type 'echo %path%'. You'll see a list of
> all the directories that Windows looks in to find
"David Bolen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "Jive" <[EMAIL PROTECTED]> writes:
>
> > It's only getting worse. I went to Add/remove programs and removed 2.4.
> > Now Python 2.4 numarray and Python 2.4 pywin extensions are still listed
as
> > installed, but I cannot
"Jive" <[EMAIL PROTECTED]> writes:
> It's only getting worse. I went to Add/remove programs and removed 2.4.
> Now Python 2.4 numarray and Python 2.4 pywin extensions are still listed as
> installed, but I cannot remove them.
You mentioned in your first post about "copying your site package"
...
Jive wrote:
As for checking the "application path", I don't know what that means.
Go to a command prompt, and type 'echo %path%'. You'll see a list of
all the directories that Windows looks in to find an executable -- i.e.,
if you type 'python', Windows will work through this list of directo
It's only getting worse. I went to Add/remove programs and removed 2.4.
Now Python 2.4 numarray and Python 2.4 pywin extensions are still listed as
installed, but I cannot remove them.
--
http://mail.python.org/mailman/listinfo/python-list
I am befuddled. I've re-installed everything I can think of, but I still
get this behavior: I start up Pythonwin. Sometimes the interactive window
shows the copyright stuff; sometimes it doesn't; In any case, I can't close
it by clicking on the X button at the top right of the main window. The
Jive wrote:
Well ain't that a kick in the pants?
Version 2.3 is broke now, so I'm kind of stuck. I haven't found a 2.4
version of Numeric. Do you know where to find one?
Since 2.4 has only been released for a few days, it'll probably be a
short while yet before all the various third-party pac
Well ain't that a kick in the pants?
Version 2.3 is broke now, so I'm kind of stuck. I haven't found a 2.4
version of Numeric. Do you know where to find one?
"Peter Hansen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jive wrote:
> > I just now installed 2.4. I naively copied
Jive wrote:
I just now installed 2.4. I naively copied my site-package from 2.3. The
first program I tried to run, which uses the gnuplot package, got this
error, complaining about module Numeric:
ImportError: Module use of python23.dll conflicts with this version of
Python.
Grumble: Why does Num
Correction. It still runs under 2.3. However, Pythonwin now doesn't work
right under 2.3. The interactive window grabs the cursor and won't let it
go. I have to go to the task manager to kill Pythonwin.
"Jive" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I just now installed
Gack! I can't run it under 2.3 anymore either! Dag nab it!
"Jive" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I just now installed 2.4. I naively copied my site-package from 2.3. The
> first program I tried to run, which uses the gnuplot package, got this
> error, complainin
I just now installed 2.4. I naively copied my site-package from 2.3. The
first program I tried to run, which uses the gnuplot package, got this
error, complaining about module Numeric:
ImportError: Module use of python23.dll conflicts with this version of
Python.
Grumble: Why does Numeric refer
15 matches
Mail list logo