[Qgis-user] SOLVED : QGIS 1.7 Does not load after installation
Nomeneta Saili
nome.saili at gmail.com
Tue Aug 9 18:22:43 PDT 2011
Thankyou Frank and Duarte,
The problem was indeed the antivirus that i was using. It blocked some
of the files from being installed and run.
I am using Kaspersky Version 6 for workstation.
Solution i used.
1. Pause Kaspersky
2. Install QGIS 1.7
3. Resume Kaspersky
4. Launch QGIS 1.7
So for other Kaspersky users out there. This is worth a try if you
guys/gals run into the same problem.
Cheers!!. And yes QGIS Rocks!!.
Nome
On Wed, Aug 10, 2011 at 3:31 AM, <qgis-user-request at lists.osgeo.org> wrote:
> Send Qgis-user mailing list submissions to
> qgis-user at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> or, via email, send a message with subject or body 'help' to
> qgis-user-request at lists.osgeo.org
>
> You can reach the person managing the list at
> qgis-user-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qgis-user digest..."
>
>
> Today's Topics:
>
> 1. RE: QGIS 1.7 Does not load after installation (Duarte Carreira)
> 2. compile problem on trunk (M?ri Cedric)
> 3. Re: compile problem on trunk (Marco Hugentobler)
> 4. Re: compile problem on trunk (J?rgen E. Fischer)
> 5. Re: QGIS 1.7 Does not load after installation (Nomeneta Saili)
> 6. qgis-web-client: Problem with web client and server on
> different hosts (Niccolo Rigacci)
> 7. Re: QGIS 1.7 Does not load after installation (Frank Sokolic)
> 8. to install qgis-plugin-grass in ubuntu always unsuccessful
> (zehari zehari)
> 9. Re: qgis-web-client: Problem with web client and server on
> different hosts (Andreas Neumann)
> 10. Re: QGIS 1.7 Does not load after installation (Andreas Neumann)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 9 Aug 2011 09:42:34 +0100
> From: Duarte Carreira <DCarreira at edia.pt>
> Subject: RE: [Qgis-user] QGIS 1.7 Does not load after installation
> To: Nomeneta Saili <nome.saili at gmail.com>, "qgis-user at lists.osgeo.org"
> <qgis-user at lists.osgeo.org>
> Message-ID: <9DA6C5AFE0E78D48B7AC250D357F33020EFBD2 at beja012.edia.pt>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Nome,
>
> Maybe it's because there are some older dll's in your system32 folder? what's the error message? We've seen this happening with qtcore4.dll and a few other qt dll's hanging around.
>
> Duarte
>
> -----Mensagem original-----
> De: Nomeneta Saili [mailto:nome.saili at gmail.com]
> Enviada: terça-feira, 9 de Agosto de 2011 04:09
> Para: qgis-user at lists.osgeo.org
> Assunto: [Qgis-user] QGIS 1.7 Does not load after installation
>
> Hi people,
>
> QGIS 1.7 after installing on my Windows 7 does not load when i try to
> launch. This is also the case on my XP netbook that i installed QGIS
> on. It is however working fine on my PC with XP as well as my Server
> with Windows 2008 Server. I used the same installation file.
>
> Any help is appreciated.
>
> Thanks,
>
> Nome
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 9 Aug 2011 11:25:24 +0200
> From: M?ri Cedric <Cedric.Moeri at bd.so.ch>
> Subject: [Qgis-user] compile problem on trunk
> To: qgis-user at lists.osgeo.org
> Message-ID:
> <1243018267.57951312881924367.JavaMail.root at srsofaioi13477.ktso.ch>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all!
>
> I'm trying to compile the trunk from git. Running configure in ccmake leads to the following error:
>
> CMake Error at python/CMakeLists.txt:19 (file):
> file does not recognize sub-command COPY
>
> I'm running on RH AS4, with QT 4.5.2 and python 2.5 and cmake version 2.6-patch 4
>
> Any idea to get it compiling again would be great :-D
>
> regards
> Cédric
>
>
>
> mit freundlichen Grüssen
>
> Cédric Möri
> Leiter SO!GIS Koordination
>
> --
> Kanton Solothurn
> Bau- und Justizdepartement
> Amt für Geoinformation
> Rötistrasse 4
> 4501 Solothurn
>
> Telefon: +41 (0)32 627 24 75
> Telefax: +41 (0)32 627 22 14
> mailto:cedric.moeri at bd.so.ch
> http://www.agi.so.ch
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 9 Aug 2011 13:24:31 +0200
> From: Marco Hugentobler <marco.hugentobler at sourcepole.ch>
> Subject: Re: [Qgis-user] compile problem on trunk
> To: qgis-user at lists.osgeo.org
> Cc: M?ri Cedric <Cedric.Moeri at bd.so.ch>
> Message-ID: <201108091324.31554.marco.hugentobler at sourcepole.ch>
> Content-Type: Text/Plain; charset="iso-8859-1"
>
> Hi Cédric
>
> Could be that it needs cmake 2.8 for the file COPY command. As a workaround,
> you could probably comment out line 19 and copy the files afterwards by hand.
> Maybe the cmake gurus on the list know about a better solution?
>
> Regards,
> Marco
>
> Am Dienstag, 9. August 2011, 11.25:24 schrieb Möri Cedric:
>> Hi all!
>>
>> I'm trying to compile the trunk from git. Running configure in ccmake leads
>> to the following error:
>>
>> CMake Error at python/CMakeLists.txt:19 (file):
>> file does not recognize sub-command COPY
>>
>> I'm running on RH AS4, with QT 4.5.2 and python 2.5 and cmake version
>> 2.6-patch 4
>>
>> Any idea to get it compiling again would be great :-D
>>
>> regards
>> Cédric
>>
>>
>>
>> mit freundlichen Grüssen
>>
>> Cédric Möri
>> Leiter SO!GIS Koordination
>>
>> --
>> Kanton Solothurn
>> Bau- und Justizdepartement
>> Amt für Geoinformation
>> Rötistrasse 4
>> 4501 Solothurn
>>
>> Telefon: +41 (0)32 627 24 75
>> Telefax: +41 (0)32 627 22 14
>> mailto:cedric.moeri at bd.so.ch
>> http://www.agi.so.ch
>> _______________________________________________
>> Qgis-user mailing list
>> Qgis-user at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> --
> Dr. Marco Hugentobler
> Sourcepole - Linux & Open Source Solutions
> Churerstrasse 22, CH-8808 Pfäffikon SZ, Switzerland
> marco.hugentobler at sourcepole.ch http://www.sourcepole.ch
> Technical Advisor QGIS Project Steering Committee
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 9 Aug 2011 14:22:07 +0200
> From: J?rgen E. Fischer <jef at norbit.de>
> Subject: Re: [Qgis-user] compile problem on trunk
> To: qgis-user at lists.osgeo.org
> Message-ID: <20110809122207.GA14559 at norbit.de>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hi Marco,
>
> On Tue, 09. Aug 2011 at 13:24:31 +0200, Marco Hugentobler wrote:
>> Hi Cédric
>>
>> Could be that it needs cmake 2.8 for the file COPY command. As a workaround,
>> you could probably comment out line 19 and copy the files afterwards by hand.
>> Maybe the cmake gurus on the list know about a better solution?
>
> The cmake gurus are too slow. ;)
> I fixed it in 8c9ed1880b610e7261bc7d166eb8bbf6e07d12db.
>
>
> Jürgen
>
> --
> Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20
> Dipl.-Inf. (FH) Rheinstraße 13 Fax. +49-4931-918175-50
> Software Engineer D-26506 Norden http://www.norbit.de
>
> --
> norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
> Rheinstrasse 13, 26506 Norden
> GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 9 Aug 2011 01:40:37 -1100
> From: Nomeneta Saili <nome.saili at gmail.com>
> Subject: Re: [Qgis-user] QGIS 1.7 Does not load after installation
> To: Duarte Carreira <DCarreira at edia.pt>
> Cc: "qgis-user at lists.osgeo.org" <qgis-user at lists.osgeo.org>
> Message-ID:
> <CA+nUk3QQZFEz50Tc_N1+aX75XTJ4hx2XA5Fa2CQiNmzOjzB2Dw at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Duarte,
>
> In both cases the QGIS just dosent load/launch. Double click on the
> desktop shortcut or launch from the start menu but they just don't
> launch like there is nothing installed. I did try reinstallation and
> still dosen't work.
>
> For our windows 7 PC we did install version 1.6 before and perhaps it
> is indeed a previous dll. So should i try deleting qtcore4.dll?. Any
> other i need to delete?. I am currently at home and will try to follow
> any instructions once i get back to work tomorrow. Its currently 1:46
> am here in my part of the world.
>
> Thanks for the help.
>
> Nome
>
> On Mon, Aug 8, 2011 at 9:42 PM, Duarte Carreira <DCarreira at edia.pt> wrote:
>> Nome,
>>
>> Maybe it's because there are some older dll's in your system32 folder? what's the error message? We've seen this happening with qtcore4.dll and a few other qt dll's hanging around.
>>
>> Duarte
>>
>> -----Mensagem original-----
>> De: Nomeneta Saili [mailto:nome.saili at gmail.com]
>> Enviada: terça-feira, 9 de Agosto de 2011 04:09
>> Para: qgis-user at lists.osgeo.org
>> Assunto: [Qgis-user] QGIS 1.7 Does not load after installation
>>
>> Hi people,
>>
>> QGIS 1.7 after installing on my Windows 7 does not load when i try to
>> launch. This is also the case on my XP netbook that i installed QGIS
>> on. It is however working fine on my PC with XP as well as my Server
>> with Windows 2008 Server. I used the same installation file.
>>
>> Any help is appreciated.
>>
>> Thanks,
>>
>> Nome
>>
>>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 9 Aug 2011 16:25:03 +0200
> From: Niccolo Rigacci <niccolo at rigacci.org>
> Subject: [Qgis-user] qgis-web-client: Problem with web client and
> server on different hosts
> To: qgis-user at lists.osgeo.org
> Message-ID: <20110809142503.GD14115 at rigacci.org>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> I tried to install a QGIS Web Client onto a web server (say
> http://www.domain.org/). The QGIS Server is onto another server
> (say http://gis.domain.org/cgi-bin/...).
>
> I was unable to make the webapp to work.
>
> In other words, the "serverAndCGI" parameter must point to the
> same host serving the web pages.
>
> Is there some known limitation which prevents that?
>
> Thank you.
>
> --
> Niccolo Rigacci
> Firenze - Italy
> Tel. ufficio: 055-0118525
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 09 Aug 2011 17:58:25 +0200
> From: Frank Sokolic <sokolic at worldonline.co.za>
> Subject: Re: [Qgis-user] QGIS 1.7 Does not load after installation
> To: qgis-user at lists.osgeo.org
> Message-ID: <4E415921.5050200 at worldonline.co.za>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Nome,
>
> Have you tried installing QGIS with administrator rights? Right-click on
> the installation file and select 'run as administrator'. Install the
> program that way and see if it solves your problem.
>
> Another thing you can try: I once had a problem where QGIS wouldn't load
> and eventually tracked the problem down to the program nircmd.exe which
> is used to run the batch file that launches QGIS. The antivirus software
> on the computer in question was flagging nircmd as a virus and
> preventing it from running. Maybe this is the cause of your problem? Try
> double-clicking the qgis.bat file in the qgis folder to see if you can
> run it that way.
>
> Frank.
>
> On 09/08/2011 14:40, Nomeneta Saili wrote:
>> Hi Duarte,
>>
>> In both cases the QGIS just dosent load/launch. Double click on the
>> desktop shortcut or launch from the start menu but they just don't
>> launch like there is nothing installed. I did try reinstallation and
>> still dosen't work.
>>
>> For our windows 7 PC we did install version 1.6 before and perhaps it
>> is indeed a previous dll. So should i try deleting qtcore4.dll?. Any
>> other i need to delete?. I am currently at home and will try to follow
>> any instructions once i get back to work tomorrow. Its currently 1:46
>> am here in my part of the world.
>>
>> Thanks for the help.
>>
>> Nome
>>
>> On Mon, Aug 8, 2011 at 9:42 PM, Duarte Carreira<DCarreira at edia.pt> wrote:
>>> Nome,
>>>
>>> Maybe it's because there are some older dll's in your system32 folder? what's the error message? We've seen this happening with qtcore4.dll and a few other qt dll's hanging around.
>>>
>>> Duarte
>>>
>>> -----Mensagem original-----
>>> De: Nomeneta Saili [mailto:nome.saili at gmail.com]
>>> Enviada: terça-feira, 9 de Agosto de 2011 04:09
>>> Para: qgis-user at lists.osgeo.org
>>> Assunto: [Qgis-user] QGIS 1.7 Does not load after installation
>>>
>>> Hi people,
>>>
>>> QGIS 1.7 after installing on my Windows 7 does not load when i try to
>>> launch. This is also the case on my XP netbook that i installed QGIS
>>> on. It is however working fine on my PC with XP as well as my Server
>>> with Windows 2008 Server. I used the same installation file.
>>>
>>> Any help is appreciated.
>>>
>>> Thanks,
>>>
>>> Nome
>>>
>>>
>> _______________________________________________
>> Qgis-user mailing list
>> Qgis-user at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 9 Aug 2011 23:56:18 +0800
> From: zehari zehari <mriduan62 at gmail.com>
> Subject: [Qgis-user] to install qgis-plugin-grass in ubuntu always
> unsuccessful
> To: "qgis-user at lists.osgeo.org" <qgis-user at lists.osgeo.org>
> Message-ID:
> <CA+J=te7WvFY+EF3_HLMTqdbv0Anozp6UftmOTjcK_q4cFxm0jQ at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear All,
>
> Please help. I tried to install qgis-plugin-grass in ubuntu always
> unsuccessful. error message is "Could not apply changes! Fix broken
> packages first ". I have to do" fix broken packages "but have not
> succeeded. I'm using is Ubuntu 3.0.8. Anyone can help me, I say thank
> you.
>
> best,
>
> Zehari
>
>
> ------------------------------
>
> Message: 9
> Date: Tue, 09 Aug 2011 18:14:32 +0200
> From: Andreas Neumann <a.neumann at carto.net>
> Subject: Re: [Qgis-user] qgis-web-client: Problem with web client and
> server on different hosts
> To: qgis-user at lists.osgeo.org
> Message-ID: <4E415CE8.9020209 at carto.net>
> Content-Type: text/plain; charset=ISO-8859-1
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Niccolo,
>
> I wonder the same. I know that with the current code of QGIS webclient
> it is not possible because of the same domain restriction.
>
> But technically it should be possible. Google does it all the time -
> pulls in data from different servers. There should be a way to define
> trusted server/domains for XMLHttpRequests.
>
> Sorry - I don't have better information.
>
> Andreas
>
> On 08/09/2011 04:25 PM, Niccolo Rigacci wrote:
>> Hi,
>>
>> I tried to install a QGIS Web Client onto a web server (say
>> http://www.domain.org/). The QGIS Server is onto another server
>> (say http://gis.domain.org/cgi-bin/...).
>>
>> I was unable to make the webapp to work.
>>
>> In other words, the "serverAndCGI" parameter must point to the
>> same host serving the web pages.
>>
>> Is there some known limitation which prevents that?
>>
>> Thank you.
>>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJOQVzoAAoJELiCsGDopvBC640H/iRpOR4a7FVRWDrj48MGyZW7
> 2cze1OglMtLUnjFydNgb7vOUpdQsoeo47h8dPdGO9Az3+QhVBrxVh0KvS0H2UgbY
> 2BcJFUvq+EyL4/2S7nlsXIXi9U7rSHL0DBCFAsDxqpUTeplQcrWovI36HlmnlGpk
> MOen0dgmsWKLS6nem9UhuMza0kfRTUzBit1N5OMgi41PMlZmwB+c4IuUohnaTxml
> +cyFQemxzpExGLy/4A10HmB+j0wDAV2YmIUOd2GLDmFVdqKh+diqvt8j5CIisFTA
> x5P3Q7RU5oCx7Hdzwyk/Pq2k3HR853nxRFgud6960UTGSha0hr6tRXOUXaD/xnA=
> =Y9/B
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 10
> Date: Tue, 09 Aug 2011 18:15:58 +0200
> From: Andreas Neumann <a.neumann at carto.net>
> Subject: Re: [Qgis-user] QGIS 1.7 Does not load after installation
> To: qgis-user at lists.osgeo.org
> Message-ID: <4E415D3E.8090702 at carto.net>
> Content-Type: text/plain; charset=ISO-8859-1
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> it would probably also help to open a DOS window cd to the directory
> containing the qgis.bat file and start it from the console. You may see
> additional error messages or progress messages to see where it bails out.
>
> Andreas
>
> On 08/09/2011 05:58 PM, Frank Sokolic wrote:
>> Hi Nome,
>>
>> Have you tried installing QGIS with administrator rights? Right-click on
>> the installation file and select 'run as administrator'. Install the
>> program that way and see if it solves your problem.
>>
>> Another thing you can try: I once had a problem where QGIS wouldn't load
>> and eventually tracked the problem down to the program nircmd.exe which
>> is used to run the batch file that launches QGIS. The antivirus software
>> on the computer in question was flagging nircmd as a virus and
>> preventing it from running. Maybe this is the cause of your problem? Try
>> double-clicking the qgis.bat file in the qgis folder to see if you can
>> run it that way.
>>
>> Frank.
>>
>> On 09/08/2011 14:40, Nomeneta Saili wrote:
>>> Hi Duarte,
>>>
>>> In both cases the QGIS just dosent load/launch. Double click on the
>>> desktop shortcut or launch from the start menu but they just don't
>>> launch like there is nothing installed. I did try reinstallation and
>>> still dosen't work.
>>>
>>> For our windows 7 PC we did install version 1.6 before and perhaps it
>>> is indeed a previous dll. So should i try deleting qtcore4.dll?. Any
>>> other i need to delete?. I am currently at home and will try to follow
>>> any instructions once i get back to work tomorrow. Its currently 1:46
>>> am here in my part of the world.
>>>
>>> Thanks for the help.
>>>
>>> Nome
>>>
>>> On Mon, Aug 8, 2011 at 9:42 PM, Duarte Carreira<DCarreira at edia.pt>
>>> wrote:
>>>> Nome,
>>>>
>>>> Maybe it's because there are some older dll's in your system32
>>>> folder? what's the error message? We've seen this happening with
>>>> qtcore4.dll and a few other qt dll's hanging around.
>>>>
>>>> Duarte
>>>>
>>>> -----Mensagem original-----
>>>> De: Nomeneta Saili [mailto:nome.saili at gmail.com]
>>>> Enviada: terça-feira, 9 de Agosto de 2011 04:09
>>>> Para: qgis-user at lists.osgeo.org
>>>> Assunto: [Qgis-user] QGIS 1.7 Does not load after installation
>>>>
>>>> Hi people,
>>>>
>>>> QGIS 1.7 after installing on my Windows 7 does not load when i try to
>>>> launch. This is also the case on my XP netbook that i installed QGIS
>>>> on. It is however working fine on my PC with XP as well as my Server
>>>> with Windows 2008 Server. I used the same installation file.
>>>>
>>>> Any help is appreciated.
>>>>
>>>> Thanks,
>>>>
>>>> Nome
>>>>
>>>>
>>> _______________________________________________
>>> Qgis-user mailing list
>>> Qgis-user at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
>> _______________________________________________
>> Qgis-user mailing list
>> Qgis-user at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJOQV0+AAoJELiCsGDopvBCw4gH/2Br3K44vrIyvQE5EDn9odiw
> j9psVIOI8iOEKvxkouPel4PR0XmKbvbGTTcmDiLa4xlFDH4POxpreQpuAUVaEXWe
> EJlbciWCXvTqZFnB6jMJhzZ9kX+lY+TAJQ0YCqElhRriEDrdzKI5ukRNzUxAavgV
> PjGLjQpinUqJN8ZXkpxDqFt24GVc+XC+NeAva4tFo60FswGTZYGMt/lxfNXzet6W
> 2PrSiScx8aUdoG8yyyJ6E4G6pEXMjIeCRV1uIvVji8EXsu6L7e4/56aS1In6Qtgd
> r7/U1SHimRvWzm1KEelZus1VCkW8ThsY4tn/cNhzchAcUjiDZDVoYkucJ9OT7Ks=
> =QYBm
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
> End of Qgis-user Digest, Vol 66, Issue 14
> *****************************************
>
More information about the Qgis-user
mailing list