Closed GoogleCodeExporter closed 8 years ago
http://code.google.com/p/gmapcatcher/wiki/devEnv
Original comment by heldersepu
on 8 Jul 2011 at 12:37
should have been more clear:
i would like to install the latest 0.6.7.1 tar.gz
(http://code.google.com/p/gmapcatcher/downloads/detail?name=GMapCatcher-0.7.6.1.
tar.gz&can=2&q=) on Ubuntu
the available .deb version 0.5.7.0 results in the error described in issue #264
http://code.google.com/p/gmapcatcher/issues/detail?id=264&can=1&q=location&sort=
-id
Original comment by bdoesb...@gmail.com
on 8 Jul 2011 at 5:17
The way I do it in Ubuntu is just extract the files from the tar.gz and run the
map.py
You could also get the files directly from SVN:
svn checkout http://gmapcatcher.googlecode.com/svn/trunk/ gmapcatcher-read-only
Original comment by heldersepu
on 8 Jul 2011 at 11:43
great, thanks, that works for me
i was under the impression that the extracted files code had to be compiled
i'd put a short note about that in the README
Original comment by bdoesb...@gmail.com
on 8 Jul 2011 at 12:26
Original comment by heldersepu
on 8 Jul 2011 at 1:06
i want to do it in win7-64bit...
i downloaded all the python bindings required...
but when i run map.py in Python27 it gives me error
Traceback (most recent call last):
File "C:\Users\noor\Desktop\maps.py", line 10, in <module>
import gmapcatcher.mapGPS as mapGPS
ImportError: No module named gmapcatcher.mapGPS
Original comment by warda90...@gmail.com
on 13 Dec 2011 at 7:54
Hello warda90mcs,
We have a wiki with some instructions for windows here:
http://code.google.com/p/gmapcatcher/wiki/devEnv
In the past I had some issues mixing different versions of the PyGTK and
Python. The version of the components that I have used and tested is here:
http://gmapcatcher.googlecode.com/svn/trunk/installer/setup.bat
Also looking at your error it seems that you are missing some files, how did
you get the source code?
Original comment by heldersepu
on 13 Dec 2011 at 1:29
i downloaded the source code from here:
http://code.google.com/p/gmapcatcher/downloads/detail?name=GMapCatcher-0.7.6.1.t
ar.gz&can=2&q=
Original comment by warda90...@gmail.com
on 14 Dec 2011 at 3:48
Yes that should work.
Just make sure that the file exists:
C:\Users\noor\Desktop\gmapcatcher\mapGPS.py
You can also get the latest using from the SVN trunk.
Original comment by heldersepu
on 14 Dec 2011 at 4:53
i tried that too on windows but still no result...
switched to ubuntu at the end...and it worked soo easily
thanks for your help...
Original comment by warda90...@gmail.com
on 19 Dec 2011 at 4:53
Yes in ubuntu there is less stuff to install, you get the sources from SVN and
it just works, but windows should work as well, the error you where getting is
because it could not find the file C:\Users\noor\Desktop\gmapcatcher\mapGPS.py
Original comment by heldersepu
on 19 Dec 2011 at 5:26
Original comment by heldersepu
on 27 Feb 2012 at 1:56
please...help to how to run the project in python IDLE...give the instruction
....
THANK you..
Original comment by dhinesh....@gmail.com
on 19 Jan 2013 at 3:14
Hi Dhinesh, Did you follow the instructions in the wiki page?
Original comment by heldersepu
on 19 Jan 2013 at 2:54
Original issue reported on code.google.com by
bdoesb...@gmail.com
on 7 Jul 2011 at 9:06