Re: [Qgis-user] Qwt5 and numeric for Raster Algebra and Scattergram in the win version of preview2 ?

2008-12-09 Thread Bob Bennett

Borys,
I followed the instructions provided below for installing Qwt5, however I
get the following error when I try to start QGIS 0.11 with your profile
plugin, and of course the plugin crashes QGIS when I try to use it.  Any
ideas?  I'm quite interested in this plugin.

An error has occured while executing Python code:

ImportError: No module named numpy.core.multiarray

Python version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]

Python path:['C:/Program Files/Quantum GIS\\./python', 'C:/Documents and
Settings/pb/.qgis//python/plugins', 'C:/Program Files/Quantum
GIS\\./python/plugins', 'C:\\Program Files\\Quantum GIS\\python25.zip',
'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk',
'C:\\Program Files\\Quantum GIS', 'C:\\Python25',
'C:\\Python25\\lib\\site-packages']




Borys Jurgiel wrote:
 
 Would it be possible to get the win binary
 ready with qwt5 and numeric so that plugins
 Raster Algebra and Scattergram would work
 out of the box?
 
 Hi, it would be great. Hovewer just yesterday I've installed Qwt5 under
 WinXP 
 and it was not so scarry.
 
 1. I've used the binary PyQwt5.1.0-Python2.5-PyQt4.4.3-NumPy1.2.0-1.exe
 from the site: http://pyqwt.www.sourceforge.net/download.html
 
 2. Of course it installs in wrong location, so point its installer
 anywhere, 
 and then move the directory Qwt5 from here:
 [the anywhere]\Lib\site-packages\PyQt4\
 to
 C:\Program Files\Quantum GIS\python\PyQt4\
 
 It's QGIS 0.11 location, so for 1.0-previews you need to choose the
 correct 
 one. I hope it helps.
 
 Regards,
 B.
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 

-- 
View this message in context: 
http://n2.nabble.com/Qwt5-and-numeric-for-Raster-Algebra-and-Scattergram-in-the-win-version-of-preview2---tp1505562p1601255.html
Sent from the qgis-user mailing list archive at Nabble.com.

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Qwt5 and numeric for Raster Algebra and Scattergram in the win version of preview2 ?

2008-12-09 Thread Borys Jurgiel
Tuesday 02 of December 2008 00:30:51 Bob Bennett napisał(a):
 Borys,
 I followed the instructions provided below for installing Qwt5, however I
 get the following error when I try to start QGIS 0.11 with your profile
 plugin, and of course the plugin crashes QGIS when I try to use it.  Any
 ideas?  I'm quite interested in this plugin.

 An error has occured while executing Python code:

 ImportError: No module named numpy.core.multiarray

I have no idea... It seems like your numpy installation was invalid? 
I'm not familiar with Windows systems, so can only say that the way I've 
described works at mine (on XP and both 0.11 and 1.0.0-preview2)

Maybe someone more fluent in Windows can advise?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with python plugins on Fedora

2008-12-09 Thread Martin Dobias
On Tue, Dec 9, 2008 at 7:07 PM, Carlos Gustavo Ruiz
[EMAIL PROTECTED] wrote:
 El lun, 08-12-2008 a las 19:12 +0100, Martin Dobias escribió:

 On Sun, Dec 7, 2008 at 9:01 AM, Carlos Gustavo Ruiz
 [EMAIL PROTECTED] wrote:
 Hi there,

 my problem is that qgis can't load the python plugins.. I use Fedora 9 and
 have installer the qgis, qgis-python and qgis-grass packages..
 searching my filesystem have found that the export_mapserver and the
 plugin_installer are in /usr/share/qgis/python/plugins directory but qgis
 search for the plugins in /usr/lib64/qgis.

 First of all, check whether python support in QGIS is working correctly.
 What QGIS version are you running?

 Im running QGIS 0.11.0.2 from the fedora repos.. I really dont use the
 binaries from http://download.qgis.org/ maybe it could be the best solution
 by the moment..

I suggest you to uninstall this version use a more recent package from
the download page. If the problem persists, we can search for the
reason.

Martin
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problems with python plugins on Fedora

2008-12-09 Thread Carlos Gustavo Ruiz
Hi again,

I remove qgis installed from the distribution repositories and install
the rpms from http://download.qgis.org/ and problem solved.. I think
that is a problem with de distro package that doesn't recognize the
python part of qgis..

thanks a lot..


