-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
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
> 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
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
> 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
"=?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
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