Matplotlib w/ TK Backend.

2005-06-08 Thread Kenneth Miller
Hello All,

I need a python module to do real time graphs so I chose Matplotlib. I 
am trying to compile matplotlib at the moment and I have some problems, 
well not really. It compiles fine, it's how it compiles that's the 
problem. I am attempting to build it with the Tkinter backend as opposed 
to the GTK+ backend. Whenever I build, install, and then try to import I 
receive an error stating that my version of PyGTK needs to be updated. 
Logically it shouldnt be looking for PyGTK if it is using the TKinter 
backend? Any help would be appreciated.

Regards,
Kenneth Miller
-- 
http://mail.python.org/mailman/listinfo/python-list


BLT with TCL/TK 8.4.9 and Python 2.4

2005-05-15 Thread Kenneth Miller
Has anyone acheived this?

Regards,
Ken


-- 
http://mail.python.org/mailman/listinfo/python-list


Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Hello All,

I am new to Python and i was wondering what graphing utlities would be
available to me. I have already tried BLT and after weeks of unsuccesful
installs i'd like to find something else. Anything someone would recommend?

Regards,
Ken


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Ahh Thanks for the quick replies. I'm having a look through them now. What
would you consider the best for real time applications? The idea here is to
stream in the results from an A/D converter onto a 2d chart.

Regards,
Ken


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python Graphing Utilities.

2005-05-10 Thread Kenneth Miller
Unix, not windows 
Ron Adam [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Kenneth Miller wrote:

  Hello All,
 
  I am new to Python and i was wondering what graphing utlities would
be
  available to me. I have already tried BLT and after weeks of unsuccesful
  installs i'd like to find something else. Anything someone would
recommend?
 
  Regards,
  Ken


 BLT doesn't install in the correct directories on Windows. I found this
 helpful.

 1.  Install BLT 2.4u into C:/Python23/tcl, using BLT's installer
 (the one for Tcl/Tk 8.3). This gives you bin, include, and lib
 subdirectories of C:/Python23/tcl, with all the BLT stuff in them.
 2. Copy C:/Python23/tcl/lib/blt2.4 into C:/Python23/tcl/tcl8.3.
 3. Put the BLT DLLs in a directory on your PATH (not necessarily a
 system directory, it just has to be on your PATH)

 Clipped from: http://heim.ifi.uio.no/~hpl/scripting/software.html


 Cheers,
 _Ron









-- 
http://mail.python.org/mailman/listinfo/python-list