Changes between Initial Version and Version 2 of Ticket #430


Ignore:
Timestamp:
Aug 19, 2014, 2:51:56 AM (10 years ago)
Author:
jef
Comment:

complains about pyparsing:

Python 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on Olivier-THINK
## Type help(iface) for more info and list of methods.

>>>import matplotlib
Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "D:/PROGRA~3/OSGeo4W/apps/qgis-dev/./python\qgis\utils.py", line 454, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "D:\PROGRA~3\OSGeo4W\apps\Python27\lib\site-packages\matplotlib-1.3.1-py2.7-win32.egg\matplotlib\__init__.py", line 129, in <module>
    "matplotlib requires pyparsing >= 1.5.6")
ImportError: matplotlib requires pyparsing >= 1.5.6

32bit is now back to 1.2.1-2 and 1.3.1-1 marked as "test".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #430

    • Property Status newreopened
  • Ticket #430 – Description

    initial v2  
    55Is it possible to upgrade both to 1.3.x ?
    66
    7 I'm asking because I'm developping a QGIS plugin and need 1.3.x...
     7I'm asking because I'm developing a QGIS plugin and need 1.3.x...
    88
    99Thanks !