Only some corrections. You need pywebkitgtk (http://code.google.com/p/pywebkitgtk/) and python-geoip (http://www.maxmind.com/app/python). Most distributions include these deps in their repository.
To build the plugin you have to chdir in plugins/traceroute and run PYTHONPATH="/home/bastiao/Projects/umit/umit-svn/branch/PacketManipulator/" python setup.py install so it could download the GeoCityLite.dat.gz file from maxmind site. If you get interrupted system call exceptions retry the tracert once again until you get it working (this is a scapy bug and the patch to solve is ready). If you get strange exceptions like SystemError let me know your python, scapy and geoip version obviously with the debug output from console. Thanks for the help Regards, Francesco Piccinno 2008/11/3 Luis A. Bastiao Silva <[EMAIL PROTECTED]>: > Hi folks, > > Francesco was working on a plugin to PacketManipulator. > The main goal of traceroute plugin it's build a map based on geo-location, > with traceroute IPs. > (Something like RadialNet, I guess.. ) > > > But he have some problems plotting the map. So, Francesco need feedback from > you guys. > Please test it. > > Some dependences: > python-geoip > webkit > > > How to install? > Something like that: > PYTHONPATH="/home/bastiao/Projects/umit/umit-svn/branch/PacketManipulator/" > python setup.py install > Go to PacketManipulator, Plugins -> Add Path, Save, and go to Extensions and > enable Traceroute. After that you should go to menu and open traceroute. > Try it. > If you have problems, just awser to mailing list. You're waiting feedback. > > > It's a great work from Francesco. Congrats. > > Thanks all. > > Cheers! > -- > Luis A. Bastiao Silva > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Umit-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/umit-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Umit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/umit-devel
