rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

installation instruction for the source code #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

* installation instruction for the source code

What goal would this enhancement help you achieve?

* to be able to install gmapcatcher

im trying to get the latest version of gmapcatcher running using the tar.gz 
that is available on the site, but i cannot find any installation instruction. 
in the source code neither

Original issue reported on code.google.com by bdoesb...@gmail.com on 7 Jul 2011 at 9:06

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/gmapcatcher/wiki/devEnv

Original comment by heldersepu on 8 Jul 2011 at 12:37

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 8 Jul 2011 at 1:06

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 27 Feb 2012 at 1:56

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Hi Dhinesh, Did you follow the instructions in the wiki page?

Original comment by heldersepu on 19 Jan 2013 at 2:54