New version (0.1.3)

2 views
Skip to first unread message

Gary Sherman

unread,
Mar 15, 2010, 1:08:17 AM3/15/10
to geoapt-...@googlegroups.com
I have uploaded a new version (0.1.3).

This version improves the run.sh script on Linux and OS X. If you have
qgis in your path, you should be able to start GeoApt by executing the
run.sh script with no arguments. No changes have been made to the
run.cmd script for Windows.

There is a Help|About dialog that provides the version, location of
the themes database, and a listing of the supported raster and vector
formats.

There have been a number of other internal changes as well.

As usual, you can get it at http://mrcc.com/geoapt-browser/download

-gary

--
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
Gary Sherman
Chair, QGIS Project Steering Committee
-Desktop GIS Book:
*http://desktopgisbook.com
-Spatial Hosting:
*http://mrcc.com/hosting
"We work virtually everywhere"
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

John C. Tull

unread,
Mar 15, 2010, 11:56:50 AM3/15/10
to geoapt-...@googlegroups.com
Were there upload problems again?

./run.sh /Applications/Qgis.app
Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/MacOS/lib
Setting PYTHONPATH to /usr/local/lib/python2.6/site-packages:/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages:/Library/Frameworks/GDAL.framework/Versions/1.6/Python/site-packages:/Applications/Qgis.app/Contents/Resources/python
Setting QGISHOME to /Applications/Qgis.app/Contents/MacOS
Traceback (most recent call last):
File "./GeoApt.py", line 15, in <module>
from theme_tree import *
ImportError: No module named theme_tree

Gary Sherman

unread,
Mar 15, 2010, 12:56:25 PM3/15/10
to geoapt-...@googlegroups.com, geoapt-...@googlegroups.com
Odd---try it now.

-Gary
{{Sent from the wandering iPhone}}

Gary Sherman

unread,
Mar 15, 2010, 1:02:46 PM3/15/10
to geoapt-...@googlegroups.com, geoapt-...@googlegroups.com
Actually it looks like some other modules are missing. I'm offsite and
unable to fix until this evening...

And that is why we test :)

-Gary
{{Sent from the wandering iPhone}}

On Mar 15, 2010, at 7:56, "John C. Tull" <jct...@gmail.com> wrote:

> Were there upload problems again?
>
> ./run.sh /Applications/Qgis.app
> Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/MacOS/lib

> Setting PYTHONPATH to /usr/local/lib/python2.6/site-packages:/System/
> Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/
> site-packages:/Library/Frameworks/GDAL.framework/Versions/1.6/Python/

Gary Sherman

unread,
Mar 15, 2010, 1:17:21 PM3/15/10
to Gary Sherman, geoapt-...@googlegroups.com
Ok, I think all the pieces are there now. Writing code from an iPhone
via ssh can be challenging.


-Gary
{{Sent from the wandering iPhone}}

On Mar 15, 2010, at 9:02, Gary Sherman <gshe...@mrcc.com> wrote:

> Actually it looks like some other modules are missing. I'm offsite
> and unable to fix until this evening...
>
> And that is why we test :)
>
> -Gary
> {{Sent from the wandering iPhone}}
>
> On Mar 15, 2010, at 7:56, "John C. Tull" <jct...@gmail.com> wrote:
>
>> Were there upload problems again?
>>
>> ./run.sh /Applications/Qgis.app
>> Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/MacOS/
>> lib
>> Setting PYTHONPATH to /usr/local/lib/python2.6/site-packages:/
>> System/Library/Frameworks/Python.framework/Versions/Current/lib/

>> python2.6/site-packages:/Library/Frameworks/GDAL.framework/Versions/
>> 1.6/Python/site-packages:/Applications/Qgis.app/Contents/Resources/

motta...@gmail.com

unread,
Mar 15, 2010, 2:33:55 PM3/15/10
to geoapt-...@googlegroups.com, Gary Sherman
Gary,

I test the application for OSGEO4W and have some suggest

1) The version Python in OSGEO4W is:
>>> sys.version
'2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]'

This version have problema in line:
C:\OSGeo4W\apps\geoapt_0.1.3>python GeoApt.py
File "GeoApt.py", line 42
except ImportError as ie_error:

I change for:
except ImportError, ie_error:

2) I continue receive error menssage box:
Not find setValid@QgsMapLayer... qgis_core.dll

