Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Dimitar Vasilev

Borys Jurgiel написа:

Hi, Borys!
I installed version 0.1.4. Installation was  successful  but  when I
tryed to use it I got an error:



Try to reinstall the 0.1.4 once again. Now it should work.

  

Yes, now it works fine.

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


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Borys Jurgiel
> Hi, Borys!
> I installed version 0.1.4. Installation was  successful  but  when I
> tryed to use it I got an error:

Try to reinstall the 0.1.4 once again. Now it should work.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Dimitar Vasilev

Borys Jurgiel написа:

Tuesday 28 of October 2008 11:22:31 Giovanni Manghi napisaЕ‚(a):
  

No module named psycopg
  

You need to istall psycopg

http://pypi.python.org/pypi/psycopg/1.1.21



No, you don't need it :) This Table Manger version doesn't include the PostGIS 
export yet, so I'm removing the dependence. Wait few minutes and upgrade to 
the 0.1.4 please ;)

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

  

Hi, Borys!
I installed version 0.1.4. Installation was  successful  but  when I 
tryed to use it I got an error:


Python error

An error has occured while executing Python code:

Traceback (most recent call last):
 File "C:/Documents and 
Settings/konsulat/.qgis//python/plugins\tablemanager\tableManager.py", 
line 61, in run

   dialoga = doTableManager.TableManager(self.iface)
 File "C:/Documents and 
Settings/konsulat/.qgis//python/plugins\tablemanager\doTableManager.py", 
line 171, in __init__

   self.setupUi(self)
 File "C:/Documents and 
Settings/konsulat/.qgis//python/plugins\tablemanager\tableManagerUi.py", 
line 271, in setupUi

   self.retranslateUi(Dialog)
 File "C:/Documents and 
Settings/konsulat/.qgis//python/plugins\tablemanager\tableManagerUi.py", 
line 294, in retranslateUi
   
self.butSaveAsPostGis.setToolTip(QtGui.QApplication.translate("Dialog", 
"To be implemented...", None, QtGui.QApplication.UnicodeUTF8))

AttributeError: butSaveAsPostGis

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

Python path:['D:/QGIS-Dev/./python', 'C:/Documents and 
Settings/konsulat/.qgis//python/plugins', 
'D:/QGIS-Dev/./python/plugins', 'C:\\Program Files\\ArcGIS\\bin', 
'D:\\QGIS-Dev\\python25.zip', '', 'D:\\QGIS-Dev', 'C:\\Documents and 
Settings\\konsulat\\.qgis\\python\\plugins\\fTools\\tools']


Regards!
D. Vasilev
GIS-Sofia EOOD
Bulgaria
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Borys Jurgiel
Tuesday 28 of October 2008 11:22:31 Giovanni Manghi napisał(a):
> > No module named psycopg
>
> You need to istall psycopg
>
> http://pypi.python.org/pypi/psycopg/1.1.21

No, you don't need it :) This Table Manger version doesn't include the PostGIS 
export yet, so I'm removing the dependence. Wait few minutes and upgrade to 
the 0.1.4 please ;)
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Giovanni Manghi

> No module named psycopg


You need to istall psycopg

http://pypi.python.org/pypi/psycopg/1.1.21


take care

-- Giovanni --


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


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Dimitar Vasilev

Borys Jurgiel написа:

Tuesday 28 of October 2008 09:53:49 Димитър Василев napisał(a):
  

Hi!
I'm using the QGIS 1.0 Preview 1 Windows Build on XP SP3
I installed the new Table Manager Plugin 0.1.5 from
http://bwj.aster.net.pl/temp/tablemanager-2008-10-27.zip
When I tryed to use it on any ESRI Shapefile I got the same error as Dr.
Agustin Lobo reported:



The zip I've provided above is for recent trunk QGIS version. 
For the 1.0-Preview-1 you should use the 'ordinary' table manager from my 
repository (you may need to enable the 3rd party repositories).

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

  

Hi, Borys!
I tryed to install the 'ordinary' table manager plugin (version 0.1.3) 
from your repository, but i had an error message after installation:


Error loading plugin
The plugin seems to be invalid or have unfulfilled dependencies. It has 
been installed, but can't be loaded. Here is the error message below:

No module named psycopg

Regards!
D. Vasilev
GIS-Sofia EOOD
Bulgaria
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] the table manager for the trunk

2008-10-28 Thread Borys Jurgiel
Tuesday 28 of October 2008 09:53:49 Димитър Василев napisał(a):
> Hi!
> I'm using the QGIS 1.0 Preview 1 Windows Build on XP SP3
> I installed the new Table Manager Plugin 0.1.5 from
> http://bwj.aster.net.pl/temp/tablemanager-2008-10-27.zip
> When I tryed to use it on any ESRI Shapefile I got the same error as Dr.
> Agustin Lobo reported:

The zip I've provided above is for recent trunk QGIS version. 
For the 1.0-Preview-1 you should use the 'ordinary' table manager from my 
repository (you may need to enable the 3rd party repositories).
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] the table manager for the trunk

2008-10-28 Thread Димитър Василев

Hi!
I'm using the QGIS 1.0 Preview 1 Windows Build on XP SP3
I installed the new Table Manager Plugin 0.1.5 from
http://bwj.aster.net.pl/temp/tablemanager-2008-10-27.zip
When I tryed to use it on any ESRI Shapefile I got the same error as Dr. 
Agustin Lobo reported:


Pithon error

An error has occured while executing Python code:

Traceback (most recent call last):
 File "C:/Documents and 
Settings/konsulat/.qgis//python/plugins\tablemanager\tableManager.py", 
line 58, in run

   if layer == None or layer.type() != layer.VectorLayer:
AttributeError: VectorLayer

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

Python path:['D:/QGIS-Dev/./python', 'C:/Documents and 
Settings/konsulat/.qgis//python/plugins', 
'D:/QGIS-Dev/./python/plugins', 'C:\\Program Files\\ArcGIS\\bin', 
'D:\\QGIS-Dev\\python25.zip', '', 'D:\\QGIS-Dev', 'C:\\Documents and 
Settings\\konsulat\\.qgis\\python\\plugins\\fTools\\tools']


Regards,
D. Vasilev
GIS-Sofia EOOD
Bulgaria



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


[Qgis-user] the table manager for the trunk

2008-10-27 Thread Borys Jurgiel
Hi List,
The table manager in my repo is compatible with the 1.0preview1, so here is 
version updated for the present trunk:
http://bwj.aster.net.pl/temp/tablemanager-2008-10-27.zip
The API seems to be becoming stable, so I hope it will be working for some 
time ;)

Thanks to Jean-Denis Giguere for your patch!

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