Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread Michele OrrĂ¹
Follows the second report. Still working on packaging, lots of improvements done on the osx side, where thanks to mogui (m4rduk) we reached an apaf application bar. Packaging on debian works (see branch:debian), but I hope to discuss possible errors with weasel in a few days. I've also installed p

Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread meejah
"=?UTF-8?Q?Michele_Orr=C3=B9?=" writes: > I've also installed python and twisted on my android phone, but > psutils, a dependency of txtorcon, is a wall for porting apaf into > android. That used to be an optional dependency, so I will put that code back in (actually, probably just take out the

Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread Damian Johnson
> I've also installed python and twisted on my android phone, but > psutils, a dependency of txtorcon, is a wall for porting apaf into > android. Hi Michele. It looks like txtorcon is trying to make psutil an optional dependency... txtorcon/util.py 31 try: 32 import psutil 33 process_f

Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread Fabio Pietrosanti (naif)
On 6/20/12 5:54 PM, Damian Johnson wrote: > Personally I decided to write my own modules for this functionality > [1] (including some improvements based on psutil [2]) because a C > module dependency didn't feel worth this functionality - especially > since pid lookup is a one-time thing, and doesn

Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread Damian Johnson
> Eh... if only tor was also available for use "as software library" (Like > silvertunnel & OrLib), we would a lot of less "system integration > complexity"! Actually, tor *does* provide the pid. I added it a year or two back because getting it via psutil, proc, or system utilities all had drawbac

[tor-dev] The master branch is now 0.2.4.0-alpha-dev

2012-06-20 Thread Nick Mathewson
Hi, all. I have forked off a maint-0.2.3 and a release-0.2.3 branch in the usual fashion, and incremented the version in the master branch to "0.2.4.0-alpha-dev". All branches targeted for inclusion in Tor 0.2.3.x should now be based on "maint-0.2.3"; all branches targeted for inclusion in 0.2.4

Re: [tor-dev] [GSoC] APAF Report

2012-06-20 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 meejah writes: > That used to be an optional dependency, so I will put that code back > in (actually, probably just take out the dependency for psutils and > report PIDs instead). It's really just "nice to have" anyway and > users who want that could