I set the enviroment variables in "run.cmd":
set DYLD_LIBRARY_PATH=c:\osgeo4w\apps\qgis-unstable\bin
set LD_LIBRARY_PATH=c:\osgeo4w\apps\qgis-unstable\bin

3) Suggestion:
If the application need QGIS install, do you can make this application
how a plugin for QGIS, then, all settings and librays are making by QGIS .

Gary Sherman escreveu:


> Ok, I think all the pieces are there now. Writing code from an iPhone
> via ssh can be challenging.
>
>
> -Gary
> {{Sent from the wandering iPhone}}
>
> On Mar 15, 2010, at 9:02, Gary Sherman <gshe...@mrcc.com> wrote:
>
>> Actually it looks like some other modules are missing. I'm offsite
>> and unable to fix until this evening...
>>
>> And that is why we test :)
>>
>> -Gary
>> {{Sent from the wandering iPhone}}
>>
>> On Mar 15, 2010, at 7:56, "John C. Tull" <jct...@gmail.com> wrote:
>>
>>> Were there upload problems again?
>>>
>>> ./run.sh /Applications/Qgis.app

>>> Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/MacOS/lib
>>> Setting PYTHONPATH to
>>> /usr/local/lib/python2.6/site-packages:/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages:/Library/Frameworks/GDAL.framework/Versions/1.6/Python/site-packages:/Applications/Qgis.app/Contents/Resources/python
>>>

John C. Tull

unread,
Mar 15, 2010, 2:45:09 PM3/15/10
to geoapt-...@googlegroups.com
Good work. It fired up fine for me, although I have not put it through the paces yet. Now rest your thumbs.

John

On Mar 15, 2010, at 10:17 AM, Gary Sherman wrote:

> Ok, I think all the pieces are there now. Writing code from an iPhone via ssh can be challenging.
>
>
> -Gary
> {{Sent from the wandering iPhone}}
>
> On Mar 15, 2010, at 9:02, Gary Sherman <gshe...@mrcc.com> wrote:
>
>> Actually it looks like some other modules are missing. I'm offsite and unable to fix until this evening...
>>
>> And that is why we test :)
>>
>> -Gary
>> {{Sent from the wandering iPhone}}
>>
>> On Mar 15, 2010, at 7:56, "John C. Tull" <jct...@gmail.com> wrote:
>>
>>> Were there upload problems again?
>>>
>>> ./run.sh /Applications/Qgis.app

>>> Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/MacOS/lib
>>> Setting PYTHONPATH to /usr/local/lib/python2.6/site-packages:/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages:/Library/Frameworks/GDAL.framework/Versions/1.6/Python/site-packages:/Applications/Qgis.app/Contents/Resources/python

Gary Sherman

unread,
Mar 15, 2010, 3:03:25 PM3/15/10
to motta...@gmail.com, geoapt-...@googlegroups.com
Keep in mind that these are developer releases and thus the need for a
qgis install. Ultimately there will be standalone versions on windows
and mac that can be used without a qgis install. I will look into the
dll issues. I plan on working on creating a windows exe soon...

-Gary
{{Sent from the wandering iPhone}}

On Mar 15, 2010, at 10:33, "motta...@gmail.com"
<motta...@gmail.com> wrote:

>>>> Setting DYLD_LIBRARY_PATH to /Applications/Qgis.app/Contents/
>>>> MacOS/lib
>>>> Setting PYTHONPATH to /usr/local/lib/python2.6/site-packages:/
>>>> System/Library/Frameworks/Python.framework/Versions/Current/lib/
>>>> python2.6/site-packages:/Library/Frameworks/GDAL.framework/

>>>> Versions/1.6/Python/site-packages:/Applications/Qgis.app/Contents/
>>>> Resources/python

motta...@gmail.com

unread,
Mar 15, 2010, 3:08:36 PM3/15/10
to Gary Sherman, geoapt-...@googlegroups.com

Thanks for your answer.

I would like test this application and contribute this work

I waiting for working in Windows.

Gary Sherman escreveu:

>>>>> /Applications/Qgis.app/Contents/MacOS/lib
>>>>> Setting PYTHONPATH to
>>>>> /usr/local/lib/python2.6/site-packages:/System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/site-packages:/Library/Frameworks/GDAL.framework/Versions/1.6/Python/site-packages:/Applications/Qgis.app/Contents/Resources/python
>>>>>

Reply all
Reply to author
Forward
0 new messages