jzaremba / guiqwt

Automatically exported from code.google.com/p/guiqwt
Other
0 stars 1 forks source link

Provide a PyQwt package for python 2.7 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install enthought python distribution
2. install guiqwt
3. try to import quiqwt

What is the expected output? What do you see instead?
i expected the import to work by it's missing pyqwt

What version of the product are you using? On what operating system?
win7 enthought python 2.7.2

Please provide any additional information below.
i can get pyqt running but not pyqwt. I'm unable to find a package or compile 
pyqwt for python 2.7. Can these be included in the installed if not already 
present?

Original issue reported on code.google.com by pe...@spuhler.net on 31 Aug 2012 at 4:29

GoogleCodeExporter commented 9 years ago
Please note that the following websites provide tons of ready-to-install 
Windows binaries:
  * [http://code.google.com/p/pythonxy/wiki/StandardPlugins#Extensions_Python Python(x,y) standard plugins]: Windows installers for Python 2.7 (which do not require that Python(x,y) is installed: they may be installed on top of a standard Python installation)
  * [http://www.lfd.uci.edu/~gohlke/pythonlibs/ Christoph Gohlke's unofficial packages] for Python 2.6, 2.7, 3.2
  * and of course, every package has its own official installer but for PyQwt, it's [http://pyqwt.sourceforge.net/download.html only available for Python 2.6]

Original comment by pierre.raybaut on 4 Sep 2012 at 12:01