- Mensaje reenviado 

 De: Carlos Gustavo Ruiz [EMAIL PROTECTED]
 Para: qgis-user@lists.osgeo.org
 Asunto: Re: [Qgis-user] Problems with python plugins on Fedora
 Fecha: Tue, 09 Dec 2008 13:37:46 -0430
 
 El lun, 08-12-2008 a las 19:12 +0100, Martin Dobias escribió: 
 
  On Sun, Dec 7, 2008 at 9:01 AM, Carlos Gustavo Ruiz
  [EMAIL PROTECTED] wrote:
   Hi there,
  
   my problem is that qgis can't load the python plugins.. I use Fedora 9 and
   have installer the qgis, qgis-python and qgis-grass packages..
   searching my filesystem have found that the export_mapserver and the
   plugin_installer are in /usr/share/qgis/python/plugins directory but qgis
   search for the plugins in /usr/lib64/qgis.
  
  First of all, check whether python support in QGIS is working correctly.
  What QGIS version are you running?
 
 Im running QGIS 0.11.0.2 from the fedora repos.. I really dont use the
 binaries from http://download.qgis.org/ maybe it could be the best
 solution by the moment.. 
 
 
  Does it show any error messages on startup?
 
 No, no error message.. (Im going to copy the console messages when I
 run qgis from bash) [1]
 
 
  Can you open python console? (in menu Plugins)
 
 No, is no python console present in my qgis.. I can use it in other pc
 with windows but not in Fedora.. 
 
  
  
   It seems to me that I need to add the /usr/share/qgis/python/plugins and 
   the
   ~/.qgis/python paths to the python sys path, but I dont know how to do 
   it..
   or if is a logical solution..
  
  These paths should be automatically added to python's path on QGIS
  startup. You can check that in python console within QGIS:
   sys.path
  and it should give you a list of paths being searched with these two
  at the begin.
  
  
  Martin
 
 
 [1] --- here it is...
 
 [EMAIL PROTECTED] ~]$ qgis
 Debug: 
 **
 Debug: QgsApplication state:
 Debug: Prefix   :/usr
 Debug: Plugin Path  :/usr/lib64/qgis
 Debug: PkgData Path :/usr/share/qgis
 Debug: Theme Path   :/usr/share/qgis/themes/default/
 Debug: User DB Path :/usr/share/qgis/resources/qgis.db
 Debug: **
 
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Warning: No valid projection. Unable to set map units.
 Debug: 
 **
 Debug: QgsApplication state:
 Debug: Prefix   :/usr
 Debug: Plugin Path  :/usr/lib64/qgis
 Debug: PkgData Path :/usr/share/qgis
 Debug: Theme Path   :/usr/share/qgis/themes/default/
 Debug: User DB Path :/usr/share/qgis/resources/qgis.db
 Debug: **
 
 Loaded /usr/lib64/qgis/libcopyrightlabelplugin.so
 Loaded /usr/lib64/qgis/libdelimitedtextplugin.so
 Loaded /usr/lib64/qgis/libdelimitedtextprovider.so
 Loaded /usr/lib64/qgis/libgeorefplugin.so
 Loaded /usr/lib64/qgis/libgpsimporterplugin.so
 Loaded /usr/lib64/qgis/libgpxprovider.so
 Loaded /usr/lib64/qgis/libgrassplugin.so
 Loaded /usr/lib64/qgis/libgrassprovider.so
 Loaded /usr/lib64/qgis/libgridmakerplugin.so
 Loaded /usr/lib64/qgis/libmemoryprovider.so
 Loaded /usr/lib64/qgis/libnortharrowplugin.so
 Loaded /usr/lib64/qgis/libogrprovider.so
 Loaded /usr/lib64/qgis/libpggeoprocessingplugin.so
 Loaded /usr/lib64/qgis/libpostgresprovider.so
 Loaded /usr/lib64/qgis/libquickprintplugin.so
 Loaded /usr/lib64/qgis/libscalebarplugin.so
 Loaded /usr/lib64/qgis/libspitplugin.so
 Loaded /usr/lib64/qgis/libwfsplugin.so
 Loaded /usr/lib64/qgis/libwfsprovider.so
 Loaded /usr/lib64/qgis/libwmsprovider.so
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Bug with area scale field ?

2008-12-09 Thread Goyo
El mar, 09-12-2008 a las 14:41 +0100, Jacolin Yves escribió:
 Hello,
 
 When I am using the area scale field property in the layer's property I 
 can't come back to the off value and I have to choose an attribute field 
 (i.e. can't stop to use proportionnel symbol).
 
 I am using QGIS 0.11.0, does someone could test it on a QGIS 1.0-preview2? It 
 seems that the ihm changed between qgis 0.11.0 and qgis 1.0-preview.

Works for me using 1.0.0 preview2. Can't test 0.11 right now.

Goyo

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user