[Bug 32449] Quantum GIS fails to load required libraries (dogfood)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 24 11:00:22 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32449

--- Comment #9 from Guy Roussin <guy.roussin at teledetection.fr> 2012-12-24 11:00:22 CST ---
Thank you Jason for your quick answer.

I think you are right. addpath seems not use during installation.

The main program is launch with
"%OSGEO4W_ROOT%"\bin\qgis.bat
with %OSGEO4W_ROOT% = install path
(i use c:\qgis\bin\qgis.bat)

I notice that only PYTHONPATH is required to start bin/qgis.bat
(no need PYTHONHOME or PATH) 
You only need this to start qgis (wine 1.5.20):
PYTHONPATH=c:\QGIS\apps\Python27\Lib;c:\QGIS\apps\Python27\Lib\site-packages

I notice also that i need to edit qgis.bat because the start command
do not accept syntax :
start "xxx" /B file.bat
but
start /B file.bat

i add echo %PATH% to qgis.bat and it seems that PATH is correct (i don't try
with spaces in paths)

Thank you again.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list