Win98, Python 2.5 and plotmatlib

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • W. eWatson

    Win98, Python 2.5 and plotmatlib

    Has anyone gotten the combination of items in the Subject to work together?
    The pylab line here fails:

    from Tkinter import *
    from numpy import *
    import Image
    import ImageChops
    import ImageTk
    import time
    import binascii
    import tkMessageBox
    import tkSimpleDialog
    from pylab import plot, xlabel, ylabel, title, show, xticks, bar

    It works fine in XP Pro, Py 2.5
    --
    W. eWatson

    (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
    Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

    Web Page: <www.speckledwi thstars.net/>

  • W. eWatson

    #2
    Re: Win98, Python 2.5 and plotmatlib

    W. eWatson wrote:
    Has anyone gotten the combination of items in the Subject to work
    together? The pylab line here fails:
    >
    from Tkinter import *
    from numpy import *
    import Image
    import ImageChops
    import ImageTk
    import time
    import binascii
    import tkMessageBox
    import tkSimpleDialog
    from pylab import plot, xlabel, ylabel, title, show, xticks, bar
    >
    It works fine in XP Pro, Py 2.5
    OK, I guess no one has used pylab and Py 2.5 together, so how about just Py
    2.5 on a Win 98 machine?

    --
    W. eWatson

    (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
    Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

    Web Page: <www.speckledwi thstars.net/>

    Comment

    Working...